aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-02-12 15:31:16 +0000
committerMichael Scherer <misc@mageia.org>2011-02-12 15:31:16 +0000
commit294cf78d720946002070b5c30489d206458b19ea (patch)
treee2ab619745342569c40168c018b39f73e2a87f4b
parent3dd8baea0d8f2552c09ae2dd5797b8c364797782 (diff)
downloadpuppet-294cf78d720946002070b5c30489d206458b19ea.tar
puppet-294cf78d720946002070b5c30489d206458b19ea.tar.gz
puppet-294cf78d720946002070b5c30489d206458b19ea.tar.bz2
puppet-294cf78d720946002070b5c30489d206458b19ea.tar.xz
puppet-294cf78d720946002070b5c30489d206458b19ea.zip
disable some wsgi check, as viewvc do not like them ( should be reported upstream too )
-rw-r--r--modules/apache/templates/mod_wsgi.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/apache/templates/mod_wsgi.conf b/modules/apache/templates/mod_wsgi.conf
index c257460a..ec1275c7 100644
--- a/modules/apache/templates/mod_wsgi.conf
+++ b/modules/apache/templates/mod_wsgi.conf
@@ -1,4 +1,7 @@
# http://code.google.com/p/modwsgi/wiki/ApplicationIssues
# mainly for viewvc at the moment , when doing a diff
WSGIRestrictStdout Off
-
+# again viewvc :
+# mod_wsgi (pid=20083): Callback registration for signal 15 ignored.
+# no bug reported upstream yet :/
+WSGIRestrictSignal Off