Home >Backend Development >PHP Tutorial >Windows2008 IIS7运行PHP程序

Windows2008 IIS7运行PHP程序

WBOY
WBOYOriginal
2016-06-23 14:28:55895browse

考虑过使用FASTCGI, 但是感觉安装起来挺麻烦的,所以还是用ISAPI的方式

1. 下载PHP,我用的是PHP 5.2 (5.2.13), VC6 x86 Thread Safe (2010-Feb-24 15:33:12), Zip

2. 文件解压缩到c:\PHP

3. 配置环境变量path,添加C:\php;C:\php\ext;

4.打开“ Internet 信息服务(IIS)管理器”,在“ Web 服务扩展”里,选择“添加一个新的 Web 服务扩展”,扩展名可填写“PHP ISAPI 扩展”,要求的文件选择:C:\php\php5isapi.dll,设置如下图。

5. 打开“网站”->“属性”->“ISAPI 筛选器”->“添加”,筛选器名称可填写“PHP”,可执行文件仍然选择 C:\php\php5isapi.dll。

6.新建一个应用程序池

 

6.php.ini的设置

7.重起WWW服务,新建应用程序程序,选择刚才新建的应用程序池

添加测试文件index.php, 内容

如果显示下面的信息,则设置成功


Statement:
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