FastCGIErroriis6 + php5.5 FastCGI Error
The FastCGI Handler was unable to process the request.
Error Details:
Error Number: 193 (0x800700c1 ).
Error Description: Unknown Error
HTTP Error 500-Server Error.
Internet Information Services (IIS)
Iis6 + php5.5 + FastCGI
Php code is simple
<% Php
Phpinfo ();
%>
How can this problem be solved?
Reply to discussion (solution)
Open the error prompt in php. ini.
In addition, have you configured it separately? Can I parse it like <% php?
In php. ini, the following error occurs:
Error_reporting = E_ALL
Display_errors = On
Display_startup_errors = On
Log_errors = On
Content in fcgiext. ini
[Types]
Php = PHP
[PHP]
ExePath = C: \ php5.5.5 \ php-cgi.exe
Instancemax requests = 10000
EnvironmentVars = PHP_FCGI_MAX_REQUESTS: 10000
RequestTimeout = 500
ActivityTimeout = 900
The FastCGI Handler was unable to process the request.
The FastCGI handler cannot process the request.
Php5.5 is compiled by VC11. check that the VC11 runtime library is installed correctly.
Php. ini configuration:
Fastcgi. impersonate = 1 remove the previous;
Other common root configurations are the same.
There are five files under c: \ windows \ system32 \ inetsrv, which are useful: fcgtext. dll (processing php ING), fcgitext. ini (FastCGI configuration file)
Open the FASTCGI configuration file fcgitext. ini and modify [Types]:
[Types]
Php = PHP
[PHP]
Exepath = c: \ Php \ php-cgi.exe
I have installed the VC11 runtime library
The configuration of php. ini and fcgitext. ini should be okay.
Click run php-cgi.exe
The system prompts that the win32 application is not a valid one.
Clicking run php-cgi.exe prompts that the win32 application is not valid
Is that the reason?
You didn't notice that the php5.5 release notes include: Do you need windows or later?