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