Setup HAProxy on CentOS !!!
HAProxy stands for High Availability Proxy, for the High Performance TCP/HTTP load balancing. Installation Steps : # yum -y install wget gcc gcc-c++ autoconf automake make # wget http://haproxy.1wt.eu/download/1.4/src/haproxy-1.4.20.tar.gz /download # tar -zxf haproxy-1.4.20.tar.gz # cd haproxy-1.4.20 # make TARGET=centos # cp haproxy /usr/sbin/haproxy Now take configuration files : # wget http://layer1.rack911.com/haproxy/haproxy-standard.cfg -O /etc/haproxy.cfg # wget http://layer1.rack911.com/haproxy/haproxy.init -O /etc/init.d/haproxy ================================================Sample […]
» Read more