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

Windows服务器
用Win 2003架设邮件服务器
为Win 2003加装视频压缩
让DNS服务器支持泛域名解析
感受Windows 2003域更名工具
Win2003中搭建视频服务器
配置Windows 2000系统中的磁盘配额
Windows 2000操作系统启动菜单详解
Windows 2000 工具包中的 REG.EXE 中文说明
坚守阵地—Win 2000内置安全命令的威力
Windows 2000局域网的组策略管理
windows 2000虚拟主机基本权限的设置
巧妙设置Windows 2000启动项
Windows 2000操作系统光盘探秘
阿江的Windows 2000服务器安全设置教程
体验Windows 2000运行如飞的感觉
Windows 2000操作系统二十条超级应用技巧
Windows服务器安全设置经验详谈
Windows 2000虚拟主机最安全设置
在Windows 2000系统中预防Ping攻击
Windows 2000操作系统共享上网完全攻略

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


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-10-04   浏览: 112 ::
收藏到网摘: 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>