You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present, WSGIScriptAlias takes precedence over UserDir directive. This is
because Alias directive as a comparison overrides it. To have UserDir still
work when WSGIScriptAlias at root of site, means using the
AddHandler/RewriteRule method.
One possibility is to provide a directive which optionally has UserDir take
precedence over WSGIScriptAlias. To do this would require mod_wsgi translate
name hook to be registered twice, once before mod_userdir and once after. Which
of those two gets executed would be dependent on the new directive.
Original issue reported on code.google.com by [email protected] on 25 Jan 2011 at 10:46
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 25 Jan 2011 at 10:46The text was updated successfully, but these errors were encountered: