httpd/httpd.logrotate
jorton 8a37bd4c40 - fix pidfile in httpd.logrotate (thanks to Rainer Traut)
- don't build mod_mem_cache or mod_file_cache
2009-03-17 13:09:35 +00:00

9 lines
180 B
Plaintext

/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
}