/var/log/apache2/*.log { missingok rotate 52 notifempty create 640 root adm sharedscripts postrotate if [ -f /var/run/apache2.pid ]; then /etc/init.d/apache2 restart >/dev/null fi endscript }