Re: [EMAIL PROTECTED] Query on Apache timers

2008-09-08 Thread charles reid
You want the Timeout directive (documentation covers it here: http://httpd.apache.org/docs/2.0/mod/core.html). It may already be in your httpd.conf file, the default value is 300 (seconds). Charles On Mon, Sep 8, 2008 at 12:30 AM, Arnab Ganguly <[EMAIL PROTECTED]> wrote: > Hi All, > Just wante

[EMAIL PROTECTED] Query on Apache timers

2008-09-07 Thread Arnab Ganguly
Hi All, Just wanted to know what is the value of the Timer for which Apache waits for a Client request to arrive and if doesn't then it sends back 408 back to the client ,or some request timeout responses.Do we have a configurable parameter for this? Thanks -A