9 lines
174 B
Plaintext
9 lines
174 B
Plaintext
|
/var/log/httpd/*log {
|
||
|
missingok
|
||
|
notifempty
|
||
|
sharedscripts
|
||
|
postrotate
|
||
|
/bin/kill -HUP `cat /var/run/httpd.pid 2>/dev/null` 2> /dev/null || true
|
||
|
endscript
|
||
|
}
|