HAProxy stands for High Availability Proxy, If you are running the Debian Wheezy-7 operating system and install HAProxy 1.4-stable version
First, you need to enable the backports repository in Debian Wheezy-7
# echo deb http://httpredir.debian.org/debian wheezy-backports main |
sed 's/\(.*-backports\) \(.*\)/&@\1-sloppy \2/' | tr @ '\n' | \
tee /etc/apt/sources.list.d/backports.list
Then, enable a dedicated repository
# curl https://haproxy.debian.net/bernat.debian.org.gpg | \
apt-key add -
# echo deb http://haproxy.debian.net wheezy-backports-1.4 main | \
tee /etc/apt/sources.list.d/haproxy.list
then, execute the below commands,
# apt-get update
# apt-get install haproxy -t wheezy-backports-1.4
You will able to access the latest release of HAProxy 1.4-stable.
Comments (0)