StartServers 10
#MinSpareServers 10
#MaxSpareServers 25
ServerLimit 250
MaxRequestWorkers 250
MaxConnectionsPerChild 1000
KeepAlive On
KeepAliveTimeout 30
EnableSendfile Off
So I was just wondering how this change could've cause this problem of having the number of apache processes spike. And if there are any other changes we can make to apache to bring the process count down?
Also I realize that installing apache / php from source isn't standard practice on red hat variants. But at the time that these servers were setup the latest apache at that time (2.4.12) wasn't available as an RPM. So we just decided to install from source.
Thanks