当前位置:Gxlcms > PHP教程 > IIS6下配置以FastCGI跑PHP

IIS6下配置以FastCGI跑PHP

时间:2021-07-01 10:21:17 帮助过:9人阅读

环境:
操作系统:Windows 2003 Server SP2
PHP 版本:php-5.2.6-Win32

1.下载 FastCGI For IIS6

http://www.iis.net/download/fastcgi

下载之后,双击运行进行安装。

安装后在 C:\WINDOWS\system32\inetsrv 目录下产生了五个文件。如下图:

image

  1. fcgiext.dll – fastcgi处理程序
  2. fcgiext.ini – 配置文件
  3. fcgiconfig.js – FastCGI的控制脚本


同时在 IIS 的 “Web 服务扩展”里多了 FastCGI Handler。

iis6fcgi_2
2.下载 PHP5.2.14 Windows 版

php.com/downloads.php">http://www.php.com/downloads.php

下载 .zip 格式的版本,下载后解压至 c:\PHP 目录,并给 IIS 启动帐户组或用户赋予读取和运行权限。如下图:

iis6fcgi_3
你可以根据自己的意愿解压到别的目录。

3. 注册 PHP 到 FastCGI

打开 C:\WINDOWS\system32\inetsrv\fcgiext.ini 文件。

1 2 3 下一页

人气教程排行