Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 529 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 529 Bytes

rpm-haproxy

An RPM spec file to build and install the is HAProxy TCP/HTTP reverse proxy.

To Build:

sudo yum -y install rpmdevtools && rpmdev-setuptree
sudo yum -y install pcre-devel gcc make openssl-devel
wget https://raw.github.com/nmilford/rpm-haproxy/master/haproxy.spec -O ~/rpmbuild/SPECS/haproxy.spec
wget http://haproxy.1wt.eu/download/1.5/src/devel/haproxy-1.5-dev25.tar.gz -O ~/rpmbuild/SOURCES/haproxy-1.5-dev25.tar.gz
rpmbuild -bb  ~/rpmbuild/SPECS/haproxy.spec --define "release 1"