Search code examples
djangoapachemod-wsgi

Where do I put "WSGIPassAuthorization On"?


I'm trying to see the Authorization header in Django, using mod_wsgi. I read that Apache holds back the Authorization header by default, I've put WSGIPassAuthorization On in my Apache VirtualHost block and… nada.

How do I figure out where to put this?


Solution

  • Put it at same place as WSGIScriptAlias and it should work fine.