Titus Brown ha scritto:
> -> Thanks, very good guide.
> -> 
> -> 
> -> However I still consider remarkable that there is not a "trac.wsgi" script.
> -> 
> -> Can this be caused by the lack of a standardized deployment of WSGI 
> -> applications?
> 
> What would a trac.wsgi script contain?  

import trac.web.main

application = trac.web.main.dispatch_request


> WSGI is a programming interface,
> not a script interface like CGI.
> 

Right, but a WSGI server/gateway just needs a simple script to execute 
the WSGI application.

> Are you talking about a paste-compatible script or some such?
> 


No.



Regards  Manlio Perillo
_______________________________________________
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