Tuning Apache

I was updating the Apache configuration on a new CentOS Linux server today and trying to update the tuning parameters such as MinSpareServers. No matter how many times I changed them and did apachectl restart I couldn’t get them to take affect.

Eventually I remembered that changing these settings requires a stop & start, rather than just a restart!

apachectl stop; apachectl start