<?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>Comments on: Nginx实践1 利用proxy_store实现高效的静态文件分布缓存服务器</title>
	<atom:link href="http://nightsailer.com/2008/05/24/252.html/feed" rel="self" type="application/rss+xml" />
	<link>http://nightsailer.com/2008/05/24/252.html</link>
	<description>...silent is golden...</description>
	<lastBuildDate>Sat, 21 Aug 2010 02:45:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nginx (&#8221;engine x&#8221;) 高性能 HTTP 服务器 &#124; 冰刀观察</title>
		<link>http://nightsailer.com/2008/05/24/252.html/comment-page-1#comment-22690</link>
		<dc:creator>Nginx (&#8221;engine x&#8221;) 高性能 HTTP 服务器 &#124; 冰刀观察</dc:creator>
		<pubDate>Thu, 01 Jan 2009 13:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://night9.cn/2008/05/24/252.html#comment-22690</guid>
		<description>[...] 利用proxy_store实现高效的静态文件分布缓存服务器 [...]</description>
		<content:encoded><![CDATA[<p>[...] 利用proxy_store实现高效的静态文件分布缓存服务器 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nightsailer</title>
		<link>http://nightsailer.com/2008/05/24/252.html/comment-page-1#comment-22685</link>
		<dc:creator>nightsailer</dc:creator>
		<pubDate>Tue, 30 Dec 2008 18:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://night9.cn/2008/05/24/252.html#comment-22685</guid>
		<description>@pahud

没有发现类似的问题
是否是你upstream的问题,
是否upstream作反向域名解析造成迟钝?
或者是防火墙之类的东西?
你可以尝试将上游的ip和域名放入/etc/hosts</description>
		<content:encoded><![CDATA[<p>@pahud</p>
<p>没有发现类似的问题<br />
是否是你upstream的问题,<br />
是否upstream作反向域名解析造成迟钝?<br />
或者是防火墙之类的东西?<br />
你可以尝试将上游的ip和域名放入/etc/hosts</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pahud</title>
		<link>http://nightsailer.com/2008/05/24/252.html/comment-page-1#comment-22682</link>
		<dc:creator>pahud</dc:creator>
		<pubDate>Mon, 29 Dec 2008 07:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://night9.cn/2008/05/24/252.html#comment-22682</guid>
		<description>我發現這個方式，第一次訪問nginx的話，它會花很多時間取得上游的內容，我在mailing list上面提出這問題了，你有碰到嗎？

http://permalink.gmane.org/gmane.comp.web.nginx.english/8994</description>
		<content:encoded><![CDATA[<p>我發現這個方式，第一次訪問nginx的話，它會花很多時間取得上游的內容，我在mailing list上面提出這問題了，你有碰到嗎？</p>
<p><a href="http://permalink.gmane.org/gmane.comp.web.nginx.english/8994" rel="nofollow">http://permalink.gmane.org/gmane.comp.web.nginx.english/8994</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davies</title>
		<link>http://nightsailer.com/2008/05/24/252.html/comment-page-1#comment-22645</link>
		<dc:creator>Davies</dc:creator>
		<pubDate>Sun, 26 Oct 2008 02:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://night9.cn/2008/05/24/252.html#comment-22645</guid>
		<description>这个方案对缓存css, js 等文件时效果不好，因为 nginx 的 mod_gzip 模块不够完善。

对于静态文本内容适合用Varnish等，图片适合用nginx。</description>
		<content:encoded><![CDATA[<p>这个方案对缓存css, js 等文件时效果不好，因为 nginx 的 mod_gzip 模块不够完善。</p>
<p>对于静态文本内容适合用Varnish等，图片适合用nginx。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fenng</title>
		<link>http://nightsailer.com/2008/05/24/252.html/comment-page-1#comment-22574</link>
		<dc:creator>Fenng</dc:creator>
		<pubDate>Mon, 23 Jun 2008 10:54:18 +0000</pubDate>
		<guid isPermaLink="false">http://night9.cn/2008/05/24/252.html#comment-22574</guid>
		<description>收到 :)</description>
		<content:encoded><![CDATA[<p>收到 <img src='http://nightsailer.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nightsailer</title>
		<link>http://nightsailer.com/2008/05/24/252.html/comment-page-1#comment-22542</link>
		<dc:creator>nightsailer</dc:creator>
		<pubDate>Sun, 25 May 2008 09:04:43 +0000</pubDate>
		<guid isPermaLink="false">http://night9.cn/2008/05/24/252.html#comment-22542</guid>
		<description>en, 如果熟悉nginx应该容易理解,呵呵.</description>
		<content:encoded><![CDATA[<p>en, 如果熟悉nginx应该容易理解,呵呵.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 在线代理</title>
		<link>http://nightsailer.com/2008/05/24/252.html/comment-page-1#comment-22541</link>
		<dc:creator>在线代理</dc:creator>
		<pubDate>Sun, 25 May 2008 08:13:17 +0000</pubDate>
		<guid isPermaLink="false">http://night9.cn/2008/05/24/252.html#comment-22541</guid>
		<description>文章不错，但是nginx配置文件是哪个服务器的没有说清楚，很容易混淆。
我还是看了http://wiki.codemongers.com/NginxHttpProxyModule  上的文档，才明白你的思路。</description>
		<content:encoded><![CDATA[<p>文章不错，但是nginx配置文件是哪个服务器的没有说清楚，很容易混淆。<br />
我还是看了http://wiki.codemongers.com/NginxHttpProxyModule  上的文档，才明白你的思路。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
