Re: Apache 2.2.15 periodically dies with WW2.5 & CentOS 6.4 by Lars Jensen - Tuesday, 23 April 2013, 1:59 PM Number of replies: 0 Hi Collin,We had similar problems, and set up a cron job to restart apache: As root, enter crontab -eand append a line like57 0-23/8 * * * /usr/sbin/apache2ctl gracefulto the file to restart apache 3 times daily. This should take care of the issue.Lars. Permalink Show parent Reply