Robert Brewer said (in reference to CherryPy's WSGI server):
>> However, one thing CP's WSGI server currently does *not* have is the
>> ability for the user to configure SCRIPT_NAME. Christian Wyglendowski is
>> working on a patch for that at the moment

Ian Bicking said:
> I think this is a separate issue.  The HTTP server should always set 
> SCRIPT_NAME to ''.

If it is a full blown WSGI compliant HTTP server, why should it do that? 
  Shouldn't it support mounting applications at various points 
(SCRIPT_NAME locations)?  That makes sense to me at least.

Christian
http://www.dowski.com

_______________________________________________
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