On Thu, Sep 4, 2008 at 9:50 AM, Arnab Ganguly <aganguly01@xxxxxxxxx> 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 Timeout value also and my KeepAlive is set to Off.But in the access > log I do get entries where the request was served with value more than 10 > mins ie 600 sec. > > So if the Client would hve timeout before my guess is but how come the > request was succeful.The response code also we get is 200 OK. Timeout says your webserver will tolerate 25 seconds for eachh individual read/write, not for the entire request. A client reading or writing slowly can linger forever. -- Eric Covener covener@xxxxxxxxx --------------------------------------------------------------------- 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-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx