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
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
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
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
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
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
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