<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>《windows nginx php配置》的评论</title>
	<atom:link href="http://www.xiaoxiaozi.com/2009/09/23/1485/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xiaoxiaozi.com/2009/09/23/1485/</link>
	<description>Say you say me ,say we together~~</description>
	<lastBuildDate>Mon, 06 Feb 2012 01:58:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>作者：ngwsx</title>
		<link>http://www.xiaoxiaozi.com/2009/09/23/1485/comment-page-2/#comment-11278</link>
		<dc:creator>ngwsx</dc:creator>
		<pubDate>Fri, 08 Jul 2011 03:53:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.xiaoxiaozi.com/?p=1485#comment-11278</guid>
		<description>http://blog.csdn.net/ngwsx


Ngwsx是Nginx的一个非官方的Windows移植版本，使用Windows的IOCP，支持高并发。


特性：

*) 支持IOCP和Select两种IO模型。

*) 支持以Windows服务的方式运行。

*) 支持单进程和主从进程（主进程/工作进程）两种工作模式，

    启用IOCP事件模块只支持单个工作进程，启用Select事件模块可支持多个工作进程。

*) 使用AcceptEx和ConnectEx等WinSock扩展函数。

*) 静态链接PCRE和ZLIB库。


下载：

https://github.com/downloads/hehaiqiang/ngwsx/nginx-1.0.4.0.rar


==========================================================


ngx_php_module是一个nginx http模块，它把php解析器内嵌到nginx里面用来执行php脚本。


特性：

*) PHP解析器内嵌到Nginx，类似于Apache httpd的mod_php模块。


下载：

