Re: [us...@httpd] mod_proxy_http persistant connection issue

2010-11-01 Thread rodrigo . werneck
André Warnier wrote: > Or, take this another way : suppose the proxy server isn't there, and > the client connects directly to the final server. What do you think > happens then, that is any different ? > If the client goes away while the server is busy generating the response > (say, consulting

Re: [us...@httpd] mod_proxy_http persistant connection issue

2009-05-24 Thread André Warnier
Anthony Catel wrote: André Warnier a écrit : Anthony Catel wrote: ... So if the proxied server never close the connection Apache will have a ghost connection during "ProxyTimeout value" seconds. It's annoying :p Not "never close the connection"; rather, if the proxied server never finishes a

Re: [us...@httpd] mod_proxy_http persistant connection issue

2009-05-23 Thread Anthony Catel
André Warnier a écrit : > Anthony Catel wrote: > ... >> >> But if the client hand-up, the read() loop (of the client) will return. >> So Apache know that the client is disconnected. Why Apache doesn't >> shutdown the socket to the proxied server when this happen ? >> > Sorry, I was only loosely fol

Re: [us...@httpd] mod_proxy_http persistant connection issue

2009-05-23 Thread André Warnier
Anthony Catel wrote: ... But if the client hand-up, the read() loop (of the client) will return. So Apache know that the client is disconnected. Why Apache doesn't shutdown the socket to the proxied server when this happen ? Sorry, I was only loosely following this thread. If indeed, at the ti

Re: [us...@httpd] mod_proxy_http persistant connection issue

2009-05-23 Thread Anthony Catel
André Warnier a écrit : > Anthony Catel wrote: >> Eric Covener a écrit : >>> On Sat, May 23, 2009 at 10:21 AM, Anthony Catel wrote: >>> I don't see any reasons why Apache couldn't be aware if the client hung up gracefully. >>> Patches are always welcome. >>> >>> >> Al

Re: [us...@httpd] mod_proxy_http persistant connection issue

2009-05-23 Thread André Warnier
Anthony Catel wrote: Eric Covener a écrit : On Sat, May 23, 2009 at 10:21 AM, Anthony Catel wrote: I don't see any reasons why Apache couldn't be aware if the client hung up gracefully. Patches are always welcome. Alright ;) Just wanted to know if it was a bug or a feature. It'

Re: [us...@httpd] mod_proxy_http persistant connection issue

2009-05-23 Thread Anthony Catel
Eric Covener a écrit : > On Sat, May 23, 2009 at 10:21 AM, Anthony Catel wrote: > >> I don't see any reasons why Apache couldn't be aware if the client hung >> up gracefully. >> > > Patches are always welcome. > > Alright ;) Just wanted to know if it was a bug or a feature. Thanks ---

Re: [us...@httpd] mod_proxy_http persistant connection issue

2009-05-23 Thread Eric Covener
On Sat, May 23, 2009 at 10:21 AM, Anthony Catel wrote: > I don't see any reasons why Apache couldn't be aware if the client hung > up gracefully. Patches are always welcome. -- Eric Covener cove...@gmail.com - The official Use

Re: [us...@httpd] mod_proxy_http persistant connection issue

2009-05-23 Thread Anthony Catel
Eric Covener a écrit : > On Sat, May 23, 2009 at 9:16 AM, Anthony Catel wrote: > >> Eric Covener a écrit : >> >>> On Thu, May 21, 2009 at 7:55 PM, Anthony Catel wrote: >>> Hi all, Hi, I have a question about mod_proxy_http. Apache keep the connection alive with

Re: [us...@httpd] mod_proxy_http persistant connection issue

2009-05-23 Thread Eric Covener
On Sat, May 23, 2009 at 9:16 AM, Anthony Catel wrote: > Eric Covener a écrit : >> On Thu, May 21, 2009 at 7:55 PM, Anthony Catel wrote: >>> Hi all, >>> >>> Hi, I have a question about mod_proxy_http. Apache keep the connection >>> alive with the proxied server even if the user has disconnected. >

Re: [us...@httpd] mod_proxy_http persistant connection issue

2009-05-23 Thread Anthony Catel
Eric Covener a écrit : > On Thu, May 21, 2009 at 7:55 PM, Anthony Catel wrote: >> Hi all, >> >> Hi, I have a question about mod_proxy_http. Apache keep the connection >> alive with the proxied server even if the user has disconnected. >> (.htaccess http://apache.pastebin.ca/1430422). >> >> Any ide

Re: [us...@httpd] mod_proxy_http persistant connection issue

2009-05-23 Thread Eric Covener
On Thu, May 21, 2009 at 7:55 PM, Anthony Catel wrote: > Hi all, > > Hi, I have a question about mod_proxy_http. Apache keep the connection > alive with the proxied server even if the user has disconnected. > (.htaccess http://apache.pastebin.ca/1430422). > > Any idea ? ;) Try setting the intenral

[us...@httpd] mod_proxy_http persistant connection issue

2009-05-21 Thread Anthony Catel
Hi all, Hi, I have a question about mod_proxy_http. Apache keep the connection alive with the proxied server even if the user has disconnected. (.htaccess http://apache.pastebin.ca/1430422). Any idea ? ;) Thanks - The official