IIS6.0使用FastCGI运行PHP的体验及故障解决
前面文章谈到,在WINDOWS环境下,FastCGI比ISAPI运行PHP有着更佳的性能,所以把服务器上的PHP环境改为FastCGI了。
在配置完以后,出现错误提示:
Error Details: Could not find entry for "php" on site 2043809562 in
[Types] section. Error Number: 1413 (0x80070585). Error Description:
无效索引。 HTTP Error 500 - Server Error. Internet Information Services
(IIS)
通过检查,原来是FastCGI配置文件没有设置好。