Skip to content


Farseer – Nginx for Windows 快速配置包

使用 nginx/0.7.59 & PHP/5.292 构建

Nginx 的确是 *ix 系统下非常优秀的 HTTP 服务器,但开发人员而言搭建 Windows 平台的 Nginx + PHP 环境的确非常的繁琐而且容易出错。

如果您有上述的问题,那么这个包能够帮得上您的忙。使用这名为 Farseer 的软件包,能够让您在一分钟内完成 Nginx + PHP for Windows 平台的安装。

一分钟安装

  1. 解压缩安装包,并放在合适的地方,例如本人解压缩到 E:\Farseer\ (后面称这个目录为 $FARSEER)
  2. 配置 Nginx 的 DOCUMENT_ROOT 路径,打开 $FARSEER\conf\nginx.conf 文件。找到相应的配置行,修改您需要的路径,例如 E:\htdocs
    set $htdocs e:/htdocs; # 在这里设定 HTTP 服务器根目录
  3. 好了,这样就可以启动 Nginx 系统了,运行 farseer.exe 即可!

http://code.google.com/p/gracecode/wiki/Farseer

作者Blog: http://www.gracecode.com/

相关错误:

mysql_connect() 找不到
修改php.ini 中exts为ext
extension_dir= .\ext
zend_extension_ts=”./ext/php_xdebug.dll”

404错误
set $htdocs ‘D:\Program Files\wamp\www’; # 目录名中有空格需加上单引号

set $htdocs ‘D:\svn\app\Source\\truck’; # \t 会解析成制表符,所以要再加\

安装uchome时不能得到参数
可以正常安装ucenter,但在uchome安装时不能得到参数

Posted in Nginx, 技术.

Tagged with .


No Responses (yet)

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.



Some HTML is OK

or, reply to this post via trackback.