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