Httpd Timeout: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 9: Line 9:
=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:


The value of this directive gives the default value for [[httpd ProxyTimeout|ProxyTimeout]].
* 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 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.