<?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>Harry Bailey &#187; Apache</title>
	<atom:link href="http://harrybailey.com/category/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://harrybailey.com</link>
	<description>just a little bit geeky</description>
	<lastBuildDate>Tue, 24 Aug 2010 12:15:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Getting Apache 2 to play nice with Virtual Hosts</title>
		<link>http://harrybailey.com/2010/01/getting-apache-2-to-play-nice-with-virtual-hosts/</link>
		<comments>http://harrybailey.com/2010/01/getting-apache-2-to-play-nice-with-virtual-hosts/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 22:00:16 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://harrybailey.com/?p=389</guid>
		<description><![CDATA[If you&#8217;re a web developer and you can only get the first Virtual Host to work in your new Apache 2 local setup, it&#8217;s very simple to resolve.
Thanks to Alex King for the solution to fix Apache 2 only serving the first virtual host.
Basically the NameVirtualHost must match the value you use in your virtual [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re a web developer and you can only get the first Virtual Host to work in your new Apache 2 local setup, it&#8217;s very simple to resolve.</p>
<p>Thanks to Alex King for the solution to fix <a href="http://alexking.org/blog/2007/11/01/apache-2-only-serves-first-virtual-host">Apache 2 only serving the first virtual host</a>.</p>
<p>Basically the NameVirtualHost must match the value you use in your virtual host declaration, be it *, 1.2.3.4 or example.local</p>
<pre>
NameVirtualHost *
&lt;VirtualHost *&gt;
&lt;/VirtualHost&gt;
</pre>
<p>You get the gist.</p>
]]></content:encoded>
			<wfw:commentRss>http://harrybailey.com/2010/01/getting-apache-2-to-play-nice-with-virtual-hosts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
