Created
June 23, 2015 00:47
-
-
Save onecooltaco/23c0fa90d06913047540 to your computer and use it in GitHub Desktop.
logrotate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /usr/local/apache/current/logs/access_log | |
| /usr/local/apache/current/logs/error_log | |
| /usr/local/apache/current/ssl_engine_log | |
| /usr/local/apache/current/ssl_scache.pag { | |
| rotate 3 | |
| compress | |
| missingok | |
| size 15M | |
| postrotate | |
| /usr/bin/killall -HUP /usr/local/apache/current/bin/httpd | |
| endscript | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment