openbsd-ports/net/haproxy/pkg/MESSAGE
jdixon ab7aa0f428 HAProxy is a high-performance and highly-robust TCP/HTTP load balancer
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@
2008-07-17 04:31:45 +00:00

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