Post your http.conf LESS the comments.
Be sure to check your setting for
KeepAliveTimeout in http.conf
Setting this to 1 can make a big difference in reducing server load.
These settings also affect server load:
Code:
<IfModule prefork.c>
StartServers
MinSpareServers
MaxSpareServers
ServerLimit
MaxClients
MaxRequestsPerChild
</IfModule>
Be sure to restart Apache if you make any changes to http.conf.
Also, as Falko suggested, a good php accelerator can make a big difference if your website contains lots pf php. I use XCache and find it to be better than eAccelerator but YMMV.
Recent comments
1 day 7 hours ago
1 day 10 hours ago
1 day 11 hours ago
1 day 13 hours ago
1 day 14 hours ago
1 day 16 hours ago
1 day 17 hours ago
2 days 9 hours ago
2 days 10 hours ago
2 days 13 hours ago