Is there any reason to avoid having more than one WSGIScriptAlias
directive point to the same preloading script:

WSGIScriptAlias /tg /home/app/trunk/src/appserver/wsgi-config/wsgi-
deployment.py process-group=app application-group=%{GLOBAL}
WSGIScriptAlias /debug/tg /home/app/trunk/src/appserver/wsgi-config/
wsgi-deployment.py process-group=app application-group=%{GLOBAL}


I imagine I can use WSGIScriptAliasMatch for preloading and have only
one directive, is there any reason to avoid having more than one
WSGIScriptAlias ?

Thanks,
Kent

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en.

Reply via email to