<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Galen Grover - Connecticut Web Developer &#187; Apache</title>
	<atom:link href="http://www.galengrover.com/cat/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.galengrover.com</link>
	<description>Sometimes I write things</description>
	<lastBuildDate>Fri, 03 Sep 2010 18:12:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>VirtualHost *:80 &#8212; mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results</title>
		<link>http://www.galengrover.com/web-development/virtualhost-80-mixing-ports-and-non-ports-with-a-namevirtualhost-address-is-not-supported-proceeding-with-undefined-results/</link>
		<comments>http://www.galengrover.com/web-development/virtualhost-80-mixing-ports-and-non-ports-with-a-namevirtualhost-address-is-not-supported-proceeding-with-undefined-results/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 03:15:21 +0000</pubDate>
		<dc:creator>Galen</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[virtual hosts]]></category>

		<guid isPermaLink="false">http://www.galengrover.com/?p=546</guid>
		<description><![CDATA[Today while setting up an ssl certificate i obtained for my new installation of activecollab i ran into this error:


VirtualHost *:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results




To fix this add this to the beginning of your virtual host


NameVirtualHost *:443




Also change


&#60;VirtualHost *&#62;



to


&#60;VirtualHost *:443&#62;




Then restart [...]]]></description>
			<content:encoded><![CDATA[<p>Today while setting up an ssl certificate i obtained for my new installation of activecollab i ran into this error:</p>


<div class="wp_syntax"><div class="code"><pre class="apache" style="font-family:monospace;"><span style="color: #00007f;">VirtualHost</span> *:<span style="color: #ff0000;">80</span> -- mixing * ports and non-* ports with a <span style="color: #00007f;">NameVirtualHost</span> address is not supported, proceeding with undefined results</pre></div></div>




<p>To fix this add this to the beginning of your virtual host</p>


<div class="wp_syntax"><div class="code"><pre class="apache" style="font-family:monospace;"><span style="color: #00007f;">NameVirtualHost</span> *:<span style="color: #ff0000;">443</span></pre></div></div>




<p>Also change</p>


<div class="wp_syntax"><div class="code"><pre class="apache" style="font-family:monospace;">&lt;<span style="color: #000000; font-weight:bold;">VirtualHost</span> *&gt;</pre></div></div>



<p>to</p>


<div class="wp_syntax"><div class="code"><pre class="apache" style="font-family:monospace;">&lt;<span style="color: #000000; font-weight:bold;">VirtualHost</span> *:<span style="color: #ff0000;">443</span>&gt;</pre></div></div>




<p>Then restart apache</p>
]]></content:encoded>
			<wfw:commentRss>http://www.galengrover.com/web-development/virtualhost-80-mixing-ports-and-non-ports-with-a-namevirtualhost-address-is-not-supported-proceeding-with-undefined-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
