<?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"
	>
<channel>
	<title>Komentarze do wpisu: VirtualHosts nightmare on SUSE</title>
	<atom:link href="http://www.heavymind.net/2007/07/25/virtualhosts-nightmare-on-suse/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.heavymind.net/2007/07/25/virtualhosts-nightmare-on-suse/</link>
	<description>Gdyby ludzie rozmawiali tylko o tym, co rozumieją, zapadłaby nad światem wielka cisza.</description>
	<pubDate>Sat, 04 Feb 2012 22:30:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>Przez: antonio</title>
		<link>http://www.heavymind.net/2007/07/25/virtualhosts-nightmare-on-suse/#comment-13211</link>
		<dc:creator>antonio</dc:creator>
		<pubDate>Thu, 24 Feb 2011 17:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.heavymind.net/2007/07/25/virtualhosts-nightmare-on-suse/#comment-13211</guid>
		<description>thank you.
my apache2.con didn't have the line "NameVirtualHost *:80".
i've added this line, restart apache and it's all ok</description>
		<content:encoded><![CDATA[<p>thank you.<br />
my apache2.con didn&#8217;t have the line &#8220;NameVirtualHost *:80&#8243;.<br />
i&#8217;ve added this line, restart apache and it&#8217;s all ok</p>
]]></content:encoded>
	</item>
	<item>
		<title>Przez: Ilias</title>
		<link>http://www.heavymind.net/2007/07/25/virtualhosts-nightmare-on-suse/#comment-12765</link>
		<dc:creator>Ilias</dc:creator>
		<pubDate>Fri, 21 Jan 2011 01:30:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.heavymind.net/2007/07/25/virtualhosts-nightmare-on-suse/#comment-12765</guid>
		<description>Hi,
the line you were searching is in: 
  /etc/apache2/listen.conf

you can find the following line to uncomment
  #NameVirtualHost *:80</description>
		<content:encoded><![CDATA[<p>Hi,<br />
the line you were searching is in:<br />
  /etc/apache2/listen.conf</p>
<p>you can find the following line to uncomment<br />
  #NameVirtualHost *:80</p>
]]></content:encoded>
	</item>
	<item>
		<title>Przez: WikiFunna</title>
		<link>http://www.heavymind.net/2007/07/25/virtualhosts-nightmare-on-suse/#comment-12476</link>
		<dc:creator>WikiFunna</dc:creator>
		<pubDate>Thu, 16 Dec 2010 12:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.heavymind.net/2007/07/25/virtualhosts-nightmare-on-suse/#comment-12476</guid>
		<description>So..... where is toilet? Hehe))) Joke, relax ;)     
