]> git.pld-linux.org Git - packages/apache1.git/blob - apache1.logrotate
rel 15; builds
[packages/apache1.git] / apache1.logrotate
1 /var/log/apache/*access_log
2 /var/log/apache/*combined_log
3 /var/log/apache/*agent_log
4 /var/log/apache/*error_log
5 /var/log/apache/*referer_log
6 /var/log/apache/ssl_engine_log
7 /var/log/apache/ssl_request_log
8 {
9         daily
10         rotate 28
11         missingok
12         notifempty
13         sharedscripts
14         olddir /var/log/archive/apache
15         postrotate
16                 /sbin/service apache flush-logs > /dev/null
17         endscript
18 }
This page took 0.065549 seconds and 3 git commands to generate.