Red Hat ENTERPRISE LINUX 4 System Administration Manual page 267

Hide thumbs Also See for ENTERPRISE LINUX 4:
Table of Contents

Advertisement

Figure 24.11. Performance Tuning
Set Max Number of Connections to the maximum number of simultaneous client requests that
the server can handle. For each connection, a child httpd process is created. After this maximum
number of processes is reached, no one else can connect to the Web server until a child server
process is freed. You can not set this value to higher than 256 without recompiling. This option
corresponds to the
MaxClients
Connection Timeout defines, in seconds, the amount of time that your server waits for receipts and
transmissions during communications. Specifically, Connection Timeout defines how long your
server waits to receive a GET request, how long it waits to receive TCP packets on a POST or PUT
request, and how long it waits between ACKs responding to TCP packets. By default, Connection
Timeout is set to 300 seconds, which is appropriate for most situations. This option corresponds to
36
the
directive.
TimeOut
Set the Max requests per connection to the maximum number of requests allowed per persistent
connection. The default value is 100, which should be appropriate for most situations. This option
corresponds to the
MaxRequestsPerChild
If you check the Allow unlimited requests per connection option, the
directive is set to 0 and unlimited requests are allowed.
35
http://httpd.apache.org/docs-2.0/mod/mpm_common.html#maxclients
36
http://httpd.apache.org/docs-2.0/mod/core.html#timeout
37
http://httpd.apache.org/docs-2.0/mod/mpm_common.html#maxrequestsperchild
38
http://httpd.apache.org/docs-2.0/mod/core.html#maxkeepaliverequests
35
directive.
37
directive.
Performance Tuning
MaxKeepAliveRequests
38
249

Advertisement

Table of Contents
loading

Table of Contents