Tagged Questions
5
votes
2answers
2k views
How to avoid apache reload when rotating logs?
I use logrotate to rotate Apache access-, error- and rewrite-logs. My config file looks like this:
/apache/*log {
compress
dateext
rotate 365
size=+300M
olddir /log/old/apache
...