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運(yùn)行環(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 升級(jí)PHP5.3后站點(diǎn)變慢的解決方法
- 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實(shí)現(xiàn)基本身份驗(yàn)證的方法
相關(guān)文章
IIS7.5 Error Code 0x8007007e HTTP 錯(cuò)誤 500.19的解決方法
這篇文章主要介紹了IIS7.5 Error Code 0x8007007e HTTP 錯(cuò)誤 500.19的解決方法,需要的朋友可以參考下2015-10-10IIS 6.0 中修改注冊(cè)表自定義 Httperr.Log
在 Windows 2003 Server 中.IIS 6.0 的日志記錄比 IIS 5.0 要更強(qiáng)大和安全.我們可以通過設(shè)置日志文件的路徑來將日志保存在其他地方.比如D盤.因?yàn)槿绻愕?IIS 服務(wù)器流量很大.那放在默認(rèn)的C盤可能會(huì)大量占用硬盤空間2014-01-01云服務(wù)器windows?server2019安裝.net3.5環(huán)境(實(shí)戰(zhàn)測(cè)試教程)
程序需要net3.5的支持,但是因?yàn)樵品?wù)器沒有鏡像包的支援,所以沒辦法直接安裝net3.5,以下為大家?guī)碓品?wù)器安裝net3.5的詳細(xì)教程2023-02-02最簡(jiǎn)單使IIS支持ASPX的權(quán)限設(shè)置(不建議服務(wù)器設(shè)置)
最簡(jiǎn)單使IIS支持ASPX的權(quán)限設(shè)置(不建議服務(wù)器設(shè)置),一般用于個(gè)人電腦測(cè)試2012-01-01管理員需要參考的當(dāng)服務(wù)器被入侵后的緊急補(bǔ)救方法
近日有很多站長(zhǎng)服務(wù)器被入侵,被入侵后真是措手不及啊,“站長(zhǎng)安全網(wǎng)”Jack為大家分析服務(wù)器被入侵前后的一些細(xì)節(jié)和處理方式,希望能為大家祈禱拋磚引玉的作用,若有說錯(cuò)指出還請(qǐng)見諒。2009-10-10IIS 服務(wù)器備份轉(zhuǎn)移實(shí)現(xiàn)方法
最近上了一個(gè)項(xiàng)目,讓我不管通過任何的方法要把一臺(tái)IIS服務(wù)器的所有虛擬主機(jī)全部轉(zhuǎn)移到另外一臺(tái)機(jī),其實(shí)很早就因?yàn)镮IS服務(wù)器的問題而傷腦筋,終于在我的努力下通過VBSCRIPT的腳本實(shí)現(xiàn)了這個(gè)目標(biāo),不敢獨(dú)想,和廣大網(wǎng)友共享。2009-03-03Windows Server 2012 R2添加Windows Server Backup 功能
這篇文章主要介紹了Windows Server 2012 R2添加Windows Server Backup 功能,需要的朋友可以參考下2017-06-06Windows Server 2008 R2上部署Exchange Server 2010圖文教程
這兩個(gè)產(chǎn)品可謂是09年下半年微軟推出的重頭產(chǎn)品,均為64位架構(gòu),而且其功能和性能遠(yuǎn)遠(yuǎn)超出了其早期版本,在此不再對(duì)這方面的內(nèi)容做過多的描述2013-06-06