On Wed, Aug 19, 2009 at 4:14 PM, Qingshan Xie<xieq...@yahoo.com> wrote:
> Thanks for your quick reply.
>
> I am wondering what will happen in the case below,
>
>           Timeout             ProxyTimout
> browser <===========> proxy <===============> backend
>
>  Timeout = 300 sec and ProxyTimeout = 600 sec,
>
> If backend process longer than 5 min, what will happen?
> From the observation of my server,  the whole HTTP session won't be 
> terminated till 10 min.  I am not sure why since the front connection should 
> be terminated in 5 min?

Timeouts only apply while Apache is waiting for something to happen.
Apache isn't waiting on anything from the browser, so there's no 5min
timeout in effect.

-- 
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