Yes, option http-server-close would make haproxy run acls for every request. It will also enable keep-alive between client (or proxy) and haproxy.
Regards, Vivek On Fri, Oct 12, 2012 at 9:57 AM, Milan Babuskov <[email protected]>wrote: > On Fri, Oct 12, 2012 at 3:21 PM, Baptiste <[email protected]> wrote: > > because only 0.2% of users tried to switch domain name using the same > > TCP connection. > > Ah, I see. Their proxy sees that both domains have the same IP > address, so it decides to reuse the TCP connection. > > I guess in this case http-server-close should be enough? Their proxy > would still use the same connection, while HAProxy would close it and > connect to a different backend server. > > Thanks, > > -- > Milan Babuskov > http://www.guacosoft.com >

