Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add WSGIPassAuthorization to docs. #6

Open
ask opened this issue Dec 7, 2009 · 1 comment
Open

Add WSGIPassAuthorization to docs. #6

ask opened this issue Dec 7, 2009 · 1 comment

Comments

@ask
Copy link
Owner

ask commented Dec 7, 2009

I haven't tried it, but it sounds like you need to enable wsgi to pass
the authorization header to Chishop. This is done in theapacheconfig
with:

   WSGIPassAuthorization On

Distutils and PyPI uses Basic Auth, and without this optionApache
will just swallow the header and handle it by itself.

that solved my problem, please consider to add this info somewhere in
docs.

@gcachet
Copy link

gcachet commented Dec 15, 2009

I had this issue and WSGIPassAuthorization On fixed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants