summaryrefslogtreecommitdiffstats
path: root/httpd.logrotate
diff options
context:
space:
mode:
authorjorton <jorton@fedoraproject.org>2004-11-18 11:59:52 +0000
committerjorton <jorton@fedoraproject.org>2004-11-18 11:59:52 +0000
commit7c0f3e466d2df836374154b430ed98853a7ef022 (patch)
tree202e2f832a9511f601caa8c21da1a2eb6f3fc62a /httpd.logrotate
parentff2220fd78e51dc9c8fa79201605bd786ca80df4 (diff)
downloadhttpd-7c0f3e466d2df836374154b430ed98853a7ef022.tar.gz
httpd-7c0f3e466d2df836374154b430ed98853a7ef022.tar.xz
httpd-7c0f3e466d2df836374154b430ed98853a7ef022.zip
- add security fix for CVE CAN-2004-0942 (memory consumption DoS)httpd-2_0_52-6
- SELinux: run httpd -t under runcon in configtest (Steven Smalley) - fix SSLSessionCache comment for distcache in ssl.conf - restart using SIGHUP not SIGUSR1 after logrotate - add ap_save_brigade fix (upstream #31247) - mod_ssl: fix possible segfault in auth hook (upstream #31848) - add htsslpass(1) and configure as default SSLPassPhraseDialog (#128677) - apachectl: restore use of $OPTIONS - apachectl, httpd.init: refuse to restart if $HTTPD -t fails - apachectl: run $HTTPD -t in user SELinux context for configtest - update for pcre-5.0 header locations
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 8be0f0e..dd0ce1b 100644
--- a/httpd.logrotate
+++ b/httpd.logrotate
@@ -3,6 +3,6 @@
notifempty
sharedscripts
postrotate
- /bin/kill -USR1 `cat /var/run/httpd.pid 2>/dev/null` 2> /dev/null || true
+ /bin/kill -HUP `cat /var/run/httpd.pid 2>/dev/null` 2> /dev/null || true
endscript
}