<?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: Speedup your LAMP stack with LigHTTPD</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2006/05/21/speedup-your-lamp-stack-with-lighttpd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2006/05/21/speedup-your-lamp-stack-with-lighttpd/</link>
	<description>Everything about MySQL Performance</description>
	<lastBuildDate>Sat, 07 Nov 2009 18:35:44 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sohbet</title>
		<link>http://www.mysqlperformanceblog.com/2006/05/21/speedup-your-lamp-stack-with-lighttpd/comment-page-1/#comment-593901</link>
		<dc:creator>sohbet</dc:creator>
		<pubDate>Tue, 23 Jun 2009 22:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/05/21/speedup-your-lamp-stack-with-lighttpd/#comment-593901</guid>
		<description>I’m happy to see the team grow. If you guys ever open up a Whistler office let me know, I’m so in</description>
		<content:encoded><![CDATA[<p>I’m happy to see the team grow. If you guys ever open up a Whistler office let me know, I’m so in</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jerome</title>
		<link>http://www.mysqlperformanceblog.com/2006/05/21/speedup-your-lamp-stack-with-lighttpd/comment-page-1/#comment-580853</link>
		<dc:creator>jerome</dc:creator>
		<pubDate>Wed, 10 Jun 2009 07:08:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/05/21/speedup-your-lamp-stack-with-lighttpd/#comment-580853</guid>
		<description>Hello Peter, nice article.

However creating your own Apache module can sometimes solve a lot of problems and may not force you to switch to Lighttpd (or something else).
The framework (APR and APR-Utils) used by Apache is really powerful and makes things really easier to developp you own modules.

Have a nice day

Best Regards. :)

APR : http://apr.apache.org/</description>
		<content:encoded><![CDATA[<p>Hello Peter, nice article.</p>
<p>However creating your own Apache module can sometimes solve a lot of problems and may not force you to switch to Lighttpd (or something else).<br />
The framework (APR and APR-Utils) used by Apache is really powerful and makes things really easier to developp you own modules.</p>
<p>Have a nice day</p>
<p>Best Regards. <img src='http://www.mysqlperformanceblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>APR : <a href="http://apr.apache.org/" rel="nofollow">http://apr.apache.org/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IT_Architect</title>
		<link>http://www.mysqlperformanceblog.com/2006/05/21/speedup-your-lamp-stack-with-lighttpd/comment-page-1/#comment-563618</link>
		<dc:creator>IT_Architect</dc:creator>
		<pubDate>Tue, 19 May 2009 15:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/05/21/speedup-your-lamp-stack-with-lighttpd/#comment-563618</guid>
		<description>Why not mod_proxy + mod_cache + proxy to nginx for static?  That way you retain the .htaccess and mod_rewrite functionality used by most of the applications out there, and retain the speed and reliability advantages of mod_php.</description>
		<content:encoded><![CDATA[<p>Why not mod_proxy + mod_cache + proxy to nginx for static?  That way you retain the .htaccess and mod_rewrite functionality used by most of the applications out there, and retain the speed and reliability advantages of mod_php.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Solution Hacker - Spring and JCS caching</title>
		<link>http://www.mysqlperformanceblog.com/2006/05/21/speedup-your-lamp-stack-with-lighttpd/comment-page-1/#comment-456281</link>
		<dc:creator>Solution Hacker - Spring and JCS caching</dc:creator>
		<pubDate>Mon, 26 Jan 2009 22:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/05/21/speedup-your-lamp-stack-with-lighttpd/#comment-456281</guid>
		<description>[...] Speed up your LAMP stack with lighhttpd [...]</description>
		<content:encoded><![CDATA[<p>[...] Speed up your LAMP stack with lighhttpd [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lighttpd as reverse proxy &#124; MySQL Performance Blog</title>
		<link>http://www.mysqlperformanceblog.com/2006/05/21/speedup-your-lamp-stack-with-lighttpd/comment-page-1/#comment-314680</link>
		<dc:creator>Lighttpd as reverse proxy &#124; MySQL Performance Blog</dc:creator>
		<pubDate>Wed, 18 Jun 2008 02:28:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/05/21/speedup-your-lamp-stack-with-lighttpd/#comment-314680</guid>
		<description>[...] often recommend to set lighttpd in front of apache to handle http requests (more about http://www.mysqlperformanceblog.com/2006/05/21/speedup-your-lamp-stack-with-lighttpd/ ) , redirect dynamic requests to apache and handle static files by itself. I just gathered [...]</description>
		<content:encoded><![CDATA[<p>[...] often recommend to set lighttpd in front of apache to handle http requests (more about <a href="http://www.mysqlperformanceblog.com/2006/05/21/speedup-your-lamp-stack-with-lighttpd/" rel="nofollow">http://www.mysqlperformanceblog.com/2006/05/21/speedup-your-lamp-stack-with-lighttpd/</a> ) , redirect dynamic requests to apache and handle static files by itself. I just gathered [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SMS Gateway</title>
		<link>http://www.mysqlperformanceblog.com/2006/05/21/speedup-your-lamp-stack-with-lighttpd/comment-page-1/#comment-289690</link>
		<dc:creator>SMS Gateway</dc:creator>
		<pubDate>Tue, 29 Apr 2008 07:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/05/21/speedup-your-lamp-stack-with-lighttpd/#comment-289690</guid>
		<description>thank you for the greate article.</description>
		<content:encoded><![CDATA[<p>thank you for the greate article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: erkko</title>
		<link>http://www.mysqlperformanceblog.com/2006/05/21/speedup-your-lamp-stack-with-lighttpd/comment-page-1/#comment-49526</link>
		<dc:creator>erkko</dc:creator>
		<pubDate>Sun, 11 Feb 2007 19:13:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/05/21/speedup-your-lamp-stack-with-lighttpd/#comment-49526</guid>
		<description>LogFormat %{X-Forwarded-for}i %l %u %t \&quot;%r\&quot; %&gt;s %b %{Referer}i %{User-Agent}i combined</description>
		<content:encoded><![CDATA[<p>LogFormat %{X-Forwarded-for}i %l %u %t \&#8221;%r\&#8221; %&gt;s %b %{Referer}i %{User-Agent}i combined</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MySQL Performance Blog &#187; Why do you need many apache children ?</title>
		<link>http://www.mysqlperformanceblog.com/2006/05/21/speedup-your-lamp-stack-with-lighttpd/comment-page-1/#comment-44336</link>
		<dc:creator>MySQL Performance Blog &#187; Why do you need many apache children ?</dc:creator>
		<pubDate>Mon, 05 Feb 2007 21:32:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/05/21/speedup-your-lamp-stack-with-lighttpd/#comment-44336</guid>
		<description>[...] I already wrote kind of about same topic a while ago and now interesting real life case makes me to write again [...]</description>
		<content:encoded><![CDATA[<p>[...] I already wrote kind of about same topic a while ago and now interesting real life case makes me to write again [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Barr&#8217;s Blog &#187; Links for Wednesday, May 31, 2006</title>
		<link>http://www.mysqlperformanceblog.com/2006/05/21/speedup-your-lamp-stack-with-lighttpd/comment-page-1/#comment-84</link>
		<dc:creator>Jeff Barr&#8217;s Blog &#187; Links for Wednesday, May 31, 2006</dc:creator>
		<pubDate>Wed, 31 May 2006 12:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/05/21/speedup-your-lamp-stack-with-lighttpd/#comment-84</guid>
		<description>[...] MySQL Performance Blog: Speed Your LAMP Stack with LigHTTPD. [...]</description>
		<content:encoded><![CDATA[<p>[...] MySQL Performance Blog: Speed Your LAMP Stack with LigHTTPD. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vadim</title>
		<link>http://www.mysqlperformanceblog.com/2006/05/21/speedup-your-lamp-stack-with-lighttpd/comment-page-1/#comment-56</link>
		<dc:creator>Vadim</dc:creator>
		<pubDate>Mon, 29 May 2006 20:07:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/05/21/speedup-your-lamp-stack-with-lighttpd/#comment-56</guid>
		<description>Apachez,

You can try LigHTTPD + FastCGI for Perl also. FastCGI has a good interface to Perl:  FCGI (http://fastcgi.com/#TheDevKit).
However I did not test it, so I can&#039;t say if it is better than apache + mod_perl</description>
		<content:encoded><![CDATA[<p>Apachez,</p>
<p>You can try LigHTTPD + FastCGI for Perl also. FastCGI has a good interface to Perl:  FCGI (<a href="http://fastcgi.com/#TheDevKit)" rel="nofollow">http://fastcgi.com/#TheDevKit)</a>.<br />
However I did not test it, so I can&#8217;t say if it is better than apache + mod_perl</p>
]]></content:encoded>
	</item>
</channel>
</rss>
