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