On Sat, May 23, 2009 at 9:16 AM, Anthony Catel <p...@lya.eu> wrote:
> Eric Covener a écrit :
>> On Thu, May 21, 2009 at 7:55 PM, Anthony Catel <p...@lya.eu> 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 environment variable proxy-nokeepalive,
>> although it's heavier handed than you'd want.
>>
>> http://httpd.apache.org/docs/2.2/mod/mod_proxy_http.html#env
>>
>
> I already tryed to turn on this variable without success.
>
> My problem happen when the proxied keep the connection openned but
> without any response. If the client disconnect, Apache still wait for a
> server response.

When Apache is waiting for the server to respond, it doesn't know that
the client hung up.  ProxyTimeout?

-- 
Eric Covener
cove...@gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to