Re: Persistent proxy backend connections not working?

2007-09-29 Thread Ruediger Pluem
On 09/28/2007 06:31 PM, Takashi Sato wrote: > hello, > > I tested with: > Windows XP Professional (SP2) > Apache httpd 2.2.4 (binary distibuted by ASF) > mod_proxy.so and mod_proxy_http.so 2.2.6 compiled with VC8 > > Backend server is Apache httpd 2.2.7-dev, prefork MPM, KeepAliveTimeout 10. >

Re: Persistent proxy backend connections not working?

2007-09-28 Thread Takashi Sato
hello, I tested with: Windows XP Professional (SP2) Apache httpd 2.2.4 (binary distibuted by ASF) mod_proxy.so and mod_proxy_http.so 2.2.6 compiled with VC8 Backend server is Apache httpd 2.2.7-dev, prefork MPM, KeepAliveTimeout 10. Before your patch the message [Sat Sep 29 00:54:00 2007] [debu

Re: Persistent proxy backend connections not working?

2007-09-26 Thread Jim Jagielski
Oh buggers... Yep. apr_poll in most impls returns APR_TIMEUP if the time limit expires (since poll returns 0). Can't test on Windows... On Sep 26, 2007, at 5:40 AM, Ruediger Pluem wrote: There is a PR (43472, http://issues.apache.org/bugzilla/ show_bug.cgi?id=43472) that the test in is_socket_

Persistent proxy backend connections not working?

2007-09-26 Thread Ruediger Pluem
There is a PR (43472, http://issues.apache.org/bugzilla/show_bug.cgi?id=43472) that the test in is_socket_connected in proxy_util.c whether a backend connection is still alive or not does not work. I created a patch that seems to fix the issue on Solaris 9 (according to the reporter) and on Linux