]> git.pld-linux.org Git - packages/apache1.git/blob - apache.logrotate
- added ssl log
[packages/apache1.git] / apache.logrotate
1 /var/log/httpd/*access_log
2 /var/log/httpd/*agent_log
3 /var/log/httpd/*error_log
4 /var/log/httpd/*referer_log
5 /var/log/httpd/*request_log
6 /var/log/httpd/*rewrite_log
7 {
8     olddir /var/log/archiv/httpd
9     sharedscripts
10     postrotate
11                 /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true
12     endscript
13 }
This page took 0.062737 seconds and 4 git commands to generate.