Issues filtering URLs (i.e. Layer 7 filtering).

2009-07-06 Thread Unai Rodriguez
Dear All, I am using HAProxy 1.3.15.2 on Debian Linux 5.0 (Lenny) and trying to do the following frontend-backend mapping based on ACLs: a) URLs containing /cas/ connect to backend casbe b) Any other, connect to iis This is my configuration: ... frontend f1 10.123.16.195:80 mode http

nginx 400 status code sometimes reported as 502 in haproxy

2009-07-06 Thread Jean-Baptiste Quenot
Hi there, In my setup an incoming HTTP requests follows the chain Varnish - Haproxy - Nginx. Haproxy is configured to have Nginx as one of the backends. I have an interesting problem: some client browsers have a too big cookie in the request header, and Nginx is thus issuing a 400 Bad Request.

Re: Issues filtering URLs (i.e. Layer 7 filtering).

2009-07-06 Thread Unai Rodriguez
Dear Holger, Thank you so so much!!! Our setup works now smoothly after trying your suggestion :-) With Best Wishes, unai Most likely, your issue will be resolved by issuing option httpclose into your frontend section (or option forceclose in certain cases - see the documentation for that)