8a37bd4c40
- don't build mod_mem_cache or mod_file_cache
9 lines
180 B
Plaintext
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
|
|
}
|