aboutsummaryrefslogtreecommitdiffstats
path: root/main/apache2/apache2.logrotate
blob: b50fb714785c8cc022b5f8918bca3d934e3484ac (plain)
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
}