Httpd Timeout: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:


* https://httpd.apache.org/docs/current/mod/core.html#timeout
* https://httpd.apache.org/docs/current/mod/core.html#timeout
=Internal=
* [[httpd Configuration]]


=Overview=
=Overview=


The general server timeout: amount of time the server will wait for certain events before failing a request.
The general server timeout: amount of time the server will wait for certain events before failing a request:
 
* When reading data from the client, the length of time to wait for a TCP packet to arrive if the read buffer is empty.
* When writing data to the client, the length of time to wait for an acknowledgement of a packet if the send buffer is full.
* In [[Httpd mod proxy|mod_proxy]], the default timeout value if [[httpd ProxyTimeout|ProxyTimeout]] is not configured.


The value of this directive gives the default value for [[httpd ProxyTimeout|ProxyTimeout]].
The default value is 60 seconds.

Latest revision as of 04:12, 9 January 2017

External

Internal

Overview

The general server timeout: amount of time the server will wait for certain events before failing a request:

  • When reading data from the client, the length of time to wait for a TCP packet to arrive if the read buffer is empty.
  • When writing data to the client, the length of time to wait for an acknowledgement of a packet if the send buffer is full.
  • In mod_proxy, the default timeout value if ProxyTimeout is not configured.

The default value is 60 seconds.