root@co1 ~]# cat /usr/local/apache2/conf/httpd.conf | more
ServerRoot "/usr/local/apache2"
Listen 127.0.0.1:80
User www
Group www
Timeout 15
KeepAlive Off
#MaxKeepAliveRequests 100
KeepAliveTimeout 5
ServerLimit 250
<IfModule prefork.c>
StartServers 10
MinSpareServers 10
MaxSpareServers 30
MaxClients 100
</IfModule>