Httpd Timeout: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 13: | Line 13: | ||
* 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 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. | * 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 [[httpd ProxyTimeout|ProxyTimeout]] is not configured. | * In [[Httpd mod proxy|mod_proxy]], the default timeout value if [[httpd ProxyTimeout|ProxyTimeout]] is not configured. | ||
The default value is 60 seconds. | 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.