Re: [ANNOUNCE] haproxy 1.4-dev6 : many fixes

2010-01-08 Thread Bart van der Schans
Hi, First of all, I really like haproxy and I'm really exited about the keep-alive support! So I gave the new 1.4-dev6 spin, but I'm getting a segfault. When I run haproxy (with -d) in gdb I get: Program received signal SIGSEGV, Segmentation fault. 0x00433cf9 in

1.4-dev6 - apache proxying jboss - incomplete page loads

2010-01-08 Thread James Jenkins
Hi, I have apache servers with mod_proxy sitting in front of jboss servers, with this new code I frequently get only half the page I requested loaded in my browser. It doesn’t happen if I go to the jbosses directly. I can provide any debugging/logging/config you might need to help Thanks,

Re: [ANNOUNCE] haproxy 1.4-dev6 : many fixes

2010-01-08 Thread Willy Tarreau
Hi Bart, On Fri, Jan 08, 2010 at 01:00:42PM +0100, Bart van der Schans wrote: Hi, First of all, I really like haproxy and I'm really exited about the keep-alive support! So I gave the new 1.4-dev6 spin, but I'm getting a segfault. When I run haproxy (with -d) in gdb I get: Program

Re: 1.4-dev6 - apache proxying jboss - incomplete page loads

2010-01-08 Thread Willy Tarreau
Hi James, On Fri, Jan 08, 2010 at 03:09:43PM +, James Jenkins wrote: Hi, I have apache servers with mod_proxy sitting in front of jboss servers, with this new code I frequently get only half the page I requested loaded in my browser. It doesn?t happen if I go to the jbosses directly.

Re: cQ session termination

2010-01-08 Thread Willy Tarreau
On Fri, Jan 08, 2010 at 12:13:37PM -0800, Bryan Talbot wrote: I'm trying to understand exactly what this termination state means. I'm seeing http connections from clients that seem to be complete and queued. These requests seem to be timing out from the queue well before the timeout

Re: [ANNOUNCE] haproxy 1.4-dev6 : many fixes

2010-01-08 Thread Willy Tarreau
Hi again Bart, I confirm that I forgot to reinit the session cookie in keep-alive. Could you please apply the attached patch to your sources and try again ? I tried to reproduce the issue but failed to do so, reason why I'm asking for a test. Thanks Willy diff --git a/src/proto_http.c

Re: cQ session termination

2010-01-08 Thread Bryan Talbot
OK, I'll try setting timeouts like this and see how that works. timeout connect 5s timeout client20s timeout http-request 5s timeout server 20s timeout queue20s -Bryan On Jan 8, 2010, at Jan 8, 12:38 PM, Willy Tarreau