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