<?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: Howto Create Name Based and IP Based Virtual hosts in Apache</title>
	<atom:link href="http://www.ubuntugeek.com/howto-create-name-based-and-ip-based-virtual-hosts-in-apache.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/howto-create-name-based-and-ip-based-virtual-hosts-in-apache.html</link>
	<description>Ubuntu Linux Tutorials,Howtos,Tips &#38; News &#124; Oneiric,Natty,Maverick</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Joshua</title>
		<link>http://www.ubuntugeek.com/howto-create-name-based-and-ip-based-virtual-hosts-in-apache.html/comment-page-1#comment-97252</link>
		<dc:creator>Joshua</dc:creator>
		<pubDate>Sat, 02 Apr 2011 19:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=401#comment-97252</guid>
		<description>Hello,

I have followed this tutorial, and I am getting a mysterious error. Requests for http://www.mydomain.com work fine, but requests for http://mydomain.com do not work properly. In Firefox, they redirect to http://www.mydomain.com, and in Chrome they result in an &quot;Unable to contact server&quot; message from the browser.

What&#039;s going on? I have created master DNS entries for all the websites I am hosting, but I have basically left the default settings Linode gives us alone.

Thanks in advance!

Joshua</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I have followed this tutorial, and I am getting a mysterious error. Requests for <a href="http://www.mydomain.com" rel="nofollow">http://www.mydomain.com</a> work fine, but requests for <a href="http://mydomain.com" rel="nofollow">http://mydomain.com</a> do not work properly. In Firefox, they redirect to <a href="http://www.mydomain.com" rel="nofollow">http://www.mydomain.com</a>, and in Chrome they result in an &#8220;Unable to contact server&#8221; message from the browser.</p>
<p>What&#8217;s going on? I have created master DNS entries for all the websites I am hosting, but I have basically left the default settings Linode gives us alone.</p>
<p>Thanks in advance!</p>
<p>Joshua</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Homer Kendziora</title>
		<link>http://www.ubuntugeek.com/howto-create-name-based-and-ip-based-virtual-hosts-in-apache.html/comment-page-1#comment-41512</link>
		<dc:creator>Homer Kendziora</dc:creator>
		<pubDate>Wed, 28 Jul 2010 12:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=401#comment-41512</guid>
		<description>Nice post dude Thanks</description>
		<content:encoded><![CDATA[<p>Nice post dude Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sango</title>
		<link>http://www.ubuntugeek.com/howto-create-name-based-and-ip-based-virtual-hosts-in-apache.html/comment-page-1#comment-16976</link>
		<dc:creator>Sango</dc:creator>
		<pubDate>Fri, 20 Nov 2009 04:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=401#comment-16976</guid>
		<description>This has been getting to me for hte past few months.  I can do just about anything else with Linux except get virtual hosts to work.  Can someone tell me what it is that I am doing wrong??



NamevirtualHost *:80

        ServerAdmin styehimba@tyehimbaenterprises.net
        DocumentRoot /home/styehimba/public_html/
         ServerAdmin styehimba@tyehimbaenterprises.net
        DocumentRoot /home/styehimba/public_html/
        ServerAdmin styehimba@tyehimbaenterprises.net
        ErrorLog    /var/log/apache2/www.tyehimbaenterprises.net-err_log
        CustomLog  /var/log/apache2/www.tyehimbaenterprises.net-access_log common

        
                Options FollowSymLinks
                AllowOverride None
        
        
                Options Indexes FollowSymLinks MultiViews
                AllowOverride None
                Order allow,deny
                allow from all
        

        ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
        
                AllowOverride None
                Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
                Order allow,deny
                Allow from all
        

        ErrorLog /var/log/apache2/error.log

        # Possible values include: debug, info, notice, warn, error, crit,
        # alert, emerg.
        LogLevel warn

        CustomLog /var/log/apache2/access.log combined

    Alias /doc/ &quot;/usr/share/doc/&quot;
    
        Options Indexes MultiViews FollowSymLinks
        AllowOverride None
        Order deny,allow
        Deny from all
        Allow from 127.0.0.0/255.0.0.0 ::1/128
    

</description>
		<content:encoded><![CDATA[<p>This has been getting to me for hte past few months.  I can do just about anything else with Linux except get virtual hosts to work.  Can someone tell me what it is that I am doing wrong??</p>
<p>NamevirtualHost *:80</p>
<p>        ServerAdmin <a href="mailto:styehimba@tyehimbaenterprises.net">styehimba@tyehimbaenterprises.net</a><br />
        DocumentRoot /home/styehimba/public_html/<br />
         ServerAdmin <a href="mailto:styehimba@tyehimbaenterprises.net">styehimba@tyehimbaenterprises.net</a><br />
        DocumentRoot /home/styehimba/public_html/<br />
        ServerAdmin <a href="mailto:styehimba@tyehimbaenterprises.net">styehimba@tyehimbaenterprises.net</a><br />
        ErrorLog    /var/log/apache2/www.tyehimbaenterprises.net-err_log<br />
        CustomLog  /var/log/apache2/www.tyehimbaenterprises.net-access_log common</p>
<p>                Options FollowSymLinks<br />
                AllowOverride None</p>
<p>                Options Indexes FollowSymLinks MultiViews<br />
                AllowOverride None<br />
                Order allow,deny<br />
                allow from all</p>
<p>        ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/</p>
<p>                AllowOverride None<br />
                Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch<br />
                Order allow,deny<br />
                Allow from all</p>
<p>        ErrorLog /var/log/apache2/error.log</p>
<p>        # Possible values include: debug, info, notice, warn, error, crit,<br />
        # alert, emerg.<br />
        LogLevel warn</p>
<p>        CustomLog /var/log/apache2/access.log combined</p>
<p>    Alias /doc/ &#8220;/usr/share/doc/&#8221;</p>
<p>        Options Indexes MultiViews FollowSymLinks<br />
        AllowOverride None<br />
        Order deny,allow<br />
        Deny from all<br />
        Allow from 127.0.0.0/255.0.0.0 ::1/128</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abdussamad</title>
		<link>http://www.ubuntugeek.com/howto-create-name-based-and-ip-based-virtual-hosts-in-apache.html/comment-page-1#comment-13588</link>
		<dc:creator>abdussamad</dc:creator>
		<pubDate>Mon, 28 Sep 2009 00:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=401#comment-13588</guid>
		<description>Hello aren&#039;t you supposed to put the virtual host entries inside   containers?</description>
		<content:encoded><![CDATA[<p>Hello aren&#8217;t you supposed to put the virtual host entries inside   containers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Desert Wonderer</title>
		<link>http://www.ubuntugeek.com/howto-create-name-based-and-ip-based-virtual-hosts-in-apache.html/comment-page-1#comment-5936</link>
		<dc:creator>Desert Wonderer</dc:creator>
		<pubDate>Wed, 11 Feb 2009 13:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=401#comment-5936</guid>
		<description>dude for the dns set up do you mind posting an article on dns set after apche settings have been configured.

just wondering.
thanks.</description>
		<content:encoded><![CDATA[<p>dude for the dns set up do you mind posting an article on dns set after apche settings have been configured.</p>
<p>just wondering.<br />
thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: newmannn</title>
		<link>http://www.ubuntugeek.com/howto-create-name-based-and-ip-based-virtual-hosts-in-apache.html/comment-page-1#comment-3</link>
		<dc:creator>newmannn</dc:creator>
		<pubDate>Sun, 28 Sep 2008 00:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=401#comment-3</guid>
		<description>If you&#039;re using guest os Linux with VMWARE and try to connect throw your windows because you are sure that you add in etc/hosts:

192.168.0.1 mysite.com

it will fail, you have to know that windows has also a etc/hosts file:
&quot;C:\WINDOWS\system32\drivers\etc&quot;

add there the same lines you added in your linux etc/hosts:
192.168.0.1 mysite.com

magic! ;D
took me 3 days to find this out (-.-)</description>
		<content:encoded><![CDATA[<p>If you&#8217;re using guest os Linux with VMWARE and try to connect throw your windows because you are sure that you add in etc/hosts:</p>
<p>192.168.0.1 mysite.com</p>
<p>it will fail, you have to know that windows has also a etc/hosts file:<br />
&#8220;C:\WINDOWS\system32\drivers\etc&#8221;</p>
<p>add there the same lines you added in your linux etc/hosts:<br />
192.168.0.1 mysite.com</p>
<p>magic! ;D<br />
took me 3 days to find this out (-.-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://www.ubuntugeek.com/howto-create-name-based-and-ip-based-virtual-hosts-in-apache.html/comment-page-1#comment-2</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Fri, 13 Jun 2008 07:49:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=401#comment-2</guid>
		<description>LOL I&#039;m going to use this to create honeypots.</description>
		<content:encoded><![CDATA[<p>LOL I&#8217;m going to use this to create honeypots.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

