Re: [EMAIL PROTECTED] Query on access log for entry of %T

2008-09-05 Thread Arnab Ganguly
Hi All, Thanks for all help.One basic question, how can I figure out my TimeOut value has expired?In the error logs do we see any entry for this or can you tell me the steps to simulate? Regards Arnab On Thu, Sep 4, 2008 at 11:02 PM, Eric Covener [EMAIL PROTECTED] wrote: On Thu, Sep 4, 2008 at

[EMAIL PROTECTED] Query on access log for entry of %T

2008-09-04 Thread Arnab Ganguly
Hi All, I print the %T value in the access log.As per the apache docs %T implies the The time taken to serve the request, in seconds. My question is my Client and Server timeout is kept for 25 seconds.I am not using *Timeout* value also and my KeepAlive is set to Off.But in the access log I do

Re: [EMAIL PROTECTED] Query on access log for entry of %T

2008-09-04 Thread Eric Covener
On Thu, Sep 4, 2008 at 9:50 AM, Arnab Ganguly [EMAIL PROTECTED] wrote: Hi All, I print the %T value in the access log.As per the apache docs %T implies the The time taken to serve the request, in seconds. My question is my Client and Server timeout is kept for 25 seconds.I am not using

Re: [EMAIL PROTECTED] Query on access log for entry of %T

2008-09-04 Thread Arnab Ganguly
Sorry to say that it is not clear to me. Suppose a client sends a request and within specific amount of time if no response comes (here say less than 25 sec) it should timeout and it can retry. But my observation is that for the particular request even after 25 sec ,server responds back with 200

Re: [EMAIL PROTECTED] Query on access log for entry of %T

2008-09-04 Thread Eric Covener
On Thu, Sep 4, 2008 at 10:37 AM, Arnab Ganguly [EMAIL PROTECTED] wrote: Sorry to say that it is not clear to me. Suppose a client sends a request and within specific amount of time if no response comes (here say less than 25 sec) it should timeout and it can retry. It depends on what Apache's

Re: [EMAIL PROTECTED] Query on access log for entry of %T

2008-09-04 Thread Arnab Ganguly
Hi All, Thanks for your time and paitence. I am not worried about the TimeOut value as I am not using mod_cgid.so.What I understand from your explanation is even if the Client times out before the response comes in time,Apache can send the response back to the client.Also this is the time which it

Re: [EMAIL PROTECTED] Query on access log for entry of %T

2008-09-04 Thread Eric Covener
On Thu, Sep 4, 2008 at 12:23 PM, Arnab Ganguly [EMAIL PROTECTED] wrote: Hi All, Thanks for your time and paitence. I am not worried about the TimeOut value as I am not using mod_cgid.so. TimeOut isn't mod_cgid specific. What I understand from your explanation is even if the Client times out