aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache/templates
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-02-24 14:47:34 +0000
committerMichael Scherer <misc@mageia.org>2011-02-24 14:47:34 +0000
commitef45852d0d31fdd1daa39f603cd12171d63a5116 (patch)
treea34194f841b6b75f813567c7676e5849a975657f /modules/apache/templates
parente0880cb35889815e54b4e52c5e876b7c455ad7ab (diff)
downloadpuppet-ef45852d0d31fdd1daa39f603cd12171d63a5116.tar
puppet-ef45852d0d31fdd1daa39f603cd12171d63a5116.tar.gz
puppet-ef45852d0d31fdd1daa39f603cd12171d63a5116.tar.bz2
puppet-ef45852d0d31fdd1daa39f603cd12171d63a5116.tar.xz
puppet-ef45852d0d31fdd1daa39f603cd12171d63a5116.zip
- block signal registration, as viewvc seems to prevent SIGTERM
from killing process ( and thus apache from restarting )
Diffstat (limited to 'modules/apache/templates')
-rw-r--r--modules/apache/templates/mod_wsgi.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/apache/templates/mod_wsgi.conf b/modules/apache/templates/mod_wsgi.conf
index ec1275c7..b323c86e 100644
--- a/modules/apache/templates/mod_wsgi.conf
+++ b/modules/apache/templates/mod_wsgi.conf
@@ -4,4 +4,5 @@ WSGIRestrictStdout Off
# again viewvc :
# mod_wsgi (pid=20083): Callback registration for signal 15 ignored.
# no bug reported upstream yet :/
-WSGIRestrictSignal Off
+# WSGIRestrictSignal Off
+# reenabled, as this prevent apache from restarting properly