Hello,
I am running dedicated server, well there is strange problem happening from the last couple of months, As I am using monitoring services from couple of websites so what I noticed is that after few days or every day I am getting emails from monitoring websites regarding the Connection Time Out Error, I myself verified it as when I receive the email I checked by opening website its keep on loading, I contacted softlayer support they increase the ServerLimit to 1000 and they also increased the MaxClients to 1000 in apache conf file.
Please let me know what is the cause of this issue.
Here is my httpd.conf file configuration
RLimitMEM 473479850
RLimitCPU 240
KeepAlive On
ServerLimit 1000
MaxKeepAliveRequests 100
KeepAliveTimeout Off
UseCanonicalName Off
AccessFileName .htaccess D
efaultType text/plain
and
<IfModule prefork.c>
MinSpareServers 5
MaxSpareServers 10
StartServers 5
MaxClients 1000
MaxRequestsPerChild 10000
</IfModule>
My server configuration is as follows.
Intel Xeon 2.4 GHZ Quad Core
4GB Ram,
server load average under 1%
memory usage is always under 30%
Hard Disk usage is less then 20%
Please suggest.
-Regards.