﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
11086	Django not recieveing the mountpoint when using mod_wsgi	emperorcezar	nobody	"This is only occurring with multiple mountpoints. Below you will find my config. /password isn't being passed the /password when used in my url. For example. When I go to the url http://example.com/password/update/ django only gets the path /update/

When using the second mount point it gets passed the entire url.

I'm able to work around this using the workaround mentioned in the [http://code.google.com/p/modwsgi/wiki/IntegrationWithDjango Integration Documentation] to get /password to be passed.

I'm not sure what is correct, for it to be passed or not, but I'm pretty sure that it should be consistent for each mountpoint.

My config, all in the same virtual host.

{{{
    WSGIDaemonProcess password
    WSGIProcessGroup password
    WSGIReloadMechanism Process

    WSGIScriptAlias /password /example/migrationpassword/apache/django.wsgi

    Alias /media/ /example/migrationpassword/media/

    WSGIDaemonProcess endofyearshow
    WSGIProcessGroup endofyearshow
    WSGIReloadMechanism Process

    WSGIScriptAlias /endofyearshow /example/endofyearshow/apache/django.wsgi

    Alias /media/ /example/endofyearshow/static/

}}}"		closed	Uncategorized	1.0		worksforme		Graham.Dumpleton@…	Unreviewed	0	0	0	0	0	0
