Common error errors for fastcgi under IIS

Source: Internet
Author: User
Tags 0x80070005

PHP environments configured with IIS server +fastcgi often appear fastcgi error errors, such as 5 (0x80070005), 2147467259 (0x80004005), 1413 (0x80070585), 1073741819 (0xc0000005) and so on, let's talk about some of the ways to solve some of these problems:

  1. Error Details:

    The FastCGI process exited unexpectedly Error number: -2147467259 (0x80004005).

    Error Description: Unspecified errors for HTTP err 500-server. Internet Information Services (IIS)

    Search: Register_globals = off (about line No. 705) changes off to on, the line's comment character, the preceding semicolon ";" Remove to make the line work in the php.ini document, that is, get register_globals = on.

  2. Error Details:

    Error Number:5 (0x80070005). Error description: Access denied. HTTP Error 500-server error.

    Internet Information Services (IIS)

    This error is due to the fact that the IIS startup account (or the Users user group) has not been given read and run permissions to the directory after extracting PHP, modify the folder security properties (that is, the PHP installation directory folder, right-to-property, properties--security--full Control).

  3. Error Details:

    Could not find entry for "PHP" on the site 1960240566 in [Types] section. Error number:1413 (0x80070585). Error Description: Unspecified errors for HTTP err 500-server. Internet Information Services (IIS)

    Description not installed successfully! Modify the configuration according to Fcgiext.ini.

  4. Error Details:

    The FastCGI process exited unexpectedly Error number: -1073741819 (0xc0000005). Error Description:unknown error HTTP error 500-server error. Internet Information Services (IIS)

    Cause 1:c:\php\php.ini This file of interference, delete can.

    Cause there is no php.ini file in the 2:ext directory and this error is reported.

    Cause 3: The system may be missing files, such as missing MSVCR71.dll.

Common error errors for fastcgi under IIS

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.