<?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"
	>
<channel>
	<title>Comments on: lighttpd, Take 2</title>
	<atom:link href="http://www.splee.co.uk/2005/11/17/lighttpd-take-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.splee.co.uk/2005/11/17/lighttpd-take-2/</link>
	<description>Bring out the g33k</description>
	<pubDate>Thu, 20 Nov 2008 17:23:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Splee</title>
		<link>http://www.splee.co.uk/2005/11/17/lighttpd-take-2/#comment-1206</link>
		<dc:creator>Splee</dc:creator>
		<pubDate>Thu, 12 Jan 2006 14:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.splee.co.uk/2005/11/17/lighttpd-take-2/#comment-1206</guid>
		<description>Yes, that's what I did originally.  I didn't have any rewrite rules at all, I just set the 404 handler to:

&lt;code&gt;server.error-handler-404 = "/index.php?error=404"&lt;/code&gt;

When I first set this up the server would always return a 404 response, even though it returned the right page as the body of the response.  The upshot of that was that bots and a number of feed readers wouldn't retrieve anything as they just discarded the body once they saw the 404.

Thankfully everything is working nicely now. :)</description>
		<content:encoded><![CDATA[<p>Yes, that&#8217;s what I did originally.  I didn&#8217;t have any rewrite rules at all, I just set the 404 handler to:</p>
<p><code>server.error-handler-404 = "/index.php?error=404"</code></p>
<p>When I first set this up the server would always return a 404 response, even though it returned the right page as the body of the response.  The upshot of that was that bots and a number of feed readers wouldn&#8217;t retrieve anything as they just discarded the body once they saw the 404.</p>
<p>Thankfully everything is working nicely now. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cliff Wells</title>
		<link>http://www.splee.co.uk/2005/11/17/lighttpd-take-2/#comment-1205</link>
		<dc:creator>Cliff Wells</dc:creator>
		<pubDate>Thu, 12 Jan 2006 14:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.splee.co.uk/2005/11/17/lighttpd-take-2/#comment-1205</guid>
		<description>Perhaps setting the 404 handler in lighttpd.conf to point to index.php (or whatever it is that wordpress uses)?</description>
		<content:encoded><![CDATA[<p>Perhaps setting the 404 handler in lighttpd.conf to point to index.php (or whatever it is that wordpress uses)?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
