Re: How does http_find_header() work?

2011-03-30 Thread Roy Smith
Willy, This turned out to be surprisingly straight-forward. Patch attached (against the 1.4.11 sources). To enable generation of the X-Unique-Id headers, you add "unique-id" to a listen stanza in the config file. This doesn't make any sense unless you're in http mode (although my code doesn'

HAProxy pconn question

2011-03-30 Thread Mike Oxford
>From what I can tell via Docs + The Great Google I see that HAProxy seems to work in three ways for HTTP/1.1 persistant connections. 1) Full keep alive, 1:1 mapped client-server. All requests go to the same server. 2) option http-server-close Keep client side open, shut down server side. 3)

Socket error, info "Invalid Argument"

2011-03-30 Thread John Helliwell
Hi all, We are using HAproxy as a L7 load balancer on our busy phpBB3 based forums, and we are finding it excellent. We would like to upgrade to haproxy-1.5-dev in order to use the rate limiting as described in http://blog.serverfault.com/post/1016491873/ However, this has not been possible, due