Skip to content

Add WSGIPassAuthorization to docs. #6

@ask

Description

@ask

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions