Hi all, Trying to figure out how to test this theory, however, from what I have been able to find this appears to be related to logrotate, however, if I can't find any messages in log that explicitly state it was unable to restart for whatever reason. What is happening is that every Sunday about 6:30am or so, apache2 crashes or stops working. I've looked through the messages.log and, syslog, and apache2 error logs to no avail. Does anybody have any suggestions on the best way to test this theory. I have tried executing logrotate when logged in as the root user and everything appears to be operating normally. Any suggestions would be greatly apprecitated. Thanks, Ken
On my Debian Lenny server, the logrotate script is in /etc/cron.daily, not /etc/cron.weekly, so it is executed every day, so in theory this should happen to you each day, not only on Sunday. I think it is a good idea to install monit on your server so that Apache gets restarted automatically when it fails: http://www.howtoforge.com/server-monitoring-with-munin-and-monit-on-debian-lenny-p2