<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Intrepid Blog &#187; apache</title>
	<atom:link href="http://blog.affien.com/archives/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.affien.com</link>
	<description>A few thoughts</description>
	<lastBuildDate>Mon, 01 Mar 2010 00:58:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Welcome to lighttpd</title>
		<link>http://blog.affien.com/archives/2006/01/04/welcome-to-lighttpd/</link>
		<comments>http://blog.affien.com/archives/2006/01/04/welcome-to-lighttpd/#comments</comments>
		<pubDate>Wed, 04 Jan 2006 13:38:59 +0000</pubDate>
		<dc:creator>Bas Westerbaan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://blog.w-nz.com/archives/2006/01/04/welcome-to-lighttpd/</guid>
		<description><![CDATA[After a long afternoon I&#8217;ve got lighttpd to work with my current apache based layout.
This means I can choose whether to run apache or lighttpd.
Lighttpd is a webserver, like apache. The key advantage of lighttpd over apache is that lighttpd is very light on your server. It uses a lot less memory, which is very [...]]]></description>
			<content:encoded><![CDATA[<p>After a long afternoon I&#8217;ve got <a title="lighttpd homepage" href="http://www.lighttpd.net/">lighttpd</a> to work with my current apache based layout.</p>
<p>This means I can choose whether to run apache or lighttpd.</p>
<p>Lighttpd is a webserver, like apache. The key advantage of lighttpd over apache is that lighttpd is very light on your server. It uses a lot less memory, which is very nice espacially when considering that my server only has got ~90mB of memory.</p>
<p>The drawback of lighttpd is that it is light and doesn&#8217;t support as much as apache does.</p>
<p>It doesn&#8217;t do <em>.htaccess</em> files. Everything needs to be configured in the <em>lighttpd.conf</em>, which doesn&#8217;t support everything, or at least not in the same way as apache does.</p>
<p>However, <em>lighttpd</em> is pretty easy to configure when you get the hang of it.</p>
<p>One particulair pain in the ass is getting old mod_rewrite using .htaccess to work, for instance the one used by wordpress of this blog.</p>
<p>I&#8217;ve added this in my <em>lighttpd.conf</em>:</p>
<p><code>$HTTP["host"] =~ "blog.w-nz.com" {<br />
url.rewrite = ( "^/(page|archives|comments|search|feed)/" => "/index.php?error=404" )<br />
}</code></p>
<p>One interesting thing to note is that the configuration file is nothing more than a script being executed for each request.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.affien.com/archives/2006/01/04/welcome-to-lighttpd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Switching to Lighttpd</title>
		<link>http://blog.affien.com/archives/2005/11/22/switching-to-lighttpd/</link>
		<comments>http://blog.affien.com/archives/2005/11/22/switching-to-lighttpd/#comments</comments>
		<pubDate>Tue, 22 Nov 2005 13:48:08 +0000</pubDate>
		<dc:creator>Bas Westerbaan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[vserver]]></category>

		<guid isPermaLink="false">http://blog.w-nz.com/archives/2005/11/22/switching-to-lighttpd/</guid>
		<description><![CDATA[Recently a lot of people seem to be switching from Apache to Lighttpd, which is a webserver that is said to be a lot faster, but even better it is said to have a constant low memory footprint.
I`m currently compiling lighttpd on my vserver (on which this blog runs), and I`ll switch to lighttpd &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>Recently a lot of people seem to be switching from Apache to <a href="http://www.lighttpd.net/documentation/simple-vhost.html">Lighttpd</a>, which is a webserver that is said to be a lot faster, but even better it is said to have a constant low memory footprint.</p>
<p>I`m currently compiling lighttpd on my vserver (on which this blog runs), and I`ll switch to lighttpd &#8211; which should be as easy as setting some configurations for lighttpd to fit in with the current /var/www model I`m using and simply switching off Apache and switching on lighttpd.</p>
<p>I hope there won&#8217;t be a lot downtime.</p>
<p><ins>Update</ins> Lighttpd and fastcgi don&#8217;t seem to really go together on my server configuration, so no lighttpd for a while <img src='http://blog.affien.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> .</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.affien.com/archives/2005/11/22/switching-to-lighttpd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
