<?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: How To: MacOS, Apache and Virtual Hosts</title>
	<atom:link href="http://themattharris.com/2009/02/howto-macos-apache-and-virtual-hosts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.themattharris.com/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fthemattharris.com%2F2009%2F02%2Fhowto-macos-apache-and-virtual-hosts%2F%23comment-&amp;seed_title=How+To%3A+MacOS%2C+Apache+and+Virtual+Hosts</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 04 Aug 2010 14:19:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: CpILL</title>
		<link>http://www.themattharris.com/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fthemattharris.com%2F2009%2F02%2Fhowto-macos-apache-and-virtual-hosts%2F%23comment-12&amp;seed_title=How+To%3A+MacOS%2C+Apache+and+Virtual+Hosts/comment-page-1/#comment-12</link>
		<dc:creator>CpILL</dc:creator>
		<pubDate>Thu, 17 Dec 2009 11:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://themattharris.com/?p=209#comment-12</guid>
		<description>&lt;p&gt;Also,
you can put step 3 into your /etc/apache2/users/matt.conf file. I think its recommended somewhere (by someone official sounding)
:)&lt;/p&gt;

&lt;p&gt;But note: Timemachine &lt;em&gt;DOES NOT&lt;/em&gt; backup your apache2 configuration(s) OR your &quot;host&quot; file. Just discovered this after losing my hard disk and have spent a couple of hours redoing all my virtual domains I&#039;m developing locally :(&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Also,
you can put step 3 into your /etc/apache2/users/matt.conf file. I think its recommended somewhere (by someone official sounding) <img src='http://themattharris.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<p>But note: Timemachine <em>DOES NOT</em> backup your apache2 configuration(s) OR your &#8220;host&#8221; file. Just discovered this after losing my hard disk and have spent a couple of hours redoing all my virtual domains I&#8217;m developing locally <img src='http://themattharris.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.themattharris.com/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fthemattharris.com%2F2009%2F02%2Fhowto-macos-apache-and-virtual-hosts%2F%23comment-11&amp;seed_title=How+To%3A+MacOS%2C+Apache+and+Virtual+Hosts/comment-page-1/#comment-11</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 02 Dec 2009 17:17:09 +0000</pubDate>
		<guid isPermaLink="false">http://themattharris.com/?p=209#comment-11</guid>
		<description>&lt;p&gt;Thanks for highlighting that. I&#039;ve corrected the code.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for highlighting that. I&#8217;ve corrected the code.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Martin &#38; Co</title>
		<link>http://www.themattharris.com/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fthemattharris.com%2F2009%2F02%2Fhowto-macos-apache-and-virtual-hosts%2F%23comment-10&amp;seed_title=How+To%3A+MacOS%2C+Apache+and+Virtual+Hosts/comment-page-1/#comment-10</link>
		<dc:creator>Martin &#38; Co</dc:creator>
		<pubDate>Tue, 01 Dec 2009 14:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://themattharris.com/?p=209#comment-10</guid>
		<description>&lt;p&gt;Very, very cool !
But there is just a little error :&lt;/p&gt;

&lt;p&gt;You&#039;ve write&lt;/p&gt;

&lt;p&gt;DocumentRoot &quot;/Users/matt/Sites/themattharris.com&quot;
   ServerName www.themattharris.com&lt;/p&gt;

&lt;p&gt;And it&#039;s&lt;/p&gt;

&lt;p&gt;DocumentRoot &quot;/Users/matt/Sites/themattharris.com&quot;
   ServerName www.themattharris.com&lt;/p&gt;

&lt;p&gt;Thanks again.&lt;/p&gt;

&lt;p&gt;PS : I&#039;m french and my english is very poor... Sorry...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Very, very cool !
But there is just a little error :</p>

<p>You&#8217;ve write</p>

<p>DocumentRoot &#8220;/Users/matt/Sites/themattharris.com&#8221;
   ServerName <a href="http://www.themattharris.com" rel="nofollow">http://www.themattharris.com</a></p>

<p>And it&#8217;s</p>

<p>DocumentRoot &#8220;/Users/matt/Sites/themattharris.com&#8221;
   ServerName <a href="http://www.themattharris.com" rel="nofollow">http://www.themattharris.com</a></p>

<p>Thanks again.</p>

