]> git.pld-linux.org Git - packages/apache.git/blob - apache.logrotate
- more verbose files in system-wide dirs
[packages/apache.git] / apache.logrotate
1 /var/log/httpd/*access_log
2 /var/log/httpd/*combined_log
3 /var/log/httpd/*agent_log
4 /var/log/httpd/*error_log
5 /var/log/httpd/*referer_log
6 /var/log/httpd/*request_log
7 /var/log/httpd/*rewrite_log
8 {
9     olddir /var/log/archive/httpd
10     sharedscripts
11     postrotate
12         if /bin/systemd_booted; then
13                 /bin/systemctl reload httpd.service
14         else
15                 /sbin/service httpd flush-logs > /dev/null
16         fi
17     endscript
18 }
This page took 0.026464 seconds and 3 git commands to generate.