I edited my httpd.conf to have the following
StartServers 2
MinSpareServers 2
MaxSpareServers 4
MaxClients 150
MaxRequestsPerChild 0
but when I do a
root@server [/usr/local/apache/conf]# ps aux | grep httpd | wc -l
I get 65-75 processes.
Any ideas why the setting is not taking effect ?
I'm using prefork, in case that helps.