HAProxy

Snapt and HAProxy 1.5

HAProxy 1.5 is building up a lot of great features that people are excited to get a taste of. It is still in beta, however, Snapt HAProxy works fully with haproxy 1.5. If you have an image from us and would like to update you can follow these easy instructions —

Install requires programs

zypper install gcc make

Download the latest HAProxy 1.5

wget http://haproxy.1wt.eu/download/1.5/src/devel/haproxy-1.5-dev7.tar.gz

Extract and compile

tar xvf haproxy-1.5-dev7.tar.gz
cd haproxy-1.5-dev7
make TARGET=linux26

Stop HAProxy, update it, and start it again

/etc/init.d/haproxy stop
cp ./haproxy /usr/sbin/haproxy
/etc/init.d/haproxy start

Tags: , , , ,