ispCP - Board - Support
Apache shuts down itself - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: Apache shuts down itself (/thread-11430.html)



Apache shuts down itself - Cdmar - 08-19-2010 07:27 PM

Hello,

I have a problem with apache2 web server. It shuts down itself from time to time and I dont know why. It is quite annoying, as I suddenly find my webpages not working sometimes, and I have to restart apache or even reboot the complete server for it to work.

I have Debian 5 and ispcp 1.0.5.
2 GB of Ram, 250 GB Hdd. 3.0 Ghz Intel Pentium processor.

I was only able to find logs for specific domains. Couldnt find apache-specific logs. Any help would be appreciated.

This is my MPM Worker config:
Code:
<IfModule mpm_worker_module>
   StartServers          15
ThreadLimit          100
ServerLimit 15
    MaxClients          400
    MinSpareThreads      25
    MaxSpareThreads      75
    ThreadsPerChild      100
    MaxRequestsPerChild  0
</IfModule>

Kind Regards,
Cdmar.