Skip to content

Instantly share code, notes, and snippets.

@martincik
Created January 28, 2009 16:50
Show Gist options
  • Save martincik/54047 to your computer and use it in GitHub Desktop.
Save martincik/54047 to your computer and use it in GitHub Desktop.
cd /usr/src/
sudo wget http://haproxy.1wt.eu/download/1.3/src/haproxy-1.3.15.2.tar.gz
sudo tar zxvf haproxy-1.3.15.2.tar.gz
sudo aptitude install libpcre++-dev
sudo make TARGET=linux26 CPU=i386 USE_STATIC_PCRE=1
sudo make install
sudo haproxy -f /etc/haproxy/haproxy.conf
https:// ..url.. /haproxy?stats
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment