The FastCGI process exited unexpectedly

后端 未结 13 895

I am trying to run PHP via FastCGI on a Windows 2008 server.

I followed this installation doc http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applicati

13条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-24 12:19

    For Issue C:\PHP\php-cgi.exe - The FastCGI process exited unexpectedly.

    I resolved this by installing the Visual C++ Redistributable for Visual Studio 2015.(Microsoft Visual C++ 2015 Redistributable Update 3) and Visual C++ Redistributable for Visual Studio 2012 Update 4 in 32 and 64bit versions. and also make sure in php.info file cgi.fix_pathinfo=0 enabled.

提交回复
热议问题