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
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.
> > -> > ->
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
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
>
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
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
-> 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
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
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
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
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
11 matches
Mail list logo