From a56807a19e2d5505e1aeb2efbb4bf94a884bac58 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 18 Apr 2011 13:01:24 +0000 Subject: make sure that wsgi pass Authorisation header to tx, as this break tx-client --- modules/apache/templates/mod_wsgi.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules') diff --git a/modules/apache/templates/mod_wsgi.conf b/modules/apache/templates/mod_wsgi.conf index b323c86e..0ecba31a 100644 --- a/modules/apache/templates/mod_wsgi.conf +++ b/modules/apache/templates/mod_wsgi.conf @@ -6,3 +6,7 @@ WSGIRestrictStdout Off # 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 -- cgit v1.2.1