From 7a337a2e295cd0daedf297fefa134a7d8a8ee3ea Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Sat, 9 Nov 2013 22:24:58 +0100 Subject: Added files for apache-2.4 --- 2.4/scripts/apache2-logrotate | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 2.4/scripts/apache2-logrotate (limited to '2.4/scripts/apache2-logrotate') 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 +} -- cgit v1.2.3-65-gdbad