summaryrefslogtreecommitdiffstats
path: root/httpd.logrotate
diff options
context:
space:
mode:
authorjorton <jorton@fedoraproject.org>2009-03-17 13:09:35 +0000
committerjorton <jorton@fedoraproject.org>2009-03-17 13:09:35 +0000
commit8a37bd4c40e2a4cf25f181e81d75a6fefac371bd (patch)
tree215868f16637e1e6cc99fae85ae89456d859a996 /httpd.logrotate
parent377daf4cd8b3551ea1e6f6c3cc48ef5c43c7ec40 (diff)
downloadhttpd-8a37bd4c40e2a4cf25f181e81d75a6fefac371bd.tar.gz
httpd-8a37bd4c40e2a4cf25f181e81d75a6fefac371bd.tar.xz
httpd-8a37bd4c40e2a4cf25f181e81d75a6fefac371bd.zip
- fix pidfile in httpd.logrotate (thanks to Rainer Traut)httpd-2_2_11-8F-11-startF-11-split
- don't build mod_mem_cache or mod_file_cache
Diffstat (limited to 'httpd.logrotate')
-rw-r--r--httpd.logrotate2
1 files changed, 1 insertions, 1 deletions
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
}