[wsgi] Python interpreter initialization

Manlio Perillo manlio_perillo at libero.it
Tue Aug 21 17:35:26 MSD 2007


Aleksandar Lazic ha scritto:
> [...]
>
>> What's the advantage of implementing an AJP server that can not serve
>> HTTP requests without another web server that converts HTTP requests to
>> AJP requests?
> 
> I think that you are right in this way, I think also that a ajp module
> in nginx will be nice, however the way you go with a nginx => nginx with
> mod_wsgi looks to me simlar ;-) only the protocol is http.
> 

Well, it is not required to use another nginx server as a proxy.
Its only purpose, in theory is to return a 503 when the wsgi server is 
blocked.

BTW, I put everything behind a nginx proxy :).

> Neverless I thank you that you start to work on wsgi bevor I start on
> ajp so I can learn a lot during your implementation.
> 

Have you tried to look at the Apache mod_wsgi implementation?

 > [...]



Regards  Manlio Perillo





More information about the nginx mailing list