Web Hosting Talk







View Full Version : reducing apache performance


ampunboss
10-28-2001, 03:31 PM
How to make a busy website become slow? what parameter config should be modified with apache? (no mod-throttle or similiar mods)

regier
10-28-2001, 03:46 PM
MaxClients 1

in httpd.conf

That should do it. You won't get much slower than that.

Palm
10-28-2001, 09:30 PM
Load apache with as many modules as possible.

ampunboss
10-28-2001, 11:17 PM
I think by adding more modules not to make apache really slow, but it would take a lot of RAM to work.


let say, after changing "MaxClients = 1",
how about: MaxRequestsPerChild, MinSpareServers, MaxSpareServers and StartServers, and KeepAlive parameters? should I ignore these parameters if i set MaxClients=1?

Thanks