On Sep 28, 10:47 am, Jeremy Sandell <[EMAIL PROTECTED]> wrote:
> On Sep 26, 1:25 pm, David Zhou <[EMAIL PROTECTED]> wrote:
>
>
>
> > I've also heard good things about WSGI -- though I haven't heavily
> > tested its stability compared to, say,mod_python.
> > ---
> > David Zhou
> > [EMAIL PROTEC
On Sep 26, 1:25 pm, David Zhou <[EMAIL PROTECTED]> wrote:
>
> I've also heard good things about WSGI -- though I haven't heavily
> tested its stability compared to, say, mod_python.
> ---
> David Zhou
> [EMAIL PROTECTED]
FWIW, WSGI has thus far worked wonderfully for me, and using daemon
mode
On Sep 26, 2008, at 5:54 AM, Peter Bengtsson wrote:
> On Sep 25, 8:41 pm, "Frédéric Sidler" <[EMAIL PROTECTED]>
> 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 everybl
On Sep 25, 8:41 pm, "Frédéric Sidler" <[EMAIL PROTECTED]>
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
I'm using django on Amazon EC2. And Django does not serve any static
files. Actually they are stored on S3 and we plan to use Amazon new
CDN functionnalities for that. So I'm trying to find the best solution
for serving dynamic files on instances with 2GB of RAM. These
instances are running Django
I use both, apache mod_python to server django code and nginx at port 80 to
serve just media and static files.
- Original Message -
From: "Frédéric Sidler" <[EMAIL PROTECTED]>
To:
Sent: Thursday, September 25, 2008 4:41 PM
Subject: actual django stack
>
> What it the best Django stac
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 sh
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
8 matches
Mail list logo