Re: haproxy balance uri problem

2010-08-25 Thread Hervé COMMOWICK
Hello, Can you see failed check in your stats page ? Because if one of your server goes down, then came back, haproxy will probably send the request to another server. See map-type parameter in http://haproxy.1wt.eu/download/1.4/doc/configuration.txt consistent one will be good for you. Hervé.

Re: redispatch request if 502 received

2010-08-25 Thread Dustin Moskovitz
Thanks for all the input guys. Sounds like haproxy is the wrong place to solve the problem, so we've instead decided to remove nginx from the equation (which was only providing gzip capabilities that we can implement directly in our webserver). Thus, requests failing on the webserver will actually

Re: redispatch request if 502 received

2010-08-25 Thread Willy Tarreau
On Wed, Aug 25, 2010 at 12:06:32PM -0700, Dustin Moskovitz wrote: Thanks for all the input guys. Sounds like haproxy is the wrong place to solve the problem, so we've instead decided to remove nginx from the equation (which was only providing gzip capabilities that we can implement directly in

option httpchk timeout

2010-08-25 Thread Jack Stahl
Hello, I'm interested in extending the timeout for my httpchk to be longer than 2s (to, say, 10s). I may be blind, but I wasn't able to find an option in the configuration manual here: http://haproxy.1wt.eu/download/1.4/doc/configuration.txt . Is this possible? Here's the string I'm currently

ubuntu install latest stable

2010-08-25 Thread Manish
Where can i find install guide for ubuntu? tried apt-get but it gives me 1.3 version, i need latest stable. Any way i can get apt-get install latest stable?

Re: option httpchk timeout

2010-08-25 Thread Cyril Bonté
Hi, Le jeudi 26 août 2010 01:22:27, Jack Stahl a écrit : Hello, I'm interested in extending the timeout for my httpchk to be longer than 2s This means you're using inter 2s on your backends, right ? (to, say, 10s). I may be blind, but I wasn't able to find an option in the configuration