aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache/templates/mod/wsgi.conf
blob: 0ecba31a5eb7738929d97e0ade11700da8a7be11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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 
# reenabled, as this prevent apache from restarting properly

# make sure transifex client work fine, as we need wsgi to pass autorisation
# header to django ( otherwise, this just show error 401 )
WSGIPassAuthorization On