Thank you</description>
		<content:encoded><![CDATA[<p>So&#8230;.. where is toilet? Hehe))) Joke, relax <img src='http://www.heavymind.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Przez: Balaji Dutt</title>
		<link>http://www.heavymind.net/2007/07/25/virtualhosts-nightmare-on-suse/#comment-11526</link>
		<dc:creator>Balaji Dutt</dc:creator>
		<pubDate>Wed, 09 Jun 2010 08:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.heavymind.net/2007/07/25/virtualhosts-nightmare-on-suse/#comment-11526</guid>
		<description>For folks looking to have Apache listen only on 127.0.0.1 (Nginx front-end etc.) and host multiple subdomains in Apache, try the following:

NameVirtualHost 127.0.0.1
Listen 127.0.0.1:80

And in your VirtualHost setup add &#60;VirtualHost 127.0.0.1&#62;

Now when you restart Apache, you will not get any errors on "mixing * ports and non-* ports" or "[warn] _default_ VirtualHost overlap on port 80"</description>
		<content:encoded><![CDATA[<p>For folks looking to have Apache listen only on 127.0.0.1 (Nginx front-end etc.) and host multiple subdomains in Apache, try the following:</p>
<p>NameVirtualHost 127.0.0.1<br />
Listen 127.0.0.1:80</p>
<p>And in your VirtualHost setup add &lt;VirtualHost 127.0.0.1&gt;</p>
<p>Now when you restart Apache, you will not get any errors on &#8220;mixing * ports and non-* ports&#8221; or &#8220;[warn] _default_ VirtualHost overlap on port 80&#8243;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Przez: Caleb Adam Haye</title>
		<link>http://www.heavymind.net/2007/07/25/virtualhosts-nightmare-on-suse/#comment-11386</link>
		<dc:creator>Caleb Adam Haye</dc:creator>
		<pubDate>Wed, 03 Mar 2010 03:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.heavymind.net/2007/07/25/virtualhosts-nightmare-on-suse/#comment-11386</guid>
		<description>The following works well for me, supports SSL, and allows me to host unlimited subdomains

&lt;code&gt;

NameVirtualHost *:80


    NameVirtualHost *:443


&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>The following works well for me, supports SSL, and allows me to host unlimited subdomains</p>
<p><code></p>
<p>NameVirtualHost *:80</p>
<p>    NameVirtualHost *:443</p>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Przez: Paul</title>
		<link>http://www.heavymind.net/2007/07/25/virtualhosts-nightmare-on-suse/#comment-11330</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 04 Feb 2010 16:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.heavymind.net/2007/07/25/virtualhosts-nightmare-on-suse/#comment-11330</guid>
		<description>I had the same problem, suddenly and unexpectedly NameVirtualHost *:80 VirtualHost *:80 stopped working, even giving me the "VirtualHost overlap" error above (I am running Ubuntu Hardy). I have no idea why this happened, I did not perform any upgrade or changes to Apache2, all I did was make a backup of my drive and switch over to it. Anyways, I tried several of the solutions posted here and nothing worked, then finally I discovered this solution which works:

In default VirtualHost:

NameVirtualHost *
VirtualHost *

In all other virtual hosts: 

VirtualHost *</description>
		<content:encoded><![CDATA[<p>I had the same problem, suddenly and unexpectedly NameVirtualHost *:80 VirtualHost *:80 stopped working, even giving me the &#8220;VirtualHost overlap&#8221; error above (I am running Ubuntu Hardy). I have no idea why this happened, I did not perform any upgrade or changes to Apache2, all I did was make a backup of my drive and switch over to it. Anyways, I tried several of the solutions posted here and nothing worked, then finally I discovered this solution which works:</p>
<p>In default VirtualHost:</p>
<p>NameVirtualHost *<br />
VirtualHost *</p>
<p>In all other virtual hosts: </p>
<p>VirtualHost *</p>
]]></content:encoded>
	</item>
	<item>
		<title>Przez: Koku</title>
		<link>http://www.heavymind.net/2007/07/25/virtualhosts-nightmare-on-suse/#comment-11119</link>
		<dc:creator>Koku</dc:creator>
		<pubDate>Thu, 19 Nov 2009 18:33:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.heavymind.net/2007/07/25/virtualhosts-nightmare-on-suse/#comment-11119</guid>
		<description>NameVirtualHost *:80 was all I think you needed to add to your httpd.conf file</description>
		<content:encoded><![CDATA[<p>NameVirtualHost *:80 was all I think you needed to add to your httpd.conf file</p>
]]></content:encoded>
	</item>
	<item>
		<title>Przez: Nigel Hughes</title>
		<link>http://www.heavymind.net/2007/07/25/virtualhosts-nightmare-on-suse/#comment-10949</link>
		<dc:creator>Nigel Hughes</dc:creator>
		<pubDate>Wed, 23 Sep 2009 09:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.heavymind.net/2007/07/25/virtualhosts-nightmare-on-suse/#comment-10949</guid>
		<description>Dude, 
You have helped me so much!
Thank you, Thank you, Thank you</description>
		<content:encoded><![CDATA[<p>Dude,<br />
You have helped me so much!<br />
Thank you, Thank you, Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Przez: Antonin Hildebrand</title>
		<link>http://www.heavymind.net/2007/07/25/virtualhosts-nightmare-on-suse/#comment-10908</link>
		<dc:creator>Antonin Hildebrand</dc:creator>
		<pubDate>Fri, 21 Aug 2009 20:07:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.heavymind.net/2007/07/25/virtualhosts-nightmare-on-suse/#comment-10908</guid>
		<description>I owe you a beer!</description>
		<content:encoded><![CDATA[<p>I owe you a beer!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Przez: Carbonrock</title>
		<link>http://www.heavymind.net/2007/07/25/virtualhosts-nightmare-on-suse/#comment-10638</link>
		<dc:creator>Carbonrock</dc:creator>
		<pubDate>Sun, 10 May 2009 11:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.heavymind.net/2007/07/25/virtualhosts-nightmare-on-suse/#comment-10638</guid>
		<description>It too helped me lot.  Thanks to you.</description>
		<content:encoded><![CDATA[<p>It too helped me lot.  Thanks to you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

