summaryrefslogblamecommitdiffstats
path: root/patches/source/httpd/logrotate.httpd
blob: cc6383674f54017568d95c13c96741fbee085ca2 (plain) (tree)
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
}