diff options
author | Michael Scherer <misc@mageia.org> | 2011-04-18 13:01:24 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-04-18 13:01:24 +0000 |
commit | a56807a19e2d5505e1aeb2efbb4bf94a884bac58 (patch) | |
tree | a1f467bd3fbc25eae52cf2155126666ac45ca74a /modules/apache | |
parent | e52e80b0a1857f7ffdb1566e8d402e26beec289a (diff) | |
download | puppet-a56807a19e2d5505e1aeb2efbb4bf94a884bac58.tar puppet-a56807a19e2d5505e1aeb2efbb4bf94a884bac58.tar.gz puppet-a56807a19e2d5505e1aeb2efbb4bf94a884bac58.tar.bz2 puppet-a56807a19e2d5505e1aeb2efbb4bf94a884bac58.tar.xz puppet-a56807a19e2d5505e1aeb2efbb4bf94a884bac58.zip |
make sure that wsgi pass Authorisation header to tx, as this break tx-client
Diffstat (limited to 'modules/apache')
-rw-r--r-- | modules/apache/templates/mod_wsgi.conf | 4 |
1 files changed, 4 insertions, 0 deletions
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 |