IIS7 fastcgi方式安装php

Winona ·
更新时间:2024-11-10
· 599 次阅读

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>
您可能感兴趣的文章:IIS7配置PHP环境图文教程(fastcgi快速最新版)Vista IIS7添加PHP支持的设置方法win2008 IIS7 安装PHPMYAdmin的方法IIS7.X配置PHP运行环境小结PHP学习笔记 IIS7下安装配置php环境IIS7 配置大全(ASP.NET 2.0, WCF, ASP.NET MVC,php)Win2008 R2 IIS7.5+PHP5(FastCGI)+MySQL5环境搭建教程Win2008 R2 IIS7 PHP 5.4 环境搭建图文教程win2008 R2 下 IIS7.5+PHP5.2.17+Mysql5.5.16+Zend3.3.3IIS7,IIS7.5 升级PHP5.3后站点变慢的解决方法IIS7配置PHP图解(IIS7+PHP_5.2.17/PHP_5.3.5)Win2008 R2配置IIS7.5+PHP Manager+PHP5.3+Mysql5.5+Wincache浅析iis7.5安装配置php环境PHP中配置IIS7实现基本身份验证的方法



fastcgi iis7 IIS PHP

需要 登录 后方可回复, 如果你还没有账号请 注册新账号