https://github.com/downloads/hehaiqiang/ngwsx/ngx_php-1.0.4.0.rar</description>
		<content:encoded><![CDATA[<p><a href="http://blog.csdn.net/ngwsx" rel="nofollow">http://blog.csdn.net/ngwsx</a></p>
<p>Ngwsx是Nginx的一个非官方的Windows移植版本，使用Windows的IOCP，支持高并发。</p>
<p>特性：</p>
<p>*) 支持IOCP和Select两种IO模型。</p>
<p>*) 支持以Windows服务的方式运行。</p>
<p>*) 支持单进程和主从进程（主进程/工作进程）两种工作模式，</p>
<p>    启用IOCP事件模块只支持单个工作进程，启用Select事件模块可支持多个工作进程。</p>
<p>*) 使用AcceptEx和ConnectEx等WinSock扩展函数。</p>
<p>*) 静态链接PCRE和ZLIB库。</p>
<p>下载：</p>
<p><a href="https://github.com/downloads/hehaiqiang/ngwsx/nginx-1.0.4.0.rar" rel="nofollow">https://github.com/downloads/hehaiqiang/ngwsx/nginx-1.0.4.0.rar</a></p>
<p>==========================================================</p>
<p>ngx_php_module是一个nginx http模块，它把php解析器内嵌到nginx里面用来执行php脚本。</p>
<p>特性：</p>
<p>*) PHP解析器内嵌到Nginx，类似于Apache httpd的mod_php模块。</p>
<p>下载：</p>
<p><a href="https://github.com/downloads/hehaiqiang/ngwsx/ngx_php-1.0.4.0.rar" rel="nofollow">https://github.com/downloads/hehaiqiang/ngwsx/ngx_php-1.0.4.0.rar</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：mark</title>
		<link>http://www.xiaoxiaozi.com/2009/09/23/1485/comment-page-2/#comment-11191</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Sat, 18 Jun 2011 14:06:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.xiaoxiaozi.com/?p=1485#comment-11191</guid>
		<description>我的环境就是php-cgi.exe 启动不了 :arrow:</description>
		<content:encoded><![CDATA[<p>我的环境就是php-cgi.exe 启动不了 <img src='http://www.xiaoxiaozi.com/wp-includes/images/smilies-ren/icon_arrow.gif' alt=':arrow:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：nginx与php-cgi的安装与配置</title>
		<link>http://www.xiaoxiaozi.com/2009/09/23/1485/comment-page-1/#comment-10434</link>
		<dc:creator>nginx与php-cgi的安装与配置</dc:creator>
		<pubDate>Sat, 06 Nov 2010 05:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.xiaoxiaozi.com/?p=1485#comment-10434</guid>
		<description>[...] 参考原文：《windows nginx php配置》From 小小子 [...]</description>
		<content:encoded><![CDATA[<p>[...] 参考原文：《windows nginx php配置》From 小小子 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：windows下的nginx+php5.3+php-cgi+mysql &#171; Setting Sun&#39;s Blog &#8211; 残阳</title>
		<link>http://www.xiaoxiaozi.com/2009/09/23/1485/comment-page-1/#comment-7452</link>
		<dc:creator>windows下的nginx+php5.3+php-cgi+mysql &#171; Setting Sun&#39;s Blog &#8211; 残阳</dc:creator>
		<pubDate>Fri, 05 Mar 2010 04:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.xiaoxiaozi.com/?p=1485#comment-7452</guid>
		<description>[...] 一个小工具 http://redmine.lighttpd.net/attachments/660/RunHiddenConsole.zip 还记得我在php.ini说在doc_root写入项目目录地址会问题么，我的问题就是 出现No input file specified. 写空反而没事了 好了就写到这了。 参考文章： http://www.xiaoxiaozi.com/2009/09/23/1485/ [...]</description>
		<content:encoded><![CDATA[<p>[...] 一个小工具 <a href="http://redmine.lighttpd.net/attachments/660/RunHiddenConsole.zip" rel="nofollow">http://redmine.lighttpd.net/attachments/660/RunHiddenConsole.zip</a> 还记得我在php.ini说在doc_root写入项目目录地址会问题么，我的问题就是 出现No input file specified. 写空反而没事了 好了就写到这了。 参考文章： <a href="http://www.xiaoxiaozi.com/2009/09/23/1485/" rel="nofollow">http://www.xiaoxiaozi.com/2009/09/23/1485/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Showfom</title>
		<link>http://www.xiaoxiaozi.com/2009/09/23/1485/comment-page-1/#comment-5389</link>
		<dc:creator>Showfom</dc:creator>
		<pubDate>Fri, 23 Oct 2009 19:33:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.xiaoxiaozi.com/?p=1485#comment-5389</guid>
		<description>弄了半天 来到这里了……</description>
		<content:encoded><![CDATA[<p>弄了半天 来到这里了……</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：simaopig</title>
		<link>http://www.xiaoxiaozi.com/2009/09/23/1485/comment-page-1/#comment-5203</link>
		<dc:creator>simaopig</dc:creator>
		<pubDate>Wed, 14 Oct 2009 14:07:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.xiaoxiaozi.com/?p=1485#comment-5203</guid>
		<description>&lt;a href=&quot;#comment-5186&quot; rel=&quot;nofollow&quot;&gt;@BBM  &lt;/a&gt; 
这个还真没有。。汗，明天有机会试一下吧。呵。</description>
		<content:encoded><![CDATA[<p><a href="#comment-5186" rel="nofollow">@BBM  </a><br />
这个还真没有。。汗，明天有机会试一下吧。呵。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：BBM</title>
		<link>http://www.xiaoxiaozi.com/2009/09/23/1485/comment-page-1/#comment-5186</link>
		<dc:creator>BBM</dc:creator>
		<pubDate>Wed, 14 Oct 2009 11:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.xiaoxiaozi.com/?p=1485#comment-5186</guid>
		<description>试过配置二级目录吗？就是虚拟目录，我试了几回都不成功，郁闷中呢。</description>
		<content:encoded><![CDATA[<p>试过配置二级目录吗？就是虚拟目录，我试了几回都不成功，郁闷中呢。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：mypcfix</title>
		<link>http://www.xiaoxiaozi.com/2009/09/23/1485/comment-page-1/#comment-4838</link>
		<dc:creator>mypcfix</dc:creator>
		<pubDate>Thu, 01 Oct 2009 10:10:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.xiaoxiaozi.com/?p=1485#comment-4838</guid>
		<description>哇，竟然是在windows下配置nginx，nginx号称系最轻量级的web服务器支援软体啊</description>
		<content:encoded><![CDATA[<p>哇，竟然是在windows下配置nginx，nginx号称系最轻量级的web服务器支援软体啊</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：simaopig</title>
		<link>http://www.xiaoxiaozi.com/2009/09/23/1485/comment-page-1/#comment-4798</link>
		<dc:creator>simaopig</dc:creator>
		<pubDate>Tue, 29 Sep 2009 06:59:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.xiaoxiaozi.com/?p=1485#comment-4798</guid>
		<description>&lt;a href=&quot;#comment-4797&quot; rel=&quot;nofollow&quot;&gt;@荒野无灯 &lt;/a&gt; 
没有，自己在GOOGLE DOC共享就行了。呵。</description>
		<content:encoded><![CDATA[<p><a href="#comment-4797" rel="nofollow">@荒野无灯 </a><br />
没有，自己在GOOGLE DOC共享就行了。呵。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：荒野无灯</title>
		<link>http://www.xiaoxiaozi.com/2009/09/23/1485/comment-page-1/#comment-4797</link>
		<dc:creator>荒野无灯</dc:creator>
		<pubDate>Tue, 29 Sep 2009 06:49:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.xiaoxiaozi.com/?p=1485#comment-4797</guid>
		<description>哈哈，那个google docs的是不是又用的什么插件啊？</description>
		<content:encoded><![CDATA[<p>哈哈，那个google docs的是不是又用的什么插件啊？</p>
]]></content:encoded>
	</item>
</channel>
</rss>

