core/apache/httpd.logrotate
2010-10-09 01:17:09 +00:00

7 lines
149 B
Plaintext

/var/log/httpd/*log {
missingok
postrotate
/bin/kill -HUP `cat /var/run/httpd/httpd.pid 2>/dev/null` 2> /dev/null || true
endscript
}