summarylogtreecommitdiffstats
path: root/httpd.logrotate
blob: c9755de149e0880464d505eb79eaac5722360c7d (plain)
1
2
3
4
5
6
/var/log/httpd/*log {
   missingok
   postrotate
      /bin/kill -HUP `cat /run/httpd/httpd.pid 2>/dev/null` 2> /dev/null || true
   endscript
}