WeBWorK Main Forum

Apache 2.2.15 periodically dies with WW2.5 & CentOS 6.4

Re: Apache 2.2.15 periodically dies with WW2.5 & CentOS 6.4

by Lars Jensen -
Number of replies: 0
Hi Collin,

We had similar problems, and set up a cron job to restart apache: 

As root, enter
 
crontab -e

and append a  line like

57 0-23/8 * * * /usr/sbin/apache2ctl graceful

to the file to restart apache 3 times daily. This should take care of the issue.

Lars.