FastCGIErroriis6 + php5.5

Source: Internet
Author: User
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?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.