• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Apache Help

U

user1599

Guest
My Apache Web Server keeps crashing here is what is in my monit.log file

[EDT Jul 16 03:31:32] 'apache' trying to restart
[EDT Jul 16 03:31:32] 'apache' stop: /usr/local/psa/admin/bin/websrvmng
[EDT Jul 16 03:31:34] 'apache' start: /usr/local/psa/admin/bin/websrvmng
[EDT Jul 16 03:36:37] 'apache' connection passed
[EDT Jul 17 10:53:19] GENERIC: error receiving data -- Resource temporarily unavailable
[EDT Jul 17 10:53:19] 'apache' failed protocol test [generic] at INET[MY.IP.ADD:80].
[EDT Jul 17 10:53:19] 'apache' trying to restart
[EDT Jul 17 10:53:19] 'apache' stop: /usr/local/psa/admin/bin/websrvmng
[EDT Jul 17 10:53:20] 'apache' start: /usr/local/psa/admin/bin/websrvmng
[EDT Jul 17 10:58:22] 'apache' connection passed
[EDT Jul 17 11:59:02] GENERIC: error receiving data -- Resource temporarily unavailable
[EDT Jul 17 11:59:02] 'apache' failed protocol test [generic] at INET[MY.IP.ADD:80].
[EDT Jul 17 11:59:02] 'apache' trying to restart
[EDT Jul 17 11:59:02] 'apache' stop: /usr/local/psa/admin/bin/websrvmng
[EDT Jul 17 11:59:03] 'apache' start: /usr/local/psa/admin/bin/websrvmng
[EDT Jul 17 12:04:10] GENERIC: error receiving data -- Resource temporarily unavailable
[EDT Jul 17 12:04:10] 'apache' failed protocol test [generic] at INET[MY.IP.ADD:80].
[EDT Jul 17 12:04:10] 'apache' trying to restart
[EDT Jul 17 12:04:10] 'apache' stop: /usr/local/psa/admin/bin/websrvmng
[EDT Jul 17 12:04:11] 'apache' start: /usr/local/psa/admin/bin/websrvmng
[EDT Jul 17 12:09:14] 'apache' connection passed
[EDT Jul 17 12:39:37] GENERIC: error receiving data -- Resource temporarily unavailable
[EDT Jul 17 12:39:37] 'apache' failed protocol test [generic] at INET[MY.IP.ADD:80].
[EDT Jul 17 12:39:37] 'apache' trying to restart
[EDT Jul 17 12:39:37] 'apache' stop: /usr/local/psa/admin/bin/websrvmng
[EDT Jul 17 12:39:38] 'apache' start: /usr/local/psa/admin/bin/websrvmng
[EDT Jul 17 12:44:38] 'apache' failed to start
[EDT Jul 17 12:44:40] 'apache' process is not running

I keep getting emails from WatchDog that the WebServer Apache is down, and then 5 minutes later or so it says it started back up. Can anyone help me?

Thanks in advance for any help
 
Hello

Do you see any errors in mail Apache log /var/log/httpd/error_log? If no, then problem can be in Watchdog module,
not in Apache. Try to increase Connection timeout in Watchdog configuration, i.e. set it to 20 sec.
 
Back
Top