Re: [us...@httpd] ProxyTimeout

2009-08-20 Thread Torsten Foertsch
On Wed 19 Aug 2009, Qingshan Xie wrote: > Think I may not describe my question clearly.  My question is, in the > case of Timeout=5 min but ProxyTimeout=10 min in a Reverse Proxy > Server, if the backend response is over 10 min, when the connection > will be closed, 5 min or 10 min? The manual at

Re: [us...@httpd] ProxyTimeout

2009-08-19 Thread Eric Covener
On Wed, Aug 19, 2009 at 5:55 PM, Qingshan Xie wrote: > Thanks guys for your help. > > Think I may not describe my question clearly.  My question is, in the case of > Timeout=5 min but ProxyTimeout=10 min in a Reverse Proxy Server, if the > backend response is over 10 min, when the connection will

Re: [us...@httpd] ProxyTimeout

2009-08-19 Thread Qingshan Xie
- Original Message From: André Warnier To: users@httpd.apache.org Sent: Wednesday, August 19, 2009 2:00:26 PM Subject: Re: [us...@httpd] ProxyTimeout Qingshan Xie wrote: > Thanks for your quick reply. > I am wondering what will happen in the case below, >

Re: [us...@httpd] ProxyTimeout

2009-08-19 Thread André Warnier
Qingshan Xie 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 wil

Re: [us...@httpd] ProxyTimeout

2009-08-19 Thread Eric Covener
On Wed, Aug 19, 2009 at 4:14 PM, Qingshan Xie 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

Re: [us...@httpd] ProxyTimeout

2009-08-19 Thread Qingshan Xie
gshan Xie Sent: Wednesday, August 19, 2009 12:23:29 PM Subject: Re: [us...@httpd] ProxyTimeout On Wed 19 Aug 2009, Qingshan Xie wrote: > In a Reverse Proxy server, what is the relation of Apache "TimeOut" > and "ProxyTimeout"? Can someone shed some lights on it? TimeOut abor

Re: [us...@httpd] ProxyTimeout

2009-08-19 Thread Torsten Foertsch
On Wed 19 Aug 2009, Qingshan Xie wrote: > In a Reverse Proxy server, what is the relation of Apache "TimeOut" > and "ProxyTimeout"?  Can someone shed some lights on it? TimeOut aborts a request if the client/browser takes too long to send or receive data. ProxyTimeout aborts a connection to the b

[us...@httpd] ProxyTimeout

2009-08-19 Thread Qingshan Xie
Hello, In a Reverse Proxy server, what is the relation of Apache "TimeOut" and "ProxyTimeout"? Can someone shed some lights on it? Thx, Q.Xie - The official User-To-User support forum of the Apache HTTP Server Proj

Re: [us...@httpd] ProxyTimeout question

2009-04-22 Thread Eric Covener
On Wed, Apr 22, 2009 at 5:11 AM, Foster, Stephen (ASPIRE) wrote: > Hi there, > > > > I have a quick question about the ProxyTimeout value. Does the value equate > to the maximum amount of time it takes for the endpoint to make an initial > response or does it relate to the whole time it would take

[us...@httpd] ProxyTimeout question

2009-04-22 Thread Foster, Stephen (ASPIRE)
Hi there, I have a quick question about the ProxyTimeout value. Does the value equate to the maximum amount of time it takes for the endpoint to make an initial response or does it relate to the whole time it would take to satisfy a request. For example I have a fairly quick responding endp