]> git.pld-linux.org Git - packages/apache.git/blame - apache.logrotate
- don't process commented out entries
[packages/apache.git] / apache.logrotate
CommitLineData
fa842f47 1/var/log/httpd/*access_log
9f698a08 2/var/log/httpd/*combined_log
fa842f47
ER
3/var/log/httpd/*agent_log
4/var/log/httpd/*error_log
5/var/log/httpd/*referer_log
5d0053e9 6/var/log/httpd/*request_log
fa842f47
ER
7/var/log/httpd/*rewrite_log
8{
2b680470 9 olddir /var/log/archive/httpd
30087b66 10 sharedscripts
58f9559b 11 postrotate
9941f965
AF
12 if /bin/systemd_booted; then
13 /bin/systemctl reload httpd.service
14 else
350e26d1 15 /sbin/service httpd flush-logs > /dev/null
9941f965 16 fi
0a398e88
PG
17 endscript
18}
This page took 0.053234 seconds and 4 git commands to generate.