<?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 Linux Showroom</title>
	<atom:link href="http://www.linux-showroom.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linux-showroom.com</link>
	<description>My daily dosis of linux usage</description>
	<lastBuildDate>Tue, 24 Jan 2012 14:29:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Apache and lighttpd replaced by nginx for PHP application by Edemilson Lima</title>
		<link>http://www.linux-showroom.com/2008/08/16/apache-and-lighttpd-replaced-by-nginx-for-php-application.html/comment-page-1#comment-24295</link>
		<dc:creator>Edemilson Lima</dc:creator>
		<pubDate>Tue, 24 Jan 2012 14:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-showroom.com/?p=9#comment-24295</guid>
		<description><![CDATA[There is a good benchmark test comparing Varnish, LightHTTPd and Nginx at:

http://nbonvin.wordpress.com/2011/03/24/serving-small-static-files-which-server-to-use/]]></description>
		<content:encoded><![CDATA[<p>There is a good benchmark test comparing Varnish, LightHTTPd and Nginx at:</p>
<p><a href="http://nbonvin.wordpress.com/2011/03/24/serving-small-static-files-which-server-to-use/" rel="nofollow">http://nbonvin.wordpress.com/2011/03/24/serving-small-static-files-which-server-to-use/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Apache and lighttpd replaced by nginx for PHP application by Fabio</title>
		<link>http://www.linux-showroom.com/2008/08/16/apache-and-lighttpd-replaced-by-nginx-for-php-application.html/comment-page-1#comment-12838</link>
		<dc:creator>Fabio</dc:creator>
		<pubDate>Tue, 19 Apr 2011 08:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-showroom.com/?p=9#comment-12838</guid>
		<description><![CDATA[@alex: Lighttpd was not running stable at that point for me. nginx has a super light foot-print, is extremly stable, fast and the configuration options are endless but easy to figure out. For my case - in many different scenarios - it has been a great piece of software and as such solution. I don´t wanna miss it in my stack.]]></description>
		<content:encoded><![CDATA[<p>@alex: Lighttpd was not running stable at that point for me. nginx has a super light foot-print, is extremly stable, fast and the configuration options are endless but easy to figure out. For my case &#8211; in many different scenarios &#8211; it has been a great piece of software and as such solution. I don´t wanna miss it in my stack.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Apache and lighttpd replaced by nginx for PHP application by Alex</title>
		<link>http://www.linux-showroom.com/2008/08/16/apache-and-lighttpd-replaced-by-nginx-for-php-application.html/comment-page-1#comment-12765</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sun, 17 Apr 2011 03:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-showroom.com/?p=9#comment-12765</guid>
		<description><![CDATA[Why did you replace lighttpd?  It runs fcgi processes very well and manages them itself.  Seems lots of work and extra complication.  What&#039;s the payoff?]]></description>
		<content:encoded><![CDATA[<p>Why did you replace lighttpd?  It runs fcgi processes very well and manages them itself.  Seems lots of work and extra complication.  What&#8217;s the payoff?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on High available NFS4 server with drbd 0.8, pacemaker 1.0, heartbeat, openais on OpenSUSE 11.1 by ronald</title>
		<link>http://www.linux-showroom.com/2009/08/08/high-available-nfs4-server-with-drbd-0-8-pacemaker-1-0-heartbeat-openais-on-opensuse-11-1.html/comment-page-1#comment-9309</link>
		<dc:creator>ronald</dc:creator>
		<pubDate>Sun, 02 Jan 2011 14:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-showroom.com/?p=64#comment-9309</guid>
		<description><![CDATA[Where I can see your step by step installation guide?]]></description>
		<content:encoded><![CDATA[<p>Where I can see your step by step installation guide?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Apache and lighttpd replaced by nginx for PHP application by Fabio</title>
		<link>http://www.linux-showroom.com/2008/08/16/apache-and-lighttpd-replaced-by-nginx-for-php-application.html/comment-page-1#comment-8186</link>
		<dc:creator>Fabio</dc:creator>
		<pubDate>Fri, 12 Nov 2010 07:16:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-showroom.com/?p=9#comment-8186</guid>
		<description><![CDATA[Please note this article is totally out of date by now. :(

OpenSuSE is available in version 11.3 which brings *all* the software ready to install through the package manager.

The fast processing manager (FPM) is integrated into PHP5.3.3 so you do not have to patch anymore.

I am still using the same stack as described above but I switch the order. Now HAproxy is listening on port 80. Requests for static stuff are routed to Varnish. If the requested stuff is cached Varnish serves is otherwise the request is passed to nginx. Requests for dynamic things is passed directly from HAproxy to nginx.]]></description>
		<content:encoded><![CDATA[<p>Please note this article is totally out of date by now. <img src='http://www.linux-showroom.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>OpenSuSE is available in version 11.3 which brings *all* the software ready to install through the package manager.</p>
<p>The fast processing manager (FPM) is integrated into PHP5.3.3 so you do not have to patch anymore.</p>
<p>I am still using the same stack as described above but I switch the order. Now HAproxy is listening on port 80. Requests for static stuff are routed to Varnish. If the requested stuff is cached Varnish serves is otherwise the request is passed to nginx. Requests for dynamic things is passed directly from HAproxy to nginx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Apache and lighttpd replaced by nginx for PHP application by Nathan Delligatti</title>
		<link>http://www.linux-showroom.com/2008/08/16/apache-and-lighttpd-replaced-by-nginx-for-php-application.html/comment-page-1#comment-6515</link>
		<dc:creator>Nathan Delligatti</dc:creator>
		<pubDate>Tue, 15 Jun 2010 14:54:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-showroom.com/?p=9#comment-6515</guid>
		<description><![CDATA[Effectively I arrived below on another write-up but ended up staying for 20 minutes reading your stuff! Enjoyed it :-D]]></description>
		<content:encoded><![CDATA[<p>Effectively I arrived below on another write-up but ended up staying for 20 minutes reading your stuff! Enjoyed it <img src='http://www.linux-showroom.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Solved: Miro won&#8217;t start &#8211; missing video directory by Fabio</title>
		<link>http://www.linux-showroom.com/2008/03/31/solved-miro-wont-start-missing-video-directory.html/comment-page-1#comment-5810</link>
		<dc:creator>Fabio</dc:creator>
		<pubDate>Sat, 06 Mar 2010 13:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-showroom.com/2008/03/31/solved-miro-wont-start-missing-video-directory.html#comment-5810</guid>
		<description><![CDATA[You should be very careful with deleting anything called &quot;sqlitedb&quot; as this is a data storage (Miro&#039;s brain). In Miro&#039;s case this most definitely holds all your subscriptions!]]></description>
		<content:encoded><![CDATA[<p>You should be very careful with deleting anything called &#8220;sqlitedb&#8221; as this is a data storage (Miro&#8217;s brain). In Miro&#8217;s case this most definitely holds all your subscriptions!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Solved: Miro won&#8217;t start &#8211; missing video directory by Julio</title>
		<link>http://www.linux-showroom.com/2008/03/31/solved-miro-wont-start-missing-video-directory.html/comment-page-1#comment-5801</link>
		<dc:creator>Julio</dc:creator>
		<pubDate>Sat, 06 Mar 2010 01:35:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-showroom.com/2008/03/31/solved-miro-wont-start-missing-video-directory.html#comment-5801</guid>
		<description><![CDATA[what worked for me when i was faceing that &quot;video directory missing&quot; error was:
delete a file called &quot;sqlitedb&quot; it is in the miro directory.]]></description>
		<content:encoded><![CDATA[<p>what worked for me when i was faceing that &#8220;video directory missing&#8221; error was:<br />
delete a file called &#8220;sqlitedb&#8221; it is in the miro directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Open Source alternative for Camtasia under Linux by Fabio</title>
		<link>http://www.linux-showroom.com/2007/10/25/open-source-alternative-for-camtasia-under-linux.html/comment-page-1#comment-3786</link>
		<dc:creator>Fabio</dc:creator>
		<pubDate>Sat, 05 Sep 2009 12:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-showroom.com/2007/10/25/open-source-alternative-for-camtasia-under-linux.html#comment-3786</guid>
		<description><![CDATA[If you have got Java installed as a plugin in your browser and you are using a Mac or a PC &lt;a href=&quot;http://screenr.com&quot; rel=&quot;nofollow&quot;&gt;Screenr&lt;/a&gt; might be an alternative for you. 

It did not work for me on Linux tough.]]></description>
		<content:encoded><![CDATA[<p>If you have got Java installed as a plugin in your browser and you are using a Mac or a PC <a href="http://screenr.com" rel="nofollow">Screenr</a> might be an alternative for you. </p>
<p>It did not work for me on Linux tough.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to add a custom user-agent string to Konqueror by cog</title>
		<link>http://www.linux-showroom.com/2008/03/29/how-to-add-a-custom-user-agent-string-to-konqueror.html/comment-page-1#comment-1089</link>
		<dc:creator>cog</dc:creator>
		<pubDate>Mon, 04 May 2009 08:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-showroom.com/2008/03/29/how-to-add-a-custom-user-agent-string-to-konqueror.html#comment-1089</guid>
		<description><![CDATA[Another minor syntax bit-- the correct format (at least in Centos5) for ~/.kde/share/config/kio_httprc:

[m.podcast.de]
UserAgent=Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en) AppleWebKit/420+ (KHTML, like Gecko) Version/3.0 Mobile/1A543a Safari/419.3]]></description>
		<content:encoded><![CDATA[<p>Another minor syntax bit&#8211; the correct format (at least in Centos5) for ~/.kde/share/config/kio_httprc:</p>
<p>[m.podcast.de]<br />
UserAgent=Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en) AppleWebKit/420+ (KHTML, like Gecko) Version/3.0 Mobile/1A543a Safari/419.3</p>
]]></content:encoded>
	</item>
</channel>
</rss>
