hi,

i set the send-state, but the backends didnt receive the header.
I cant find the error.


listen XX80 99.12.24.5:80
        mode    http
        source  192.168.1.155:0
        balance roundrobin
        timeout server 4000
        timeout client 4000
        timeout connect 8000
        maxconn 3000
        cookie SERVERID insert indirect

        errorfile 400 /etc/haproxy/errorfiles.400
        errorfile 403 /etc/haproxy/errorfiles.403
        errorfile 408 /etc/haproxy/errorfiles.408
        errorfile 500 /etc/haproxy/errorfiles.500
        errorfile 502 /etc/haproxy/errorfiles.502
        errorfile 504 /etc/haproxy/errorfiles.504
        errorfile 503 /etc/haproxy/errorfiles.503

server XX160XX01 192.168.1.103:80 check inter 1500 rise 1 fall 1 maxqueue 0 maxconn 1000 id 8201 cookie XX01 server XX160XX02 192.168.1.104:80 check inter 1600 rise 1 fall 1 maxqueue 0 maxconn 1000 id 8202 cookie XX02 server XX160XX03 192.168.1.105:80 check inter 1700 rise 1 fall 1 maxqueue 0 maxconn 1000 id 8203 cookie XX03

        retries 2
        option httpchk HEAD /haproxy/haproxy-xx.jsp
        http-check send-state
        option forwardfor
        option httpclose


regards
Bernhard


----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


Reply via email to