[BangPypers] Django and Fcgi
Ramdas S
ramdas at developeriq.com
Thu Apr 16 09:16:46 CEST 2009
I wouldn't advise you to try Django on Dreamhost if your site requires
constant maintenance. Every time you need to refresh stuff, you need touch
the fcgi files, and its spawns multiple processes, that simply refuses to
die. But if its low maintenance, that is very little python code will get
added, then Dreamhost is fine. The server maintainers some times kills those
threads, crashing your site
For professional work try webfaction or any of the slice stuff
Ramdas
On Wed, Apr 15, 2009 at 3:15 PM, Anand Chitipothu <anandology at gmail.com>wrote:
>
>
>> The apache log files say that the script dispatch.fcgi ended prematurely.
>> I am unable to figure out the problem. Please help.
>
>
> Which probably means the dispatch.fcgi is not executable.
> Make sure it is executable and #! /usr/bin/env python is added in the first
> line.
>
> You should be able to verify that by running the script from command line
> as ./dispatch.fcgi.
>
> Anand
>
>
> _______________________________________________
> BangPypers mailing list
> BangPypers at python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>
>
--
Ramdas S
+91 9342 583 065
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/bangpypers/attachments/20090416/35b56ecd/attachment.htm>
More information about the BangPypers
mailing list