搭建IIs+php+mysql环境时候出错 急求
FastCGI Error
The FastCGI Handler was unable to process the request.
--------------------------------------------------------------------------------
Error Details:
•Unknown property "¡¡" present under section "PHP" in config file.
•Error Number: 13 (0x8007000d).
•Error Description: 错误提示
HTTP Error 500 - Server Error.
Internet Information Services (IIS)
fcgiext.ini文件后面添加下面信息 出现上面问题
[types]
php=PHP
[PHP]
ExePath=C:\Program Files\PHP\php-cgi.exe
InstanceMaxRequests=10000
maxInstances=300
EnvironmentVars=PHP_FCGI_MAX_REQUESTS:10000
RequestTimeout=500
ActivityTimeout=900