--- puppet/modules/apache/templates/mod_wsgi.conf 2011/04/18 10:14:34 1526 +++ puppet/modules/apache/templates/mod_wsgi.conf 2011/04/18 13:01:24 1527 @@ -6,3 +6,7 @@ # 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