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.