IIS7 fastcgi方式安装php
程序员文章站
2022-05-21 11:37:19
microsoft windows [version 6.0.6001] copyright (c) 2006 microsoft corporation. all rig...
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>
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>
上一篇: iPhone 12s两种屏幕新方案曝光:短刘海和窄刘海你选哪个?
下一篇: Virtualbox主机和虚拟机之间文件夹共享及双向拷贝(Windows<->Windows, Windows<->Linux)
推荐阅读
-
PHP学习笔记 IIS7下安装配置php环境
-
centos7上编译安装php7以php-fpm方式连接apache
-
centos6.5中用yum方式安装php5.4与apache2.2的步骤
-
IIS7 fastcgi方式安装php
-
php使用pecl方式安装扩展操作示例
-
windows+IIS 环境下以Fastcgi方式配置php 5.3.3的方法
-
mod_php、FastCGI、PHP-FPM等PHP运行方式对比
-
Windws Server 2008 R2 WEB环境配置之IIS7/IIS7.5+FastCGI+PHP 5.6.4+MYSQL+phpMyAdmin
-
WINDOWS 2000下使用ISAPI方式安装PHP
-
win2008 iis7/iis7.5下最简单最强安装多版本PHP支持环境