I was getting some "application failed to start properly" pages, but production.log was not showing anything.<br>
Looking closer I've noticed that server_error.log (the apache log) was giving lines like:<br>
<span style="font-weight: bold;"><span style="font-weight: bold;">"</span>malformed header from script. Bad header=<html>: dispatch.fcgi, referer:"<br>
</span>I was able to determine the cause, and that was that some pages were starting with a space or a carriage return.<br>
On the other hand, the same pages were throwing no errors when using Lighttpd+fcgi.<br>
Is this something I could fix in the apache configuration files, so that I don't check every partial render for spaces?<br>
This project was initially on Apache1.3+fcgi and there were no problems.<br>
<br>
Bogdan<br>
<span style="font-weight: bold;"></span>