MaxServers directive
Purpose
- The MaxServers
directive sets the maximum number of children for the hunt group that
NCSA HTTPd 1.4 will launch to handle increased load from the number made
at run time by StartServers.
- Warning: Several systems have a relatively low number of open files
allowed per process. (SunOS GENERIC has 64, for instance). Each server
requires an open file descriptor. Chances are, you would have run into
this problem under 1.3 as well. If you get cannot open IPC errors, this is
the possible cause.
- For more information on the server hunt group, see the 1.4 Changes.
Syntax
MaxServers number
File
httpd.conf
Default
- If this directive is left out, the compiled default will be used.
Return to Server Configuration File Overview
NCSA HTTPd Development Team /
httpd@ncsa.uiuc.edu /
Last Modified 7-12-95