Re: [Web-SIG] about WSGI adoption

2007-11-19 Thread Manlio Perillo
Graham Dumpleton ha scritto: > [...] >> I think that the "deployment" must be done by the WSGI gateway/server >> and not by the application. >> >> That is, the "application" should only expose the callable object, and >> should not "start a server", opening logging and configuration files, or >> st

Re: [Web-SIG] about WSGI adoption

2007-11-18 Thread Graham Dumpleton
On 19/11/2007, Manlio Perillo <[EMAIL PROTECTED]> wrote: > Titus Brown ha scritto: > > On Sun, Nov 18, 2007 at 09:03:23PM +0100, Manlio Perillo wrote: > > -> Titus Brown ha scritto: > > -> > -> > > -> > -> However I still consider remarkable that there is not a "trac.wsgi" > > script. > > -> > ->

Re: [Web-SIG] about WSGI adoption

2007-11-18 Thread Phillip J. Eby
At 09:03 PM 11/18/2007 +0100, Manlio Perillo wrote: >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 > > -> a

Re: [Web-SIG] about WSGI adoption

2007-11-18 Thread Manlio Perillo
Titus Brown ha scritto: > On Sun, Nov 18, 2007 at 09:03:23PM +0100, Manlio Perillo wrote: > -> Titus Brown ha scritto: > -> > -> > -> > -> 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 >

Re: [Web-SIG] about WSGI adoption

2007-11-18 Thread Titus Brown
On Sun, Nov 18, 2007 at 09:03:23PM +0100, Manlio Perillo wrote: -> Titus Brown ha scritto: -> > -> -> > -> 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

Re: [Web-SIG] about WSGI adoption

2007-11-18 Thread Manlio Perillo
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

Re: [Web-SIG] about WSGI adoption

2007-11-18 Thread Titus Brown
-> 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? WSGI is a programming interface, not a script inte

Re: [Web-SIG] about WSGI adoption

2007-11-18 Thread Manlio Perillo
Graham Dumpleton ha scritto: > On 17/11/2007, Manlio Perillo <[EMAIL PROTECTED]> wrote: >> Manlio Perillo ha scritto: >>> In these days I have to install a Trac instance. >>> >>> Trac needs a TRAC_ENV variable, and it seems that the only ways to set >>> this variable is to: >>> 1) Set the TRAC_ENV

Re: [Web-SIG] about WSGI adoption

2007-11-16 Thread Graham Dumpleton
On 17/11/2007, Manlio Perillo <[EMAIL PROTECTED]> wrote: > Manlio Perillo ha scritto: > > In these days I have to install a Trac instance. > > > > Trac needs a TRAC_ENV variable, and it seems that the only ways to set > > this variable is to: > > 1) Set the TRAC_ENV environment variable (CGI) > > 2

Re: [Web-SIG] about WSGI adoption

2007-11-16 Thread Manlio Perillo
Manlio Perillo ha scritto: > In these days I have to install a Trac instance. > > Trac needs a TRAC_ENV variable, and it seems that the only ways to set > this variable is to: > 1) Set the TRAC_ENV environment variable (CGI) > 2) Use the TracEnv mod_wsgi option > > > I found it remarkable that

[Web-SIG] about WSGI adoption

2007-11-16 Thread Manlio Perillo
In these days I have to install a Trac instance. Trac needs a TRAC_ENV variable, and it seems that the only ways to set this variable is to: 1) Set the TRAC_ENV environment variable (CGI) 2) Use the TracEnv mod_wsgi option I found it remarkable that Trac does not has support for WSGI (as an ex