From 8a37bd4c40e2a4cf25f181e81d75a6fefac371bd Mon Sep 17 00:00:00 2001 From: jorton Date: Tue, 17 Mar 2009 13:09:35 +0000 Subject: - fix pidfile in httpd.logrotate (thanks to Rainer Traut) - don't build mod_mem_cache or mod_file_cache --- httpd.logrotate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httpd.logrotate') diff --git a/httpd.logrotate b/httpd.logrotate index dd0ce1b..a2529a3 100644 --- a/httpd.logrotate +++ b/httpd.logrotate @@ -3,6 +3,6 @@ notifempty sharedscripts postrotate - /bin/kill -HUP `cat /var/run/httpd.pid 2>/dev/null` 2> /dev/null || true + /bin/kill -HUP `cat /var/run/httpd/httpd.pid 2>/dev/null` 2> /dev/null || true endscript } -- cgit