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 <anandol...@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@python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>
>


-- 
Ramdas S
+91 9342 583 065
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to