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

Windows服务器
windows2003 apache配置虚拟主机和绑定域名服务
使用svn进行版本控制
VisualSVN Server的配置和使用方法 图文
http ftp错误代码整理说明
Windows 安装IIS出现的问题(无法安装IIS,提示“安装程序无法复制文件IISApp.vbs”)
比较详细的iisapp使用实例代码
怎样通过iisapp命令查找pid来解决IIS的cpu占用率过高问题
2009年最新版 win2003 IIS6+PHP5+MySQL5+Zend Optimizer+phpMyAdmin安装配置教程
win2003 IIS+MySQL服务管理助手
windows服务器 的DNS服务器备份与还原步骤小结
IIS 应用程序保护级别说明
win2003 PHP服务器的突破新思路
IIS 服务器备份转移实现方法
Win2008 iis7服务器中批量迁移到另外一台IIS7的实现步骤
IIS 服务器的备份和移植技巧
IIS备份 自动备份IIS设置和恢复IIS设置(自动还原Web服务器)
备份、还原IIS网站配置信息
IIS备份 恢复一键搞定
启用IIS6的GZIP功能,提高网站打开速度,减少带宽占用
服务器 UDP端口占用几千个的解决办法

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


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