/[adm]/puppet/modules/apache/templates/logrotate
ViewVC logotype

Contents of /puppet/modules/apache/templates/logrotate

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1636 - (show annotations) (download)
Tue May 24 10:25:22 2011 UTC (12 years, 11 months ago) by boklm
File size: 347 byte(s)
keep httpd logs for 24 months
1 /var/log/httpd/*_log /var/log/httpd/apache_runtime_status /var/log/httpd/ssl_mutex {
2 rotate <%= httpdlogs_rotate %>
3 monthly
4 missingok
5 notifempty
6 nocompress
7 prerotate
8 /etc/rc.d/init.d/httpd closelogs > /dev/null 2>&1 || :
9 endscript
10 postrotate
11 /etc/rc.d/init.d/httpd closelogs > /dev/null 2>&1 || :
12 endscript
13 }

  ViewVC Help
Powered by ViewVC 1.1.30