# log rotation for hcoop member vhosts # (file name is less than ideal, but why bother messing with dh?) /var/log/apache2/user/*/*/*/*/*/*/*/*.log { weekly missingok rotate 52 compress # docelic, Sun Nov 8 14:50:11 EST 2009 # per https://bugzilla.hcoop.net/show_bug.cgi?id=744 dateext delaycompress notifempty create 640 root adm sharedscripts postrotate if [ -f /var/run/apache2.pid ]; then /etc/init.d/apache2 reload > /dev/null 2>&1 fi endscript }