From 294cf78d720946002070b5c30489d206458b19ea Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sat, 12 Feb 2011 15:31:16 +0000 Subject: disable some wsgi check, as viewvc do not like them ( should be reported upstream too ) --- modules/apache/templates/mod_wsgi.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1