<div class="gmail_quote"><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">The apache log files say that the script dispatch.fcgi ended prematurely. I am unable to figure out the problem. Please help.</blockquote>

<div><br></div><div>Which probably means the dispatch.fcgi is not executable. </div><div>Make sure it is executable and #! /usr/bin/env python is added in the first line.</div><div><br></div><div>You should be able to verify that by running the script from command line as ./dispatch.fcgi.</div>

<div><br></div><div>Anand</div><div><br></div></div>