Hi! I use options "option http-server-close" for my haproxy. And I faced with 
next problems: After logging on my site (ISSA), customers  execute different 
steps and their logout on the start page for enter log/pass. After turn off 
options option http-server-close problems disappear. Will I Have problems on 
the future without his options or I can substitute this options.

# HA-Proxy version 1.4.24 2013/06/17
  global
        daemon
        maxconn 10000
stats socket  /opt/haproxy/issa_bscs_prod/socket/haproxy.sock mode 0600 level 
admin
log 127.0.0.1 local6 debug

    defaults
        mode http
        timeout connect 5000ms
        timeout client 50000ms
        timeout server 50000ms
        #option http-server-close
    frontend http-in
        bind *:8083
        default_backend servers
        mode http
        option httplog
        log global

    backend servers
    balance roundrobin
   cookie SERVERID insert indirect nocache maxlife 24h maxidle 8h
        server ser23 10.254.48.23:8083 cookie web1 check port 8083 inter 3000  
fall 2 weight 100
        server ser24 10.254.48.24:8083 cookie web2 check port 8083 inter 3000  
fall 2 weight 100
        server ser24_2 10.254.48.24:8082 cookie web2_2 check port 8082 inter 
3000  fall 2 weight 100
        server ser23_2 10.254.48.23:8082 cookie web1_2 check port 8082 inter 
3000  fall 2 weight 100
        stats enable

Reply via email to