|
PrimeAlert®
for Apache Web Server
Version 1.0.0
|
|
Server Processes Section - Process Configuration

Figure 10 - Server Processes - Process Configuration Section
Process Configuration
The Process Configuration section displays process configuration data about your Apache
Web Server. The data fields in the Process Configuration table are described below:
- MaxClients - The limit on the number of simultaneous requests. Not more than this number of child processes will be created.
- MaxRequestsPerChild - The limit on the number of requests each child will handle. The child will die after this limit is exceeded.
- MaxSpareServers - The maximum number of idle child server processes.
- MinSpareServers - The minimum number of idle child server processes.
- StartServers - The number of child server processes created on startup.
- ThreadsPerChild - The maximum number of threads the server is to use. This is the maximum number of connections the server can handle at once.
|