windows2003 system +IIS6, access to PHP file error:
In the IIS6 of Win2003, the latest version of the PHP 5.4.7, which uses the FastCGI method, has the following error after the installation has restarted IIS:
The FastCGI Handler is unable to process the request.
Error Details:
Error Number:5 (0x80070005).
Error Description: I have a garbled display here.
HTTP Error 500-server error.
Internet Information Services (IIS)
This error is due to the fact that the IIS startup account has not been granted read and run permissions to the directory after the PHP5.4.7 folder has been uncompressed.
Modify folder security properties, add the Everyone or Users account, and give:
1. Read and run
2. read out folder directory
3, read
Three permissions to resolve the problem.
Copy Code code as follows:
FastCGI Error
The FastCGI Handler is unable to process the request.
Error Details:
Error number:193 (0X800700C1).
Error Description:unknown Error
HTTP Error 500-server error.
Internet Information Services (IIS)
On the Internet to find the next said is "PHP5.5 start, has not supported XP and Win2003 on the run." only versions of php5.4x can be installed on Win2003 . "That's it."
PHP window website Download Address: http://windows.php.net/downloads/releases/