Quando recebi esta mensagem de erro, notei que nem sequer tinha php-cgi.exe
no diretório C:\Program Files\PHP
.
O outro método útil que encontrei foi que, se você está recebendo erros FastCGI, tente clicar duas vezes diretamente no arquivo php-cgi.exe
e, em seguida, procure nos logs do Aplicativo do Windows por erros se ele falhar. Eu recebi isso deste comentário de um relatório de bugs do PHP :
[2010-04-22 06:43 UTC] sejo at iteontech dot com
After debugging IIS and a bunch of other crazy things, this is what worked for me. I have PHP 5.3.2 on Windows 7 and IIS 7. Try to execute PHP-CGI.EXE (BY DOUBLECLICKING ON IT). See if you get any error messages/ pop-ups. I got a ton of them and it all boiled down on having a bunch of extensions turned on, but not being available in my ext folder. Clear the PHP.INI of those invalid extensions and the problem should go away.