/var/log/httpd/access_log {
missingok
postrotate
/usr/bin/killall -HUP httpd
endscript
}
/var/log/httpd/agent_log {
missingok
postrotate
/usr/bin/killall -HUP httpd
endscript
}
/var/log/httpd/error_log {
missingok
postrotate
/usr/bin/killall -HUP httpd
endscript
}
/var/log/httpd/referer_log {
missingok
postrotate
/usr/bin/killall -HUP httpd
endscript
}
/var/log/httpd/ssl_engine_log { <--- 追加
missingok <--- 追加
postrotate <--- 追加
/usr/bin/killall -HUP httpd <--- 追加
endscript <--- 追加
} <--- 追加
/var/log/httpd/ssl_request_log { <--- 追加
missingok <--- 追加
postrotate <--- 追加
/usr/bin/killall -HUP httpd <--- 追加
endscript <--- 追加
} <--- 追加
|