<?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: Instant subdomains with Apache and mod_rewrite</title>
	<atom:link href="http://www.tierra-innovation.com/blog/2008/05/14/instant-subdomains-with-apache-and-mod_rewrite/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tierra-innovation.com/blog/2008/05/14/instant-subdomains-with-apache-and-mod_rewrite/</link>
	<description>Innovation in technology, strategy and design</description>
	<lastBuildDate>Mon, 19 Sep 2011 14:55:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Joshua Kugler</title>
		<link>http://www.tierra-innovation.com/blog/2008/05/14/instant-subdomains-with-apache-and-mod_rewrite/comment-page-1/#comment-21</link>
		<dc:creator>Joshua Kugler</dc:creator>
		<pubDate>Wed, 14 May 2008 20:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.tierra-innovation.com/blog/?p=56#comment-21</guid>
		<description>If you don&#039;t need all the features of Apache, lighttpd can do this in two lines:

simple-vhost.server-root = &quot;/home/web&quot;
simple-vhost.document-root = &quot;/htdocs/&quot;

Then, create a directory:

/home/web/host.name.com/htdocs/

And you instantly have a virtual host.  Quite slick.  We use this for our wiki hosting since it eases setup and lighttpd+fastcgi is such a great combination.</description>
		<content:encoded><![CDATA[<p>If you don&#8217;t need all the features of Apache, lighttpd can do this in two lines:</p>
<p>simple-vhost.server-root = &#8220;/home/web&#8221;<br />
simple-vhost.document-root = &#8220;/htdocs/&#8221;</p>
<p>Then, create a directory:</p>
<p>/home/web/host.name.com/htdocs/</p>
<p>And you instantly have a virtual host.  Quite slick.  We use this for our wiki hosting since it eases setup and lighttpd+fastcgi is such a great combination.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

