Re: Consistent hashing based on cookie - across multiple HAProxy boxes

2013-02-28 Thread Alex Davies
H Baptiste and others, I've not been able to get this to work. I have two different haproxy servers with identical config (relevant sections below). When I hit each one with the same PHPSESSID (domain set to .domain.tld) I get put on a (different) consistent server. I've setup cookie capturing in

http-server-close

2013-02-28 Thread Jay Christopherson
I'm brand new to haproxy, having just implemented it this week. So far, it's been great. We are using it in front of a series of Apache web servers using mod_php. I've seen some notes around that indicate you can (or should) disable KeepAlive on your Apache servers and use option

HAProxy, SSL, configuration check, and some questions (Xforward in C++ ?)

2013-02-28 Thread Boris Pigeot
So first, my soon running configuration http://vpaste.net/j13Tb I'm using haproxy in front of 3 lighttpd. I have 3 listen, we received some DOS, so sometimes we have to nullroute one of the IP, so we can keep 2/3 of our trafic. There is only one backend for now, the backup is just on another

Re: HAProxy, SSL, configuration check, and some questions (Xforward in C++ ?)

2013-02-28 Thread Baptiste
Hi Boris, My answers inline. On Fri, Mar 1, 2013 at 5:07 AM, Boris Pigeot m...@admin-serv.net wrote: So first, my soon running configuration http://vpaste.net/j13Tb I'm using haproxy in front of 3 lighttpd. I have 3 listen, we received some DOS, so sometimes we have to nullroute one of the

Re: Stick on extracted regex value from header

2013-02-28 Thread Baptiste
On Thu, Feb 28, 2013 at 7:28 PM, Vivek Malik vivek.ma...@gmail.com wrote: Hi, I see that it is possible to haproxy sticky on a header value, path, query parameter. It seems that haproxy does process the request URI to extract query parameters. Is is possible to use stick tables with

Re: XHR-streaming and Websocket connections in 1.5-dev17

2013-02-28 Thread Willy Tarreau
Hi Chris, I'm quickly jumping into this thread because I'm seeing something strange : On Wed, Feb 27, 2013 at 10:35:16AM -0500, Chris Yang wrote: Hello again, Regarding the second problem (failure to establishing websocket connections in supported browsers), I can confirm that it happens on

Re: HAProxy, SSL, configuration check, and some questions (Xforward in C++ ?)

2013-02-28 Thread Boris Pigeot
Hi Baptiste, and thanks for your anwser. Answers (and more questions maybe) inline too. Le 01/03/2013 06:52, Baptiste a écrit : Hi Boris, My answers inline. On Fri, Mar 1, 2013 at 5:07 AM, Boris Pigeot m...@admin-serv.net wrote: So first, my soon running configuration