Parent Directory | Revision Log
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 |