Frédéric Sidler wrote:
> What it the best Django stack today.
>
> In django doc, it says that apache with mod_python is the best
> solution in production. But in the same time I see that everyblock use
> nginx (probably in mode fastcgi).
>
> Did you some of you test different solution and can share some output here.
>
> Here are the ones I see actually
>
> Apache mod_python
> Apache in fastcgi mode
> Lighttpd in fastcgi mode
> Nginx in fastcgi mode
>   
I've only used Django with apache/mod_python in production. At work we
are considering moving to lighttpd with fastcgi. I've played with
fastcgi, and it seems like just as solid of a solution as mod_python.
For apache, mod_wsgi has/will supercede mod_python.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to