FastCGI Error The FastCGI Handler was unable to process the request. ——————————————————————————– Error Details: The FastCGI executable could not be found Error Number: 3 (0×80070003). Error Description: ϵͳÕÒ²»µ½Ö¸¶¨µÄ·¾¶¡£ HTTP Error 500 – Server Error. Internet Information Services (IIS)
出现错误:
结果是fcgiext.ini没有配置好,路径不是否正确!!
[Types]
php=PHP
[PHP]
ExePath=e:\iissoft\php5\php-cgi.exe
另外检查下php.ini路径
php。ini配置文件中一些路径设置要注意正确,不然mysql会链接不上
extension_dir = “D:\php\ext” PHP文件夹下的ext路径cgi.force_redirect = 0 以下3行,IIS下用FastCGI必须按照这里设置upload_tmp_dir = “D:\php_upload” 上传的临时目录,自己建立目录,权限设定
session.save_path = “D:\php_session” 会话的session保存路径,目录权限同D:\php_upload
把每一件简单的事情做好,就是不简单;把每一件平凡的事情做好,就是不平凡。
浙公网安备 33010602011771号