Today in 03 iis6.0 configuration php-5.3.3 know that this version does not support ISAPI mode, can only use FastCGI environment basic configuration after the test page, the following error is prompted: the FastCGI Handler was unable to process the request.
Search: php-5.3.3-vc9 is compiled with vc2008, lack of cv ++ Runtime Library, download and install can: Give a convenient address download: http://xiazai.xiazaiba.com/Soft/V/vcredist2008_SP1_x86_XiaZAiBa.zip PS: to decompress the package, you must install the vc ++ 2008 Runtime Library. Otherwise, an error occurs. For more information, see blog.
Php. ini configuration:
Fastcgi. impersonate = 1 remove the previous;
Similar to other common root configurations, c: \ windows \ system32 \ inetsrv has five files, of which fcgtext is useful. dll (processing php ing), fcgitext. ini (FastCGI configuration file)
Open the FASTCGI configuration file fcgitext. ini and change [Types] to [Types].
Php = PHP
[PHP]
Exepath = c: \ Php \ php-cgi.exe error message not configured fsgitext. ini:
FastCGI Error
The FastCGI Handler was unable to process the request.
-------------------------------------------------------------------------------- Error Details: cocould not find entry for "php" on site 66 in [Types] section.
Error Number: 1413 (0x80070585 ).