source:
npl/internetserver/apache_conf/root/etc/logrotate.d/apache2
@
0105685
| Last change on this file since 0105685 was c5c522c, checked in by , 9 years ago | |
|---|---|
|
|
| File size: 217 bytes | |
| Line | |
|---|---|
| 1 | /var/log/apache2/*log { |
| 2 | sharedscripts |
| 3 | monthly |
| 4 | rotate 6 |
| 5 | create 0640 nobody nogroup |
| 6 | compress |
| 7 | postrotate |
| 8 | /bin/kill -HUP `cat /var/run/httpd.pid 2> /dev/null` 2> /dev/null || true |
| 9 | endscript |
| 10 | } |
Note: See TracBrowser
for help on using the repository browser.
