<?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: Getting Ubuntu to work: Creating Subdomain in Localhost</title>
	<atom:link href="http://thinkingnectar.com/2008/getting-ubuntu-to-work-creating-subdomain-in-localhost/feed/" rel="self" type="application/rss+xml" />
	<link>http://thinkingnectar.com/2008/getting-ubuntu-to-work-creating-subdomain-in-localhost/</link>
	<description>Thoughts inspiring. Inspiring thoughts</description>
	<lastBuildDate>Mon, 30 Aug 2010 03:27:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Gonzalo</title>
		<link>http://thinkingnectar.com/2008/getting-ubuntu-to-work-creating-subdomain-in-localhost/comment-page-1/#comment-1268</link>
		<dc:creator>Gonzalo</dc:creator>
		<pubDate>Sun, 25 Apr 2010 00:04:38 +0000</pubDate>
		<guid isPermaLink="false">http://thinkingnectar.com/2008/getting-ubuntu-to-work-creating-subdomain-in-localhost/#comment-1268</guid>
		<description>Thank you very much. It worked!</description>
		<content:encoded><![CDATA[<p>Thank you very much. It worked!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://thinkingnectar.com/2008/getting-ubuntu-to-work-creating-subdomain-in-localhost/comment-page-1/#comment-1251</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sat, 13 Mar 2010 22:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://thinkingnectar.com/2008/getting-ubuntu-to-work-creating-subdomain-in-localhost/#comment-1251</guid>
		<description>Sweet thanks for this - I kind of hacked together the apache part of it but was missing the entry in the hosts file  and the little a2ensite.</description>
		<content:encoded><![CDATA[<p>Sweet thanks for this &#8211; I kind of hacked together the apache part of it but was missing the entry in the hosts file  and the little a2ensite.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sabot</title>
		<link>http://thinkingnectar.com/2008/getting-ubuntu-to-work-creating-subdomain-in-localhost/comment-page-1/#comment-845</link>
		<dc:creator>Sabot</dc:creator>
		<pubDate>Mon, 07 Dec 2009 15:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://thinkingnectar.com/2008/getting-ubuntu-to-work-creating-subdomain-in-localhost/#comment-845</guid>
		<description>Damn, my msg got mangled. I meant replace VirtualHost * with VirtualHost 127.0.0.1</description>
		<content:encoded><![CDATA[<p>Damn, my msg got mangled. I meant replace VirtualHost * with VirtualHost 127.0.0.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sabot</title>
		<link>http://thinkingnectar.com/2008/getting-ubuntu-to-work-creating-subdomain-in-localhost/comment-page-1/#comment-844</link>
		<dc:creator>Sabot</dc:creator>
		<pubDate>Mon, 07 Dec 2009 15:20:06 +0000</pubDate>
		<guid isPermaLink="false">http://thinkingnectar.com/2008/getting-ubuntu-to-work-creating-subdomain-in-localhost/#comment-844</guid>
		<description>On windows this is nearly the same, host file is in &quot;windir/system32/drivers/etc/host&quot; and paths must have forward slash like &quot;D:/webroot/site1&quot;, put them in quotes if you have spaces in your path. Lastly, I couldnt get it working until I&#039;ve put NameVirtualHost 127.0.0.1 at the top of vhosts conf file and then changed  to . Dont forget to put your regular webroot at the top of these directives (also like virtual host) otherwise you wont be able to access it. Good luck.</description>
		<content:encoded><![CDATA[<p>On windows this is nearly the same, host file is in &#8220;windir/system32/drivers/etc/host&#8221; and paths must have forward slash like &#8220;D:/webroot/site1&#8243;, put them in quotes if you have spaces in your path. Lastly, I couldnt get it working until I&#8217;ve put NameVirtualHost 127.0.0.1 at the top of vhosts conf file and then changed  to . Dont forget to put your regular webroot at the top of these directives (also like virtual host) otherwise you wont be able to access it. Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chin Yong</title>
		<link>http://thinkingnectar.com/2008/getting-ubuntu-to-work-creating-subdomain-in-localhost/comment-page-1/#comment-415</link>
		<dc:creator>Chin Yong</dc:creator>
		<pubDate>Sun, 17 May 2009 17:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://thinkingnectar.com/2008/getting-ubuntu-to-work-creating-subdomain-in-localhost/#comment-415</guid>
		<description>@Nicholas
Yes, sudo a2ensite alphaproject is indeed correct. I updated the post to reflect that. 

Thanks.</description>
		<content:encoded><![CDATA[<p>@Nicholas<br />
Yes, sudo a2ensite alphaproject is indeed correct. I updated the post to reflect that. </p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicholas Hunter</title>
		<link>http://thinkingnectar.com/2008/getting-ubuntu-to-work-creating-subdomain-in-localhost/comment-page-1/#comment-413</link>
		<dc:creator>Nicholas Hunter</dc:creator>
		<pubDate>Sat, 16 May 2009 16:37:54 +0000</pubDate>
		<guid isPermaLink="false">http://thinkingnectar.com/2008/getting-ubuntu-to-work-creating-subdomain-in-localhost/#comment-413</guid>
		<description>Also

&lt;I&gt;&lt;VirtualHost *&gt;&lt;/I&gt;

needs to be 

&lt;I&gt;&lt;VirtualHost *:80&gt;&lt;/I&gt;

on my configuration (Apache/2.2.9 (Ubuntu) PHP/5.2.6-2ubuntu4.2 with Suhosin-Patch).</description>
		<content:encoded><![CDATA[<p>Also</p>
<p><i>&lt;VirtualHost *&gt;</i></p>
<p>needs to be </p>
<p><i>&lt;VirtualHost *:80&gt;</i></p>
<p>on my configuration (Apache/2.2.9 (Ubuntu) PHP/5.2.6-2ubuntu4.2 with Suhosin-Patch).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicholas Hunter</title>
		<link>http://thinkingnectar.com/2008/getting-ubuntu-to-work-creating-subdomain-in-localhost/comment-page-1/#comment-412</link>
		<dc:creator>Nicholas Hunter</dc:creator>
		<pubDate>Sat, 16 May 2009 16:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://thinkingnectar.com/2008/getting-ubuntu-to-work-creating-subdomain-in-localhost/#comment-412</guid>
		<description>Also

&lt;I&gt;&lt;VirtualHost *&gt;&lt;/I&gt;

needs to be 

&lt;I&gt;&lt;VirtualHost *&gt;&lt;/I&gt;

on my configuration (Apache/2.2.9 (Ubuntu) PHP/5.2.6-2ubuntu4.2 with Suhosin-Patch).</description>
		<content:encoded><![CDATA[<p>Also</p>
<p><i>&lt;VirtualHost *&gt;</i></p>
<p>needs to be </p>
<p><i>&lt;VirtualHost *&gt;</i></p>
<p>on my configuration (Apache/2.2.9 (Ubuntu) PHP/5.2.6-2ubuntu4.2 with Suhosin-Patch).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicholas Hunter</title>
		<link>http://thinkingnectar.com/2008/getting-ubuntu-to-work-creating-subdomain-in-localhost/comment-page-1/#comment-411</link>
		<dc:creator>Nicholas Hunter</dc:creator>
		<pubDate>Sat, 16 May 2009 15:57:22 +0000</pubDate>
		<guid isPermaLink="false">http://thinkingnectar.com/2008/getting-ubuntu-to-work-creating-subdomain-in-localhost/#comment-411</guid>
		<description>&lt;i&gt;sudo a2ensite myconfig&lt;/i&gt;

should read

&lt;i&gt;sudo a2ensite alphaproject&lt;/i&gt;

should it not?</description>
		<content:encoded><![CDATA[<p><i>sudo a2ensite myconfig</i></p>
<p>should read</p>
<p><i>sudo a2ensite alphaproject</i></p>
<p>should it not?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Getting Ubuntu to work: The Heron Had Landed &#124; ThinkingNectar</title>
		<link>http://thinkingnectar.com/2008/getting-ubuntu-to-work-creating-subdomain-in-localhost/comment-page-1/#comment-41</link>
		<dc:creator>Getting Ubuntu to work: The Heron Had Landed &#124; ThinkingNectar</dc:creator>
		<pubDate>Wed, 07 May 2008 02:08:16 +0000</pubDate>
		<guid isPermaLink="false">http://thinkingnectar.com/2008/getting-ubuntu-to-work-creating-subdomain-in-localhost/#comment-41</guid>
		<description>[...] took another 30 minutes. Very much painless, less that the fact that I need to recheck every single Apache subdomain that I had created to make sure that there are still working. It was pretty scary when the updates [...]</description>
		<content:encoded><![CDATA[<p>[...] took another 30 minutes. Very much painless, less that the fact that I need to recheck every single Apache subdomain that I had created to make sure that there are still working. It was pretty scary when the updates [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Graham</title>
		<link>http://thinkingnectar.com/2008/getting-ubuntu-to-work-creating-subdomain-in-localhost/comment-page-1/#comment-19</link>
		<dc:creator>Tim Graham</dc:creator>
		<pubDate>Sun, 30 Mar 2008 01:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://thinkingnectar.com/2008/getting-ubuntu-to-work-creating-subdomain-in-localhost/#comment-19</guid>
		<description>An important note if you want to use .htaccess files to enable features like mod_rewrite: AllowOverride should be set to &quot;All&quot; instead of &quot;None&quot;</description>
		<content:encoded><![CDATA[<p>An important note if you want to use .htaccess files to enable features like mod_rewrite: AllowOverride should be set to &#8220;All&#8221; instead of &#8220;None&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
