ab7aa0f428
which provides cookie-based persistence, automatic failover, header insertion, deletion, modification on the fly, advanced logging contents to help troubleshoot buggy applications and/or networks, and a few other features. It uses its own state machine to achieve up to ten thousands hits per second on modern hardware, even with thousands of simultaneous connections. feedback from merdely@, okan@, wcmaier@ ok merdely@ and pval@
10 lines
265 B
Plaintext
10 lines
265 B
Plaintext
A sample config file for HAProxy has been installed in
|
|
${HAPROXYCONF}, edit it to your site's needs.
|
|
|
|
To start, add the following to /etc/rc.local:
|
|
|
|
if [ -x ${PREFIX}/sbin/haproxy ]; then
|
|
${PREFIX}/sbin/haproxy -f ${HAPROXYCONF}/haproxy.cfg
|
|
echo -n ' haproxy'
|
|
fi
|