Fr3d
12-31-2006, 07:54 AM
root@thrawn:~# service httpd start
Flushing IPC Semaphores [ OK ]
Starting httpd: WARNING: MaxClients of 512 exceeds ServerLimit value of 256 servers,
lowering MaxClients to 256. To increase, please see the ServerLimit
directive.
[ OK ]
root@thrawn:~# nano /etc/httpd/conf/httpd.conf
root@thrawn:~# cd /etc/httpd
root@thrawn:/etc/httpd# grep -r ServerLimit ./*
./conf/httpd.conf:ServerLimit 1024
./conf/.httpd.conf:ServerLimit 1024
grep: ./run/dbus/system_bus_socket: No such device or address
root@thrawn:/etc/httpd#
Where is the server limit being set to 256 servers? I can't find it anywhere...
I've removed the .httpd.conf file now though.
Flushing IPC Semaphores [ OK ]
Starting httpd: WARNING: MaxClients of 512 exceeds ServerLimit value of 256 servers,
lowering MaxClients to 256. To increase, please see the ServerLimit
directive.
[ OK ]
root@thrawn:~# nano /etc/httpd/conf/httpd.conf
root@thrawn:~# cd /etc/httpd
root@thrawn:/etc/httpd# grep -r ServerLimit ./*
./conf/httpd.conf:ServerLimit 1024
./conf/.httpd.conf:ServerLimit 1024
grep: ./run/dbus/system_bus_socket: No such device or address
root@thrawn:/etc/httpd#
Where is the server limit being set to 256 servers? I can't find it anywhere...
I've removed the .httpd.conf file now though.