apache performance setting
I have a SINGLE high volume static file (small html files) only website.Currently in server status shows 600-1000 requests at any given time. Server loads on a 1Ghz machine with 1 gig ram bounce from .5-2.00
What would recommended settings be for below (These are what I have now):
# Timeout:
Timeout 60
KeepAlive On
MaxKeepAliveRequests 3000
KeepAliveTimeout 15
MinSpareServers 50
MaxSpareServers 150
StartServers 400
MaxClients 1400
MaxRequestsPerChild 10000
I while ago the server froze and I needed a restart from the host and I don't know what caused it.