Apache Server Information

Module Name: prefork.c
Content handlers: none
Configuration Phase Participation: none
Request Phase Participation: none
Module Directives:
ListenBacklog - Maximum length of the queue of pending connections, as used by listen(2)
Listen - A port number or a numeric IP address and a port number, and an optional protocol
SendBufferSize - Send buffer size in bytes
ReceiveBufferSize - Receive buffer size in bytes
StartServers - Number of child processes launched at server startup
MinSpareServers - Minimum number of idle children, to handle request spikes
MaxSpareServers - Maximum number of idle children
MaxClients - Deprecated name of MaxRequestWorkers
MaxRequestWorkers - Maximum number of children alive at the same time
ServerLimit - Maximum value of MaxRequestWorkers for this run of Apache
GracefulShutdownTimeout - Maximum time in seconds to wait for child processes to complete transactions during shutdown
Current Configuration:
In file: /ltk/sw/httpd/conf/common.conf
   4: Listen 80
In file: /ltk/sw/httpd/conf/server.conf
  12: ServerLimit 600
  13: StartServers 3
  14: MinSpareServers 3
  15: MaxSpareServers 10
  16: MaxClients 10