diff options
Diffstat (limited to 'branches/0.6/templates/vserver/vserver.d/etc/logrotate.d/apache')
-rw-r--r-- | branches/0.6/templates/vserver/vserver.d/etc/logrotate.d/apache | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/branches/0.6/templates/vserver/vserver.d/etc/logrotate.d/apache b/branches/0.6/templates/vserver/vserver.d/etc/logrotate.d/apache deleted file mode 100644 index f31fbe2..0000000 --- a/branches/0.6/templates/vserver/vserver.d/etc/logrotate.d/apache +++ /dev/null @@ -1,11 +0,0 @@ -/var/log/apache/access_log /var/log/apache/error_log { - monthly - nomail - compress - create 0664 root root - rotate 12 - postrotate - /etc/rc.d/rc.httpd restart > /dev/null - endscript -} - |