/[adm]/puppet/modules/apache/templates/mod_wsgi.conf
ViewVC logotype

Annotation of /puppet/modules/apache/templates/mod_wsgi.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1527 - (hide annotations) (download)
Mon Apr 18 13:01:24 2011 UTC (13 years, 5 months ago) by misc
File size: 504 byte(s)
make sure that wsgi pass Authorisation header to tx, as this break tx-client

1 misc 908 # http://code.google.com/p/modwsgi/wiki/ApplicationIssues
2     # mainly for viewvc at the moment , when doing a diff
3     WSGIRestrictStdout Off
4 misc 1051 # again viewvc :
5     # mod_wsgi (pid=20083): Callback registration for signal 15 ignored.
6     # no bug reported upstream yet :/
7 misc 1195 # WSGIRestrictSignal Off
8     # reenabled, as this prevent apache from restarting properly
9 misc 1527
10     # make sure transifex client work fine, as we need wsgi to pass autorisation
11     # header to django ( otherwise, this just show error 401 )
12     WSGIPassAuthorization On

  ViewVC Help
Powered by ViewVC 1.1.30