From 067aef21abcefcef888a7c72ccf4d1ee4e787a78 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 3 Aug 2010 12:55:09 +0000 Subject: testing/apache: new aport A high performance Unix-based HTTP server http://httpd.apache.org/ --- testing/apache/apache2.logrotate | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 testing/apache/apache2.logrotate (limited to 'testing/apache/apache2.logrotate') diff --git a/testing/apache/apache2.logrotate b/testing/apache/apache2.logrotate new file mode 100644 index 0000000000..1264341468 --- /dev/null +++ b/testing/apache/apache2.logrotate @@ -0,0 +1,7 @@ +/var/log/apache2/*log { + postrotate + if /etc/init.d/apache2 status; then + /etc/init.d/apache2 reload --quiet || true + fi + endscript +} -- cgit v1.2.3