[BangPypers] Django and Fcgi

Anand Chitipothu anandology at gmail.com
Wed Apr 15 11:45:21 CEST 2009


> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/bangpypers/attachments/20090415/26b15a28/attachment.htm>


More information about the BangPypers mailing list