Home > Backend Development > PHP Tutorial > IIS 6 下配置以 FastCGI 跑 PHP

IIS 6 下配置以 FastCGI 跑 PHP

WBOY
Release: 2016-05-19 12:16:01
Original
987 people have browsed it

环境:
操作系统: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.net/downloads.php">http://www.php.net/downloads.php

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

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

3. 注册 PHP 到 FastCGI

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

1 2 3  下一页
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template