Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
/var/log/httpd/*log {
2
    missingok
3
    notifempty
4
    sharedscripts
5
    delaycompress
6
    postrotate
7
        /sbin/service httpd reload > /dev/null 2>/dev/null || true
8
    endscript
9
}