listen http_proxy :8080 mode http balance roundrobin cookie host # server
: cookie # # - is any name which can be used to identify the server # in the logs. # -
: specifies where the server is bound. # - is the value to put in or to read from the cookie. server web1 127.0.0.1:80 server web2 127.0.0.1:81 listen health 0.0.0.0:8081 mode health clitimeout 1500 srvtimeout 1500 maxconn 6000 grace 0 listen health 0.0.0.0:8082 mode health option httpchk clitimeout 1500 srvtimeout 1500 maxconn 6000 grace 0