diff options
Diffstat (limited to 'modules/apache')
-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 |