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:
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.
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).
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.
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