You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Arnab Ganguly <ag...@gmail.com> on 2008/09/08 08:30:11 UTC

[users@httpd] Query on Apache timers

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

Re: [users@httpd] Query on Apache timers

Posted by charles reid <ch...@gmail.com>.
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 <ag...@gmail.com> wrote:

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