Forum Moderators: phranque

Message Too Old, No Replies

Strange limitations in Apache

         

greedy player

2:51 pm on Dec 1, 2006 (gmt 0)



I keep getting some strange limitations occouring, and unsure if it's apache or a limit to FreeBSD 6.

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.