Nedd hep on Rate limit based of opened session by IP

2015-11-08 Thread Sébastien ROHAUT
Hi, I'm trying to set a rate limit not only based on source IP, but based on number of opened sessions (based on a JSESSIONID cookie) per IP. For exemple, allow only 10 new sessions per IP in 3 minutes. I need some help ? How to do that ? Thanks, Sebastien Rohaut

tcp-check with persistent session cookie ?

2015-11-06 Thread Sébastien ROHAUT
Hi, We encountered a big problem this afternoon, which crashed for a while one of our websites, a java (tomcat+lift) application. We are using Haproxy 1.5. For our backend, we're doing something like this, using tcp-check because we need to check status AND a string, which is not possible with

Re: http-check string and rerturn code != 200 behaviour

2015-02-17 Thread Sébastien ROHAUT
. Even in SSL. You now have my eternal gratitude :) Sébastien Rohaut 2015-02-16 22:22 GMT+01:00 Baptiste bed...@gmail.com: On Mon, Feb 16, 2015 at 9:29 PM, Sébastien ROHAUT sebastien.rohaut@gmail.com wrote: Hi, I'm using an http-check expect string to test the presence of a certain

Re: http-check string and rerturn code != 200 behaviour

2015-02-17 Thread Sébastien ROHAUT
Of course ! A very good idea ! But the better should be to accept multiple http-heck expect :) 2015-02-17 10:25 GMT+01:00 Baptiste bed...@gmail.com: On Tue, Feb 17, 2015 at 10:12 AM, Sébastien ROHAUT sebastien.rohaut@gmail.com wrote: Hi, Thank you for your answer. I changed my

http-check string and rerturn code != 200 behaviour

2015-02-16 Thread Sébastien ROHAUT
the return code ? I want my server to be removed if string is absent OR if return code is != 200 ! Thank you, Sébastien Rohaut

Problem with string negation in httpcheck-expect

2015-01-26 Thread Sébastien ROHAUT
doing something bad, or perhaps we don't understand the meaning of the negation ? Thank you for your help. Sébastien Rohaut