Problems with max connections in Apache
Hi all,
I'm currently running Apache 1.3.42 (though I plan to upgrade to 2.4 very soon). Whenever I look at the status page (either through WHM or using apache fullstatus) the number of simultaneous requests is never higher than 32.
I often find sites on my server take a little while to load the first page and after that subsequent page loads are much quicker, so presumably this initial delay is being caused by no workers being available to serve the request.
My config is as follows:
Timeout 300
TraceEnable On
ServerSignature Off
ServerTokens ProductOnly
FileETag All
StartServers 5
MinSpareServers 5
MaxSpareServers 10
MaxClients 150
MaxRequestsPerChild 10000
KeepAlive On
KeepAliveTimeout 5
Nothing there seems to correspond to the limit of 32 so does anyone know where this limit may be coming from?
Thanks all,
Alex
-
Hello, Do you notice any error messages in /usr/local/apache/logs/error_log when the delay loading the website occurs? Thank you. 0 -
Thanks for your reply Michael. No there is nothing unusual in the error logs when the delays occur. 0 -
Hello, I have moved this thread to our "Optimization" forum. You are more likely to receive user-feedback on which Apache configuration values to change here. Thank you. 0
Please sign in to leave a comment.
Comments
3 comments