Suggest a good httpd config for a phpadsnew server? (6+ mill impressions day)

db is on another server so this is just the web server, its a dual opteron with 2 gb ram.

Top looks like this:
top - 00:26:41 up 5:57, 1 user, load average: 2.82, 2.39, 2.11
Tasks: 245 total, 5 running, 239 sleeping, 0 stopped, 1 zombie
Cpu0 : 50.6% us, 3.7% sy, 0.0% ni, 42.0% id, 0.0% wa, 0.0% hi, 3.7% si
Cpu1 : 27.2% us, 3.7% sy, 0.0% ni, 67.9% id, 0.0% wa, 0.0% hi, 1.2% si
Mem: 2056392k total, 1027220k used, 1029172k free, 135812k buffers
Swap: 2040244k total, 0k used, 2040244k free, 267360k cached

current connections to port 80 is:
warning, got duplicate tcp line.
1298

The site will be serving about 6 million+ impressions a day.

right now my conf file is:
Timeout 20
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 1
MinSpareServers 20
MaxSpareServers 50
StartServers 20
MaxClients 1000
MaxRequestsPerChild 0



Thanks in advance

 

 

 

 

Top