diff options
author | Michael Scherer <misc@mageia.org> | 2011-02-24 14:47:34 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-02-24 14:47:34 +0000 |
commit | ef45852d0d31fdd1daa39f603cd12171d63a5116 (patch) | |
tree | a34194f841b6b75f813567c7676e5849a975657f | |
parent | e0880cb35889815e54b4e52c5e876b7c455ad7ab (diff) | |
download | puppet-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 )
-rw-r--r-- | modules/apache/templates/mod_wsgi.conf | 3 |
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 |