summaryrefslogtreecommitdiffstats
path: root/httpd.logrotate
diff options
context:
space:
mode:
authorjorton <jorton@fedoraproject.org>2010-07-09 13:00:51 +0000
committerjorton <jorton@fedoraproject.org>2010-07-09 13:00:51 +0000
commit3383664c3dfec710b37695603382ded98af8c99d (patch)
tree344c2017819f5f358aeb728f05e94fa16a73b878 /httpd.logrotate
parent0cb0f7f91f2f82f02dca9a3064a7f70ed4049194 (diff)
downloadhttpd-3383664c3dfec710b37695603382ded98af8c99d.tar.gz
httpd-3383664c3dfec710b37695603382ded98af8c99d.tar.xz
httpd-3383664c3dfec710b37695603382ded98af8c99d.zip
- default config tweaks:httpd-2_2_15-3_fc14
harden httpd.conf w.r.t. .htaccess restriction (#591293) load mod_substitute, mod_version by default drop proxy_ajp.conf, load mod_proxy_ajp in httpd.conf add commented list of shipped-but-unloaded modules bump up worker defaults a little drop KeepAliveTimeout to 5 secs per upstream - fix LSB compliance in init script (#522074) - bundle NOTICE in -tools - use init script in logrotate postrotate to pick up PIDFILE - drop some old Obsoletes/Conflicts
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 d233e9c..794b9d7 100644
--- a/httpd.logrotate
+++ b/httpd.logrotate
@@ -4,6 +4,6 @@
sharedscripts
delaycompress
postrotate
- /bin/kill -HUP `cat /var/run/httpd/httpd.pid 2>/dev/null` 2> /dev/null || true
+ /sbin/service httpd reload > /dev/null 2>/dev/null || true
endscript
}