<?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 &#187; SSL</title>
	<atom:link href="http://www.galengrover.com/tag/ssl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.galengrover.com</link>
	<description>web developer, mariokart expert, professional sitter</description>
	<lastBuildDate>Wed, 21 Dec 2011 20:02:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<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/apache/virtualhost-80-mixing-ports-and-non-ports-with-a-namevirtualhost-address-is-not-supported-proceeding-with-undefined-results/</link>
		<comments>http://www.galengrover.com/apache/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 18:15:13 +0000</pubDate>
		<dc:creator>Galen</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[apache error]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[virtual hosts]]></category>

		<guid isPermaLink="false">http://www.galengrover.com/?p=71</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 &#8212; mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results To fix this i found out i have to add this to the beginning of [...]]]></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>
<blockquote><p>VirtualHost *:80 &#8212; mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results</p></blockquote>
<p>To fix this i found out i have to add this to the beginning of my 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 I had to 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>

]]></content:encoded>
			<wfw:commentRss>http://www.galengrover.com/apache/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>

