[EMAIL PROTECTED] wrote:
@@ -0,0 +1,9 @@ +# Crontab lines for root's crontab. +# +# stupid log cycling +1 1 * * 1 mv /var/apache2/logs/error_log /var/apache2/logs/error_log.1 ; touch /var/apache2/logs/error_log ; chmod 644 /var/apache2/logs/error_log +1 1 * * 1 mv /var/apache2/logs/access_log /var/apache2/logs/access_log.1 ; touch /var/apache2/logs/access_log ; chmod 644 /var/apache2/logs/access_log
Is there something restarting httpd weekly so that this actually works? Daryl
