Phillip J. Eby wrote:
> > 1. If "the application" refers to the end app or framework
> > 2. "The application" could refer to the routing-middleware 
> 
> "Application" simply refers to any code that is reading an 
> 'environ' that it received from *its* server.  So *both*
> of these are "applications", and each should see the correct
> value of SCRIPT_NAME.

OK. Thanks for the clarification. Based on this, I can now go modify
CherryPy's WSGI server, so that it can serve multiple WSGI applications
in the same process, and set a different SCRIPT_NAME for each one, if
requested.


Robert Brewer
System Architect
Amor Ministries
[EMAIL PROTECTED]
_______________________________________________
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com

Reply via email to