Apache settings for prefork.c
Friday, January 30th, 2009 - 8:28 pm - Web hosting
We use a medium busy server and do prefer to run prefork.c module with the following settings:
StartServers 20
MinSpareServers 5
MaxSpareServers 20
ServerLimit 200
MaxClients 200
MaxRequestsPerChild 25000
The server is Dual Core Pentium with 2GB RAM and it’s not very busy server but does perfect.
