Forum Moderators: phranque
I've got over 300-400 estalibhsed connections to apache with 3,000-4,000 waits/time-outs in the netstat results.
Here is my config for my prefork:
<IfModule mpm_prefork_module>
StartServers 50
MinSpareServers 5
MaxSpareServers 80
MaxClients 2024
MaxRequestsPerChild 0
</IfModule>
Although I don't know if thats overkill I'm afraid I dont see anymore than 450 connections estalished to my HTTPD, I think the server is limiting what I can do.
Anyway apache experts is that config for prefork look reasonable for the amount connections I have at once established to port 80 at 300-400+ unique ip in netstat.
I disabled wait alive, hostname check up is off.