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