<?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: Create Subdomains with Apache &#8211; The Easy Way</title>
	<atom:link href="http://edwardawebb.com/apache/create-subdomains-apache-easy/feed/" rel="self" type="application/rss+xml" />
	<link>http://edwardawebb.com/apache/create-subdomains-apache-easy</link>
	<description>get all his digital goodness 24/7</description>
	<lastBuildDate>Sat, 04 Feb 2012 17:05:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Sitthykun LY</title>
		<link>http://edwardawebb.com/apache/create-subdomains-apache-easy/comment-page-1/#comment-2933</link>
		<dc:creator>Sitthykun LY</dc:creator>
		<pubDate>Thu, 18 Aug 2011 08:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://edwardawebb.com/?p=153#comment-2933</guid>
		<description>Very simple with the original link
http://httpd.apache.org/docs/2.0/vhosts/examples.html

Hope it&#039;s shorter than!</description>
		<content:encoded><![CDATA[<p>Very simple with the original link<br />
<a href="http://httpd.apache.org/docs/2.0/vhosts/examples.html" rel="nofollow">http://httpd.apache.org/docs/2.0/vhosts/examples.html</a></p>
<p>Hope it&#8217;s shorter than!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://edwardawebb.com/apache/create-subdomains-apache-easy/comment-page-1/#comment-2819</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Fri, 01 Apr 2011 21:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://edwardawebb.com/?p=153#comment-2819</guid>
		<description>Thanks for the tutorial. 

But when I try a subdomain on another computer on my network, I get a &quot;server not found&quot; error. 
The only way to fix this is to edit the hosts file on that computer to include the subdomains (but my server&#039;s IP instead of ::1), but I am also testing the site on a DS and iPad and it&#039;s impossible to edit hosts on them. 

Is there a way to make the devices somehow &quot;detect&quot; the subdomains? Thanks.</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial. </p>
<p>But when I try a subdomain on another computer on my network, I get a &#8220;server not found&#8221; error.<br />
The only way to fix this is to edit the hosts file on that computer to include the subdomains (but my server&#8217;s IP instead of ::1), but I am also testing the site on a DS and iPad and it&#8217;s impossible to edit hosts on them. </p>
<p>Is there a way to make the devices somehow &#8220;detect&#8221; the subdomains? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie</title>
		<link>http://edwardawebb.com/apache/create-subdomains-apache-easy/comment-page-1/#comment-2818</link>
		<dc:creator>Eddie</dc:creator>
		<pubDate>Fri, 01 Apr 2011 14:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://edwardawebb.com/?p=153#comment-2818</guid>
		<description>@Anon, @Nico

Strange behavior..  I haven&#039;t tried this on Ubuntu, which always tends to do things just a bit different. But apache configuration should be standard.  Howver my guess is they broke up the configuration files a bt difference.  Start at httpd.conf and look for &quot;include XX.xx&quot; statements to know here additional config files live.  

once you have located all the conifg files apche is loadin, verify some things:

* Make sure both /dir1 and /dir2 are defined as directories,  
* and that a &quot;default&quot; or &quot;wildcard&quot; virtual host is not defined in another vhost file

@Anon - anything you define in /etc/hosts with 127.0.0.1 will resolve to localhost, You just need to be sure that whatevr you add there  &#039;flying.abomination.seriously.crazy&#039; is listed as a virtual directory, and points to /var/www2 .  SOunds like you have duplicate virtual host definitions. And A[pache is relying on the first rules loaded.</description>
		<content:encoded><![CDATA[<p>@Anon, @Nico</p>
<p>Strange behavior..  I haven&#8217;t tried this on Ubuntu, which always tends to do things just a bit different. But apache configuration should be standard.  Howver my guess is they broke up the configuration files a bt difference.  Start at httpd.conf and look for &#8220;include XX.xx&#8221; statements to know here additional config files live.  </p>
<p>once you have located all the conifg files apche is loadin, verify some things:</p>
<p>* Make sure both /dir1 and /dir2 are defined as directories,<br />
* and that a &#8220;default&#8221; or &#8220;wildcard&#8221; virtual host is not defined in another vhost file</p>
<p>@Anon &#8211; anything you define in /etc/hosts with 127.0.0.1 will resolve to localhost, You just need to be sure that whatevr you add there  &#8216;flying.abomination.seriously.crazy&#8217; is listed as a virtual directory, and points to /var/www2 .  SOunds like you have duplicate virtual host definitions. And A[pache is relying on the first rules loaded.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie</title>
		<link>http://edwardawebb.com/apache/create-subdomains-apache-easy/comment-page-1/#comment-2814</link>
		<dc:creator>Eddie</dc:creator>
		<pubDate>Mon, 28 Mar 2011 12:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://edwardawebb.com/?p=153#comment-2814</guid>
		<description>Hmm, I think in your case you might want to use Apache Proxy/ReverseProxy, which will forward a subdomain to any other address.   This way your domain will resolve to your hosting provider, with exception of the subdomain, which points to your local server. Your local server will need a static IP exposed to the world.

http://www.apachetutor.org/admin/reverseproxies 
http://httpd.apache.org/docs/2.0/mod/mod_proxy.html</description>
		<content:encoded><![CDATA[<p>Hmm, I think in your case you might want to use Apache Proxy/ReverseProxy, which will forward a subdomain to any other address.   This way your domain will resolve to your hosting provider, with exception of the subdomain, which points to your local server. Your local server will need a static IP exposed to the world.</p>
<p><a href="http://www.apachetutor.org/admin/reverseproxies" rel="nofollow">http://www.apachetutor.org/admin/reverseproxies</a><br />
<a href="http://httpd.apache.org/docs/2.0/mod/mod_proxy.html" rel="nofollow">http://httpd.apache.org/docs/2.0/mod/mod_proxy.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: web design in egypt</title>
		<link>http://edwardawebb.com/apache/create-subdomains-apache-easy/comment-page-1/#comment-2812</link>
		<dc:creator>web design in egypt</dc:creator>
		<pubDate>Mon, 28 Mar 2011 09:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://edwardawebb.com/?p=153#comment-2812</guid>
		<description>hi,
thanks for the tutorial, but can u help wiz my issue?
i have a domain hosted on a shared hosting site &amp; i created a subdomain and i wanna point this subdomain to my windows local server? what configurations need to be done to my local server?

thanks in advance.</description>
		<content:encoded><![CDATA[<p>hi,<br />
thanks for the tutorial, but can u help wiz my issue?<br />
i have a domain hosted on a shared hosting site &amp; i created a subdomain and i wanna point this subdomain to my windows local server? what configurations need to be done to my local server?</p>
<p>thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anon</title>
		<link>http://edwardawebb.com/apache/create-subdomains-apache-easy/comment-page-1/#comment-1729</link>
		<dc:creator>Anon</dc:creator>
		<pubDate>Mon, 29 Nov 2010 21:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://edwardawebb.com/?p=153#comment-1729</guid>
		<description>Just like nico, when I do this on Ubuntu 10.10 I get the main server. I have the first set to test.localhost which should go to /var/www2/, but it goes to /var/www/ just like all other things I put in  my /etc/hosts file as 127.0.1.1
EG:
If I put 
&quot;127.0.1.1     flying.abomination.seriously.crazy&quot; (which is not my hostname)
in /etc/hosts and go to that from firefox it comes up with my /var/www/index.html page</description>
		<content:encoded><![CDATA[<p>Just like nico, when I do this on Ubuntu 10.10 I get the main server. I have the first set to test.localhost which should go to /var/www2/, but it goes to /var/www/ just like all other things I put in  my /etc/hosts file as 127.0.1.1<br />
EG:<br />
If I put<br />
&#8220;127.0.1.1     flying.abomination.seriously.crazy&#8221; (which is not my hostname)<br />
in /etc/hosts and go to that from firefox it comes up with my /var/www/index.html page</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nico</title>
		<link>http://edwardawebb.com/apache/create-subdomains-apache-easy/comment-page-1/#comment-1727</link>
		<dc:creator>Nico</dc:creator>
		<pubDate>Sat, 27 Nov 2010 17:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://edwardawebb.com/?p=153#comment-1727</guid>
		<description>When I do this, it just directs me to the main domain.</description>
		<content:encoded><![CDATA[<p>When I do this, it just directs me to the main domain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie</title>
		<link>http://edwardawebb.com/apache/create-subdomains-apache-easy/comment-page-1/#comment-1323</link>
		<dc:creator>Eddie</dc:creator>
		<pubDate>Wed, 24 Mar 2010 13:00:25 +0000</pubDate>
		<guid isPermaLink="false">http://edwardawebb.com/?p=153#comment-1323</guid>
		<description>@Anil
the fact that your mentioning a &quot;control panel&quot; leads me to believe you are using a hosting provider.  This article was focused on self-managed servers.

There should be a place to setup cnames records (DNS) within the panel.  And each provider may be a little different.  You should start by contacting their support.

Good Luck!</description>
		<content:encoded><![CDATA[<p>@Anil<br />
the fact that your mentioning a &#8220;control panel&#8221; leads me to believe you are using a hosting provider.  This article was focused on self-managed servers.</p>
<p>There should be a place to setup cnames records (DNS) within the panel.  And each provider may be a little different.  You should start by contacting their support.</p>
<p>Good Luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anil</title>
		<link>http://edwardawebb.com/apache/create-subdomains-apache-easy/comment-page-1/#comment-1321</link>
		<dc:creator>Anil</dc:creator>
		<pubDate>Wed, 24 Mar 2010 07:33:26 +0000</pubDate>
		<guid isPermaLink="false">http://edwardawebb.com/?p=153#comment-1321</guid>
		<description>Hey
I am still confused after reading the entrier article and comment, how can i point my subdomain, I am using linux dedicated server. I know abt virtual host, but i am not sure from where i have to point sudomain, is it from domain control panel? or to add anywhere in server? Pls help</description>
		<content:encoded><![CDATA[<p>Hey<br />
I am still confused after reading the entrier article and comment, how can i point my subdomain, I am using linux dedicated server. I know abt virtual host, but i am not sure from where i have to point sudomain, is it from domain control panel? or to add anywhere in server? Pls help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie</title>
		<link>http://edwardawebb.com/apache/create-subdomains-apache-easy/comment-page-1/#comment-1285</link>
		<dc:creator>Eddie</dc:creator>
		<pubDate>Thu, 28 Jan 2010 21:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://edwardawebb.com/?p=153#comment-1285</guid>
		<description>@Courtney

Thanks for the great info. Your right, users should be careful not to duplicate configuration information, and instead redirect users as needed. This may also enhance some search engine results (though Google typically ignores the www. as duplicate without effecting rating)</description>
		<content:encoded><![CDATA[<p>@Courtney</p>
<p>Thanks for the great info. Your right, users should be careful not to duplicate configuration information, and instead redirect users as needed. This may also enhance some search engine results (though Google typically ignores the www. as duplicate without effecting rating)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