<p>PS : I&#8217;m french and my english is very poor&#8230; Sorry&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jack King</title>
		<link>http://www.themattharris.com/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fthemattharris.com%2F2009%2F02%2Fhowto-macos-apache-and-virtual-hosts%2F%23comment-9&amp;seed_title=How+To%3A+MacOS%2C+Apache+and+Virtual+Hosts/comment-page-1/#comment-9</link>
		<dc:creator>Jack King</dc:creator>
		<pubDate>Sun, 08 Nov 2009 23:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://themattharris.com/?p=209#comment-9</guid>
		<description>&lt;p&gt;Thanks for your very clearly written and thorough procedure. I work with the Disabled Students Organization at UC Berkeley.  Our local mac web server was still running Tiger because it had complex php programming built around a MAMP environment with half a dozen Virtual Hosts.&lt;/p&gt;

&lt;p&gt;We started getting UC Berkeley campus security warnings that said our PHP version was out of date and had many potential security holes.  I was under the gun to get everything updated Leopard with the most recent version of Apache 2 and PHP 5.&lt;/p&gt;

&lt;p&gt;I&#039;m glad you mentioned checking the error_log files because I was doing everything right but forget to fix the pathway to the new error_log file in each declaration of VirtualHosts.  This error apparently was enough to break Apache whenever I uncommented the include to the virtual host file.&lt;/p&gt;

&lt;p&gt;Thanks again - I&#039;ll be sure to mention this blog to out WebNet group on campus.&lt;/p&gt;

&lt;p&gt;Jack King
Disabled Students
UC Berkeley&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for your very clearly written and thorough procedure. I work with the Disabled Students Organization at UC Berkeley.  Our local mac web server was still running Tiger because it had complex php programming built around a MAMP environment with half a dozen Virtual Hosts.</p>

<p>We started getting UC Berkeley campus security warnings that said our PHP version was out of date and had many potential security holes.  I was under the gun to get everything updated Leopard with the most recent version of Apache 2 and PHP 5.</p>

<p>I&#8217;m glad you mentioned checking the error_log files because I was doing everything right but forget to fix the pathway to the new error_log file in each declaration of VirtualHosts.  This error apparently was enough to break Apache whenever I uncommented the include to the virtual host file.</p>

<p>Thanks again &#8211; I&#8217;ll be sure to mention this blog to out WebNet group on campus.</p>

<p>Jack King
Disabled Students
UC Berkeley</p>]]></content:encoded>
	</item>
	<item>
		<title>By: ekynoxe</title>
		<link>http://www.themattharris.com/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fthemattharris.com%2F2009%2F02%2Fhowto-macos-apache-and-virtual-hosts%2F%23comment-8&amp;seed_title=How+To%3A+MacOS%2C+Apache+and+Virtual+Hosts/comment-page-1/#comment-8</link>
		<dc:creator>ekynoxe</dc:creator>
		<pubDate>Mon, 21 Sep 2009 17:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://themattharris.com/?p=209#comment-8</guid>
		<description>&lt;p&gt;Hi Matt, I ended on your post because I am trying to configure my vhosts on my machine.&lt;/p&gt;

&lt;p&gt;Basically, I know my way around and I have setup the vhosts the same way than you do in this tutorial, but if the vhost and my host files are picked up properly, any vhost I set up renders exactly as what I&#039;d have going to 127.0.0.1, in other terms, with any vhost I set up and try, I end up at the document root of my web server.&lt;/p&gt;

&lt;p&gt;I was wondering if it is something you came through.&lt;/p&gt;

&lt;p&gt;Cheeers!
Matt&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Matt, I ended on your post because I am trying to configure my vhosts on my machine.</p>

<p>Basically, I know my way around and I have setup the vhosts the same way than you do in this tutorial, but if the vhost and my host files are picked up properly, any vhost I set up renders exactly as what I&#8217;d have going to 127.0.0.1, in other terms, with any vhost I set up and try, I end up at the document root of my web server.</p>

<p>I was wondering if it is something you came through.</p>

<p>Cheeers!
Matt</p>]]></content:encoded>
	</item>
	<item>
		<title>By: phil</title>
		<link>http://www.themattharris.com/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fthemattharris.com%2F2009%2F02%2Fhowto-macos-apache-and-virtual-hosts%2F%23comment-7&amp;seed_title=How+To%3A+MacOS%2C+Apache+and+Virtual+Hosts/comment-page-1/#comment-7</link>
		<dc:creator>phil</dc:creator>
		<pubDate>Tue, 08 Sep 2009 02:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://themattharris.com/?p=209#comment-7</guid>
		<description>&lt;p&gt;Thanks for the info.  Worked like a charm.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the info.  Worked like a charm.</p>]]></content:encoded>
	</item>
</channel>
</rss>
