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 Graham.Dumpleton@gmail.com on 25 Jan 2011 at 10:46
Original issue reported on code.google.com by
Graham.Dumpleton@gmail.com
on 25 Jan 2011 at 10:46