IIS7 fastcgi方式安裝php
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環(huán)境圖文教程(fastcgi快速最新版)
- Vista IIS7添加PHP支持的設(shè)置方法
- win2008 IIS7 安裝PHPMYAdmin的方法
- IIS7.X配置PHP運行環(huán)境小結(jié)
- PHP學(xué)習(xí)筆記 IIS7下安裝配置php環(huán)境
- IIS7 配置大全(ASP.NET 2.0, WCF, ASP.NET MVC,php)
- Win2008 R2 IIS7.5+PHP5(FastCGI)+MySQL5環(huán)境搭建教程
- Win2008 R2 IIS7 PHP 5.4 環(huán)境搭建圖文教程
- win2008 R2 下 IIS7.5+PHP5.2.17+Mysql5.5.16+Zend3.3.3
- IIS7,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環(huán)境
- PHP中配置IIS7實現(xiàn)基本身份驗證的方法
相關(guān)文章
IIS7.5 Error Code 0x8007007e HTTP 錯誤 500.19的解決方法
這篇文章主要介紹了IIS7.5 Error Code 0x8007007e HTTP 錯誤 500.19的解決方法,需要的朋友可以參考下2015-10-10
云服務(wù)器windows?server2019安裝.net3.5環(huán)境(實戰(zhàn)測試教程)
程序需要net3.5的支持,但是因為云服務(wù)器沒有鏡像包的支援,所以沒辦法直接安裝net3.5,以下為大家?guī)碓品?wù)器安裝net3.5的詳細(xì)教程2023-02-02
最簡單使IIS支持ASPX的權(quán)限設(shè)置(不建議服務(wù)器設(shè)置)
最簡單使IIS支持ASPX的權(quán)限設(shè)置(不建議服務(wù)器設(shè)置),一般用于個人電腦測試2012-01-01
管理員需要參考的當(dāng)服務(wù)器被入侵后的緊急補(bǔ)救方法
近日有很多站長服務(wù)器被入侵,被入侵后真是措手不及啊,“站長安全網(wǎng)”Jack為大家分析服務(wù)器被入侵前后的一些細(xì)節(jié)和處理方式,希望能為大家祈禱拋磚引玉的作用,若有說錯指出還請見諒。2009-10-10
IIS 服務(wù)器備份轉(zhuǎn)移實現(xiàn)方法
最近上了一個項目,讓我不管通過任何的方法要把一臺IIS服務(wù)器的所有虛擬主機(jī)全部轉(zhuǎn)移到另外一臺機(jī),其實很早就因為IIS服務(wù)器的問題而傷腦筋,終于在我的努力下通過VBSCRIPT的腳本實現(xiàn)了這個目標(biāo),不敢獨想,和廣大網(wǎng)友共享。2009-03-03
Windows Server 2012 R2添加Windows Server Backup 功能
這篇文章主要介紹了Windows Server 2012 R2添加Windows Server Backup 功能,需要的朋友可以參考下2017-06-06
Windows Server 2008 R2上部署Exchange Server 2010圖文教程
這兩個產(chǎn)品可謂是09年下半年微軟推出的重頭產(chǎn)品,均為64位架構(gòu),而且其功能和性能遠(yuǎn)遠(yuǎn)超出了其早期版本,在此不再對這方面的內(nèi)容做過多的描述2013-06-06

