欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  网络运营

IIS7 fastcgi方式安装php

程序员文章站 2023-02-26 19:30:23
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>