<?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: Caching dynamic contents using Nginx as reverse proxy cache server</title>
	<atom:link href="http://lucasforge.2bopen.org/2009/09/caching-dynamic-content-using-nginx/feed/" rel="self" type="application/rss+xml" />
	<link>http://lucasforge.2bopen.org/2009/09/caching-dynamic-content-using-nginx/</link>
	<description>Experiments from the land of open source</description>
	<lastBuildDate>Thu, 08 Apr 2010 19:50:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: wesnur</title>
		<link>http://lucasforge.2bopen.org/2009/09/caching-dynamic-content-using-nginx/comment-page-1/#comment-215</link>
		<dc:creator>wesnur</dc:creator>
		<pubDate>Tue, 01 Dec 2009 10:55:55 +0000</pubDate>
		<guid isPermaLink="false">http://lucasforge.2bopen.org/?p=83#comment-215</guid>
		<description>Thanks for sharing such an informative read. I have found another read which not only talks about dynamic caching but it also throws light on different topologies available for dynamic caching.. I am sure &lt;a href=&quot;http://www.alachisoft.com/ncache/dynamic_clustering.html&quot; rel=&quot;nofollow&quot;&gt;this article&lt;/a&gt; can be very helpful for those who are interested in dynamic caching.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing such an informative read. I have found another read which not only talks about dynamic caching but it also throws light on different topologies available for dynamic caching.. I am sure <a href="http://www.alachisoft.com/ncache/dynamic_clustering.html" rel="nofollow">this article</a> can be very helpful for those who are interested in dynamic caching.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luca Corbo</title>
		<link>http://lucasforge.2bopen.org/2009/09/caching-dynamic-content-using-nginx/comment-page-1/#comment-190</link>
		<dc:creator>Luca Corbo</dc:creator>
		<pubDate>Mon, 21 Sep 2009 13:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://lucasforge.2bopen.org/?p=83#comment-190</guid>
		<description>I&#039;ve updated the post.
Thanks for your suggestions :-).</description>
		<content:encoded><![CDATA[<p>I&#8217;ve updated the post.<br />
Thanks for your suggestions <img src='http://lucasforge.2bopen.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: W-Mark Kubacki</title>
		<link>http://lucasforge.2bopen.org/2009/09/caching-dynamic-content-using-nginx/comment-page-1/#comment-189</link>
		<dc:creator>W-Mark Kubacki</dc:creator>
		<pubDate>Mon, 21 Sep 2009 12:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://lucasforge.2bopen.org/?p=83#comment-189</guid>
		<description>Thanks for sharing! Indeed, caching pages with query parameters is especially good if you have an old PHP forum and the requests are solely GET requests.

BTW, better set &lt;code&gt;$store_extra&lt;/code&gt; to &lt;code&gt;${request_uri}index.html&lt;/code&gt;: In case of directories it will save you another rewrite as Nginx will look it up as index file.

And, you have used the underscore twice in your version. The first time in &lt;code&gt;$prefix&lt;/code&gt; and the second on line 26.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing! Indeed, caching pages with query parameters is especially good if you have an old PHP forum and the requests are solely GET requests.</p>
<p>BTW, better set <code>$store_extra</code> to <code>${request_uri}index.html</code>: In case of directories it will save you another rewrite as Nginx will look it up as index file.</p>
<p>And, you have used the underscore twice in your version. The first time in <code>$prefix</code> and the second on line 26.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
