summaryrefslogtreecommitdiff
path: root/user/apache-httpd/apache-httpd.logrotate
blob: b50fb714785c8cc022b5f8918bca3d934e3484ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/var/log/apache2/*log {
    missingok
    notifempty
    sharedscripts
    delaycompress
    postrotate
        /etc/init.d/apache2 --quiet --ifstarted reload > /dev/null 2>/dev/null || true
    endscript
}