<?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 for Luca's forge</title>
	<atom:link href="http://lucasforge.2bopen.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://lucasforge.2bopen.org</link>
	<description>Experiments from the land of open source</description>
	<lastBuildDate>Tue, 01 Dec 2009 10:55:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Caching dynamic contents using Nginx as reverse proxy cache server 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>Comment on Caching dynamic contents using Nginx as reverse proxy cache server 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>Comment on Caching dynamic contents using Nginx as reverse proxy cache server 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>
	<item>
		<title>Comment on lighttpd + mod_cache on debian lenny by Luca Corbo</title>
		<link>http://lucasforge.2bopen.org/2009/03/lighttpd-mod_cache-on-debian-lenny/comment-page-1/#comment-184</link>
		<dc:creator>Luca Corbo</dc:creator>
		<pubDate>Wed, 09 Sep 2009 08:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://lucasforge.2bopen.org/?p=20#comment-184</guid>
		<description>Post updated. Thanks ;-)</description>
		<content:encoded><![CDATA[<p>Post updated. Thanks <img src='http://lucasforge.2bopen.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on lighttpd + mod_cache on debian lenny by huzzel</title>
		<link>http://lucasforge.2bopen.org/2009/03/lighttpd-mod_cache-on-debian-lenny/comment-page-1/#comment-183</link>
		<dc:creator>huzzel</dc:creator>
		<pubDate>Tue, 08 Sep 2009 19:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://lucasforge.2bopen.org/?p=20#comment-183</guid>
		<description>maybe u forgot &lt; ? 
patch -p0 &lt; ../lighttpd-1.4.19.modcache.v.1.6.0.patch

thx for this nice tutorial :-)</description>
		<content:encoded><![CDATA[<p>maybe u forgot &lt; ?<br />
patch -p0 &lt; ../lighttpd-1.4.19.modcache.v.1.6.0.patch</p>
<p>thx for this nice tutorial <img src='http://lucasforge.2bopen.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ReCaptcha with Zend Form by Luca Corbo</title>
		<link>http://lucasforge.2bopen.org/2009/04/recaptcha-with-zend-form/comment-page-1/#comment-164</link>
		<dc:creator>Luca Corbo</dc:creator>
		<pubDate>Thu, 11 Jun 2009 07:50:22 +0000</pubDate>
		<guid isPermaLink="false">http://lucasforge.2bopen.org/?p=38#comment-164</guid>
		<description>You may add your fields in the application/forms/ReCaptcha.php file. For documentation and examples you may take a look at the &lt;a href=&quot;http://framework.zend.com/manual/en/zend.form.quickstart.html&quot; rel=&quot;nofollow&quot;&gt;Zend_Form Quick Start&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>You may add your fields in the application/forms/ReCaptcha.php file. For documentation and examples you may take a look at the <a href="http://framework.zend.com/manual/en/zend.form.quickstart.html" rel="nofollow">Zend_Form Quick Start</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ReCaptcha with Zend Form by Garry</title>
		<link>http://lucasforge.2bopen.org/2009/04/recaptcha-with-zend-form/comment-page-1/#comment-163</link>
		<dc:creator>Garry</dc:creator>
		<pubDate>Thu, 11 Jun 2009 05:53:43 +0000</pubDate>
		<guid isPermaLink="false">http://lucasforge.2bopen.org/?p=38#comment-163</guid>
		<description>I want to know how to add fields in re-captcha form.. can you suggest me any good one</description>
		<content:encoded><![CDATA[<p>I want to know how to add fields in re-captcha form.. can you suggest me any good one</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Execute SQL script from a file using PHP by Luca Corbo</title>
		<link>http://lucasforge.2bopen.org/2008/06/execute-sql-script-from-a-file-using-php/comment-page-1/#comment-160</link>
		<dc:creator>Luca Corbo</dc:creator>
		<pubDate>Mon, 25 May 2009 10:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://lucasforge.2bopen.org/?p=7#comment-160</guid>
		<description>The MDB2.php is part of the &lt;a href=&quot;http://pear.php.net/package/MDB2&quot; rel=&quot;nofollow&quot;&gt;Pear::MDB2&lt;/a&gt; package. You may download it at the pear.php.net site.</description>
		<content:encoded><![CDATA[<p>The MDB2.php is part of the <a href="http://pear.php.net/package/MDB2" rel="nofollow">Pear::MDB2</a> package. You may download it at the pear.php.net site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Execute SQL script from a file using PHP by Janardhana</title>
		<link>http://lucasforge.2bopen.org/2008/06/execute-sql-script-from-a-file-using-php/comment-page-1/#comment-159</link>
		<dc:creator>Janardhana</dc:creator>
		<pubDate>Mon, 25 May 2009 10:31:20 +0000</pubDate>
		<guid isPermaLink="false">http://lucasforge.2bopen.org/?p=7#comment-159</guid>
		<description>where is  the require_once &#039;MDB2.php&#039; file</description>
		<content:encoded><![CDATA[<p>where is  the require_once &#8216;MDB2.php&#8217; file</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ReCaptcha with Zend Form by jorge</title>
		<link>http://lucasforge.2bopen.org/2009/04/recaptcha-with-zend-form/comment-page-1/#comment-158</link>
		<dc:creator>jorge</dc:creator>
		<pubDate>Mon, 25 May 2009 07:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://lucasforge.2bopen.org/?p=38#comment-158</guid>
		<description>Thanks youuuuuuuuuuuuuu very much. 

I was looking for the translations options!</description>
		<content:encoded><![CDATA[<p>Thanks youuuuuuuuuuuuuu very much. </p>
<p>I was looking for the translations options!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
