diff options
author | 2013-11-09 22:24:58 +0100 | |
---|---|---|
committer | 2013-11-09 22:24:58 +0100 | |
commit | 7a337a2e295cd0daedf297fefa134a7d8a8ee3ea (patch) | |
tree | 15518497cd1692258212a5ff7c989e3e7e3426ad /2.4/scripts/apache2-logrotate | |
parent | Fix runtimedir as well. (diff) | |
download | apache-7a337a2e295cd0daedf297fefa134a7d8a8ee3ea.tar.gz apache-7a337a2e295cd0daedf297fefa134a7d8a8ee3ea.tar.bz2 apache-7a337a2e295cd0daedf297fefa134a7d8a8ee3ea.zip |
Added files for apache-2.4
Diffstat (limited to '2.4/scripts/apache2-logrotate')
-rw-r--r-- | 2.4/scripts/apache2-logrotate | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/2.4/scripts/apache2-logrotate b/2.4/scripts/apache2-logrotate new file mode 100644 index 0000000..9dd431c --- /dev/null +++ b/2.4/scripts/apache2-logrotate @@ -0,0 +1,11 @@ +# Apache2 logrotate snipet for Gentoo Linux +# Contributes by Chuck Short +# +/var/log/apache2/*log { + missingok + notifempty + sharedscripts + postrotate + /etc/init.d/apache2 reload > /dev/null 2>&1 || true + endscript +} |