Httpd Timeout

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

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.