当前位置: 首页 > 图文教程 > 服务器 > Windows服务器 > IIS7 fastcgi方式安装php

Windows服务器
Windows Server 2003 R2 Beta 2将公测
Windows 2003组策略和安全模板的应用
Windows 2003 64位正式版抢先体验
微软发布WinServer2003 R2 Beta2
Windows Server 2003 安全配置实战演习
快速关闭Windows 2003的三种方法
windows 2003服务器防止海洋木马的安全设置
制作无盘Windows 2003之无忧Ghost文件
为Windows 2003加装视频压缩
安全配置向导为Win2003打造“铜墙铁壁”
用Win 2003 SP1向导功能打造安全服务器
在Win 2003系统中挖掘免费刻录软件
Windows 2003优化系列之系统服务的开关
发扬DIY精神 为Windows 2003移植系统还原
活学活用Win2003分区增容功能
轻松管理Win 2003的“远程桌面”
自动管理Windows 2003好用的“远程桌面”
活学活用Windows Server 2003分区增容功能
使用Web接口远程维护Win2003服务器
教你一招:Windows2003系统优化大有玄机

Windows服务器 中的 IIS7 fastcgi方式安装php


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-10-04   浏览: 129 ::
收藏到网摘: n/a

iis下fastcgi php安装。 Microsoft Windows [Version 6.0.6001]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.
E:\Windows\system32>cd ../../x86
E:\x86>dir
Volume in drive E has no label.
Volume Serial Number is 960B-9039
Directory of E:\x86
2007/09/30 15:01 <DIR> .
2007/09/30 15:01 <DIR> ..
2007/01/22 18:18 132,096 fcgisetup.exe
2007/01/15 16:33 1,531 iisfcgi_schema.xml
2006/10/27 15:12 9,445 license.txt
2007/01/20 18:58 2,450 readme.txt
2007/01/22 16:49 <DIR> x86
4 File(s) 145,522 bytes
3 Dir(s) 12,789,080,064 bytes free
E:\x86>fcgisetup.exe
fcgisetup.exe [/?] [/install] [/uninstall] [/add prog ext] [/remove prog]
/install - Install FastCGI support
/uninstall - Uninstall FastCGI support
/add - Register a FastCGI program
to handle the specified extensions
/remove - Un-register a FastCGI program
/? - Display this help message
Examples:
fcgisetup.exe /install /add c:\php\php-cgi.exe php,phpt
1 step install - install FastCGI support on the server AND
register the php-cgi.exe FastCGI program as the script processor
for the PHP extension
fcgisetup.exe /install
Just install FastCGI support on the server
fcgisetup.exe /uninstall
Un-install FastCGI support on the server
fcgisetup.exe /add c:\php\php-cgi.exe php,phpt
Register the php-cgi.exe FastCGI program as the script processor
for php, and phpt extensions
fcgisetup.exe /remove c:\php\php-cgi.exe
Un-register the php-cgi.exe FastCGI program
E:\x86>fcgisetup.exe /install
Stopping IIS services …
Copied files
Registered FastCGI configuration section
Installed FastCGI module
Starting IIS services …
Success: Installation completed succesfully
E:\x86>fcgisetup.exe /add e:\php\php-cgi.exe php,phpt
Configured FastCGI pool
Created handler mappings
Success: Installation completed succesfully
E:\x86>