欢迎来到代码驿站!

Windows

当前位置:首页 > 服务器 > Windows

IIS7 fastcgi方式安装php

时间:2021-03-11 10:05:12|栏目:Windows|点击:
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>

上一篇:Windows Server 2016中安装PHP Manager、ARR3.0或者URL Rewrite 2.0无法成功的解决办法

栏    目:Windows

下一篇:Windows 安装和配置 WSL的方法步骤

本文标题:IIS7 fastcgi方式安装php

本文地址:http://www.codeinn.net/misctech/78340.html

推荐教程

广告投放 | 联系我们 | 版权申明

重要申明:本站所有的文章、图片、评论等,均由网友发表或上传并维护或收集自网络,属个人行为,与本站立场无关。

如果侵犯了您的权利,请与我们联系,我们将在24小时内进行处理、任何非本站因素导致的法律后果,本站均不负任何责任。

联系QQ:914707363 | 邮箱:codeinn#126.com(#换成@)

Copyright © 2020 代码驿站 版权所有