home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20110502.etc.tar.gz / bradford.20110502.etc.tar / etc / logrotate.d / apache next >
Text File  |  2007-12-19  |  443b  |  19 lines

  1. compress
  2.  
  3.       /bsc/logs/apache/access_log /bsc/logs/apache/error_log {
  4.            rotate 5
  5.            size=200M
  6.            sharedscripts
  7.            missingok
  8.            postrotate
  9.                /usr/bin/killall -HUP httpd
  10.            endscript
  11.        }
  12.       /bsc/logs/apache/ssl_request_log {
  13.            rotate 5
  14.            size=10M
  15.            missingok
  16.            postrotate
  17.                /usr/bin/killall -HUP httpd
  18.            endscript
  19.