httpd.conf configuration

Running a dedicated server with only one vBulletin site. Dual Opteron 246, 2GB ram, 10k rpm SCSI drives. I'm having a few people complain they can't get on because
server connection time out
So I am thinking it is something I changed.

Here were the default settings:

Timeout 150
KeepAlive On
MaxKeepAliveRequests 250
KeepAliveTimeout 10
MinSpareServers 5
MaxSpareServers 20
StartServers 8
MaxClients 450
MaxRequestsPerChild 250

Changed them to the following based on feedback at vbulletin forum.

Timeout 150
KeepAlive On
MaxKeepAliveRequests 150
KeepAliveTimeout 10
MinSpareServers 10
MaxSpareServers 20
StartServers 10
MaxClients 180
MaxRequestsPerChild 10000

 

 

 

 

Top