summaryrefslogtreecommitdiffstats
path: root/source/n/httpd/logrotate.httpd
blob: 30cee8a23ab7a47dc7af860d8b67299c4c41dc67 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/var/log/httpd/*_log {
  rotate 10
  notifempty
  size=5M
  compress
  delaycompress
  sharedscripts
  postrotate
    /etc/rc.d/rc.httpd restart
  endscript
}