Skip to content

Instantly share code, notes, and snippets.

@onecooltaco
Created June 23, 2015 00:47
Show Gist options
  • Select an option

  • Save onecooltaco/23c0fa90d06913047540 to your computer and use it in GitHub Desktop.

Select an option

Save onecooltaco/23c0fa90d06913047540 to your computer and use it in GitHub Desktop.
logrotate
/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