<?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: VirtualHost overlap on port 443, the first has precedence</title>
	<atom:link href="http://www.antbrown.com/nerd-musings/virtualhost-overlap-on-port-443/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.antbrown.com/web-development/virtualhost-overlap-on-port-443/</link>
	<description>It's a Post-Blog Blog, Baby!</description>
	<lastBuildDate>Wed, 04 Aug 2010 09:59:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Josh</title>
		<link>http://www.antbrown.com/web-development/virtualhost-overlap-on-port-443/comment-page-1/#comment-117</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Mon, 17 May 2010 22:52:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.antbrown.com/nerd-musings/warn-_default_-virtualhost-overlap-on-port-443-the-first-has-precedence/#comment-117</guid>
		<description>For me, the solution was making sure I didn&#039;t have multiple &quot;Listen 80 / Listen 443&quot; declarations in the various *.conf files I was loading.</description>
		<content:encoded><![CDATA[<p>For me, the solution was making sure I didn&#8217;t have multiple &#8220;Listen 80 / Listen 443&#8243; declarations in the various *.conf files I was loading.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anon</title>
		<link>http://www.antbrown.com/web-development/virtualhost-overlap-on-port-443/comment-page-1/#comment-115</link>
		<dc:creator>anon</dc:creator>
		<pubDate>Wed, 28 Apr 2010 17:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.antbrown.com/nerd-musings/warn-_default_-virtualhost-overlap-on-port-443-the-first-has-precedence/#comment-115</guid>
		<description>thanks.  easy to read. concise, to the point. unlike other sites where you have to read 10 pages before they get to the point.</description>
		<content:encoded><![CDATA[<p>thanks.  easy to read. concise, to the point. unlike other sites where you have to read 10 pages before they get to the point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexis</title>
		<link>http://www.antbrown.com/web-development/virtualhost-overlap-on-port-443/comment-page-1/#comment-114</link>
		<dc:creator>Alexis</dc:creator>
		<pubDate>Sat, 24 Apr 2010 18:40:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.antbrown.com/nerd-musings/warn-_default_-virtualhost-overlap-on-port-443-the-first-has-precedence/#comment-114</guid>
		<description>Wow, thanks. Upgrading from Apache 2.2.11 to 2.2.15 in Gentoo this fixed everything...

Unfortunatelly it took me two hours to find this post.

Thanks !</description>
		<content:encoded><![CDATA[<p>Wow, thanks. Upgrading from Apache 2.2.11 to 2.2.15 in Gentoo this fixed everything&#8230;</p>
<p>Unfortunatelly it took me two hours to find this post.</p>
<p>Thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Smithies</title>
		<link>http://www.antbrown.com/web-development/virtualhost-overlap-on-port-443/comment-page-1/#comment-110</link>
		<dc:creator>Justin Smithies</dc:creator>
		<pubDate>Sun, 07 Mar 2010 16:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.antbrown.com/nerd-musings/warn-_default_-virtualhost-overlap-on-port-443-the-first-has-precedence/#comment-110</guid>
		<description>Thanks for that , that error was driving me nuts ! Still took a while to find where to put it in Ubuntu 9.04 . It goes in /etc/apache2/ports.conf just add the NameVirtualHost *:443 even though the comments in the file say its not supported it does work.</description>
		<content:encoded><![CDATA[<p>Thanks for that , that error was driving me nuts ! Still took a while to find where to put it in Ubuntu 9.04 . It goes in /etc/apache2/ports.conf just add the NameVirtualHost *:443 even though the comments in the file say its not supported it does work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: immeëmosol</title>
		<link>http://www.antbrown.com/web-development/virtualhost-overlap-on-port-443/comment-page-1/#comment-109</link>
		<dc:creator>immeëmosol</dc:creator>
		<pubDate>Wed, 24 Feb 2010 12:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.antbrown.com/nerd-musings/warn-_default_-virtualhost-overlap-on-port-443-the-first-has-precedence/#comment-109</guid>
		<description>That should have read,
something like (hopefully) the following:

&lt;IfModule mod_ssl.c&gt;
to
&lt;IfModule ssl_module&gt;</description>
		<content:encoded><![CDATA[<p>That should have read,<br />
something like (hopefully) the following:</p>
<p>&lt;IfModule mod_ssl.c&gt;<br />
to<br />
&lt;IfModule ssl_module&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: immeëmosol</title>
		<link>http://www.antbrown.com/web-development/virtualhost-overlap-on-port-443/comment-page-1/#comment-108</link>
		<dc:creator>immeëmosol</dc:creator>
		<pubDate>Wed, 24 Feb 2010 12:35:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.antbrown.com/nerd-musings/warn-_default_-virtualhost-overlap-on-port-443-the-first-has-precedence/#comment-108</guid>
		<description>Didn&#039;t work here (Ubuntu Jaunty),
in /etc/apache2/ports.conf it says
that NameBased VirtualHosts are not yet supported.

`Fixed` it by changing

to

...    :S
little things ...</description>
		<content:encoded><![CDATA[<p>Didn&#8217;t work here (Ubuntu Jaunty),<br />
in /etc/apache2/ports.conf it says<br />
that NameBased VirtualHosts are not yet supported.</p>
<p>`Fixed` it by changing</p>
<p>to</p>
<p>&#8230;    :S<br />
little things &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: YannicK</title>
		<link>http://www.antbrown.com/web-development/virtualhost-overlap-on-port-443/comment-page-1/#comment-106</link>
		<dc:creator>YannicK</dc:creator>
		<pubDate>Tue, 17 Nov 2009 17:23:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.antbrown.com/nerd-musings/warn-_default_-virtualhost-overlap-on-port-443-the-first-has-precedence/#comment-106</guid>
		<description>Thank you though, you shown up first in Google! 9-)
Nice ! Very Nice :p</description>
		<content:encoded><![CDATA[<p>Thank you though, you shown up first in Google! 9-)<br />
Nice ! Very Nice :p</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick VanderHaas</title>
		<link>http://www.antbrown.com/web-development/virtualhost-overlap-on-port-443/comment-page-1/#comment-105</link>
		<dc:creator>Rick VanderHaas</dc:creator>
		<pubDate>Wed, 28 Oct 2009 15:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.antbrown.com/nerd-musings/warn-_default_-virtualhost-overlap-on-port-443-the-first-has-precedence/#comment-105</guid>
		<description>Or change the NameVirtualHost *:443 into the site name, for example in your config:

</description>
		<content:encoded><![CDATA[<p>Or change the NameVirtualHost *:443 into the site name, for example in your config:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: YomGuy</title>
		<link>http://www.antbrown.com/web-development/virtualhost-overlap-on-port-443/comment-page-1/#comment-104</link>
		<dc:creator>YomGuy</dc:creator>
		<pubDate>Fri, 23 Oct 2009 09:17:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.antbrown.com/nerd-musings/warn-_default_-virtualhost-overlap-on-port-443-the-first-has-precedence/#comment-104</guid>
		<description>Note that on Debian, this option is usually addable to /etc/apache2/ports.conf

Thanks !</description>
		<content:encoded><![CDATA[<p>Note that on Debian, this option is usually addable to /etc/apache2/ports.conf</p>
<p>Thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexis Wilke</title>
		<link>http://www.antbrown.com/web-development/virtualhost-overlap-on-port-443/comment-page-1/#comment-91</link>
		<dc:creator>Alexis Wilke</dc:creator>
		<pubDate>Sun, 27 Sep 2009 07:29:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.antbrown.com/nerd-musings/warn-_default_-virtualhost-overlap-on-port-443-the-first-has-precedence/#comment-91</guid>
		<description>Wow! I had that line commented because in the previous version of 2.x that I was running having that line turn ON created an error. So in other words they inverted the definition of the NameVirtualHost function...

And also I do not have it for port 80 and yet port 80 works just fine. Again, I&#039;m surprised...

Thank you though, you shown up first in Google! 9-)
Alexis</description>
		<content:encoded><![CDATA[<p>Wow! I had that line commented because in the previous version of 2.x that I was running having that line turn ON created an error. So in other words they inverted the definition of the NameVirtualHost function&#8230;</p>
<p>And also I do not have it for port 80 and yet port 80 works just fine. Again, I&#8217;m surprised&#8230;</p>
<p>Thank you though, you shown up first in Google! 9-)<br />
Alexis</p>
]]></content:encoded>
	</item>
</channel>
</rss>
