Home >Backend Development >PHP Tutorial >IIS 6 配置 PHP + FastCGI + wincache

IIS 6 配置 PHP + FastCGI + wincache

WBOY
WBOYOriginal
2016-06-23 14:28:541027browse

1. php-5.2.13-nts-Win32-VC6-x86.zip 解压到 C:\PHP5 。

2. fcgisetup_1.5_x86_rtw.msi 进行安装。

3. 于 C:\WINDOWS\System32\inetsrv> 执行 cscript fcgiconfig.js -add -section:"PHP" -extension:"php" -path:"C:\PHP5\php-cgi.exe"

4. 安装 wincache-1.0.1-5.2-nts-vc6-x86.exe 或者直接把 php_wincache.dll 复制到 C:\PHP5\ext

5. 复制 C:\PHP5\php.ini-recommended => php.ini,修改:

    extension_dir = "C:\PHP5\ext"

    cgi.force_redirect = 0
    cgi.fix_pathinfo=1
    fastcgi.impersonate = 1;

    extension=php_wincache.dll

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn