Re: FastCGI vs. mod_python as "current preferred setup"

2007-01-26 Thread [EMAIL PROTECTED]
Apache and mod_python is most common on shared/other hosting with preinstalled servers. If someone has such account the he should use it and don't try to install other servers etc. But if someone has the possibility to choose the software then the docs should show alternatives like nginx + fastcgi

Re: FastCGI vs. mod_python as "current preferred setup"

2007-01-26 Thread Ramiro Morales
On 1/25/07, Mihai Preda <[EMAIL PROTECTED]> wrote: > > Hi, > in the documentation (here: > http://www.djangoproject.com/documentation/fastcgi/ ) it is written > that the "current preferred setup" for running Django is mod_python > (rather than FastCGI). > > I'd like to know why is that. Does mod_p

Re: FastCGI vs. mod_python as "current preferred setup"

2007-01-25 Thread James Bennett
On 1/25/07, Mihai Preda <[EMAIL PROTECTED]> wrote: > I'd like to know why is that. Does mod_python offer some advantages, > and which ones? My personal two cents on the matter: Apache is the most popular web server in common use, and mod_python is mature, well-understood and able to work with Dj

Re: FastCGI vs. mod_python as "current preferred setup"

2007-01-25 Thread Michael Radziej
Mihai Preda: > Hi, > in the documentation (here: > http://www.djangoproject.com/documentation/fastcgi/ ) it is written > that the "current preferred setup" for running Django is mod_python > (rather than FastCGI). > I'd like to know why is that. Does mod_python offer some advantages, > and which o

Re: FastCGI vs. mod_python as "current preferred setup"

2007-01-25 Thread David Zhou
On Jan 25, 2007, at 4:17 PM, Ivan Sagalaev wrote: > Mihai Preda wrote: >> Hi, >> in the documentation (here: >> http://www.djangoproject.com/documentation/fastcgi/ ) it is written >> that the "current preferred setup" for running Django is mod_python >> (rather than FastCGI). >> >> I'd like to k

Re: FastCGI vs. mod_python as "current preferred setup"

2007-01-25 Thread Ivan Sagalaev
Mihai Preda wrote: > Hi, > in the documentation (here: > http://www.djangoproject.com/documentation/fastcgi/ ) it is written > that the "current preferred setup" for running Django is mod_python > (rather than FastCGI). > > I'd like to know why is that. Does mod_python offer some advantages, > an

FastCGI vs. mod_python as "current preferred setup"

2007-01-25 Thread Mihai Preda
Hi, in the documentation (here: http://www.djangoproject.com/documentation/fastcgi/ ) it is written that the "current preferred setup" for running Django is mod_python (rather than FastCGI). I'd like to know why is that. Does mod_python offer some advantages, and which ones? An explanation of why