<?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: Apache 2.2 proxy and LightTPD</title>
	<atom:link href="http://www.idontplaydarts.com/2009/08/apache-proxy-and-lighttpd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.idontplaydarts.com/2009/08/apache-proxy-and-lighttpd/</link>
	<description>A blog about Linux, Apache, MySQL, PHP and web application security</description>
	<lastBuildDate>Fri, 10 Sep 2010 19:26:47 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ninja cloak</title>
		<link>http://www.idontplaydarts.com/2009/08/apache-proxy-and-lighttpd/comment-page-1/#comment-17938</link>
		<dc:creator>ninja cloak</dc:creator>
		<pubDate>Tue, 10 Aug 2010 01:19:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.idontplaydarts.com/?p=316#comment-17938</guid>
		<description>&lt;strong&gt;a great post for you to read...&lt;/strong&gt;

[..]awesome information avialable here, definitely should go read this, it&#039;s totally worth it[..]...</description>
		<content:encoded><![CDATA[<p><strong>a great post for you to read&#8230;</strong></p>
<p>[..]awesome information avialable here, definitely should go read this, it&#8217;s totally worth it[..]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://www.idontplaydarts.com/2009/08/apache-proxy-and-lighttpd/comment-page-1/#comment-4362</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Wed, 04 Nov 2009 11:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.idontplaydarts.com/?p=316#comment-4362</guid>
		<description>Your totally right - Ive just tested it and i got 85ms avg response time for apache vs 88ms for lighttpd (1000 requests with 100 connections serving 128kb of data). Perhaps the way forward would be to use lighttpd on the frontend and pass the php scripts via proxy to apache? 

I moved away from using lighttpd in the first place as the mod_php was much quicker than the fast-cgi php.</description>
		<content:encoded><![CDATA[<p>Your totally right &#8211; Ive just tested it and i got 85ms avg response time for apache vs 88ms for lighttpd (1000 requests with 100 connections serving 128kb of data). Perhaps the way forward would be to use lighttpd on the frontend and pass the php scripts via proxy to apache? </p>
<p>I moved away from using lighttpd in the first place as the mod_php was much quicker than the fast-cgi php.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: php-trivandrum</title>
		<link>http://www.idontplaydarts.com/2009/08/apache-proxy-and-lighttpd/comment-page-1/#comment-4292</link>
		<dc:creator>php-trivandrum</dc:creator>
		<pubDate>Wed, 04 Nov 2009 03:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.idontplaydarts.com/?p=316#comment-4292</guid>
		<description>This way for static files, both apache and lighttpd would be working.. means a static file request would use up one apache process which already has the overheads of mod_php and whatever mod_foo you have.. and in a nut shell.. the advantage of lighttpd over apache is lost. If fact you are abusing your hardware by using this setup. 

Also mod_rewrite in apache is a facility, and much more powerful methods can be achieved by mod_magnet and lua in lighttpd. I am no advocate of lighttpd. Would it not be better to have lighttpd listen on a different port on the external interface, and configure or author the web application such that all static files will be requested with that port in prefix? or if you have multiple ips on the server, use alias domains?.

Even better would be just to use lighttpd only, and do the rewrites using magnet and lua, like on my hobby site running wordpress selectarticles.info. I got the reference from http://www.asteriosk.gr/blog/2009/02/19/installing-wp-super-cache-with-lighttpd/</description>
		<content:encoded><![CDATA[<p>This way for static files, both apache and lighttpd would be working.. means a static file request would use up one apache process which already has the overheads of mod_php and whatever mod_foo you have.. and in a nut shell.. the advantage of lighttpd over apache is lost. If fact you are abusing your hardware by using this setup. </p>
<p>Also mod_rewrite in apache is a facility, and much more powerful methods can be achieved by mod_magnet and lua in lighttpd. I am no advocate of lighttpd. Would it not be better to have lighttpd listen on a different port on the external interface, and configure or author the web application such that all static files will be requested with that port in prefix? or if you have multiple ips on the server, use alias domains?.</p>
<p>Even better would be just to use lighttpd only, and do the rewrites using magnet and lua, like on my hobby site running wordpress selectarticles.info. I got the reference from <a href="http://www.asteriosk.gr/blog/2009/02/19/installing-wp-super-cache-with-lighttpd/" rel="nofollow">http://www.asteriosk.gr/blog/2009/02/19/installing-wp-super-cache-with-lighttpd/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
