I have spent a few hours trying to debug &#39;No input file specified&#39; errors until I realized that the script_filename must be specified in upper case<br><br>ie,<br><br>fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;<br>
<br>rather than<br><br>fastcgi_param  script_filename  $document_root$fastcgi_script_name;<br clear="all"><br><br>Has it always been this way?<br><br>-- <br>Frank Church<br><br>=======================<br><a href="http://devblog.brahmancreations.com">http://devblog.brahmancreations.com</a><br>