<?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"
	>
<channel>
	<title>Comments on: Setting up virtual hosts on OS X Leopard</title>
	<atom:link href="http://mark-kirby.co.uk/2008/setting-up-virtual-hosts-on-os-x-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://mark-kirby.co.uk/2008/setting-up-virtual-hosts-on-os-x-leopard/</link>
	<description>Web developer in Brighton</description>
	<pubDate>Fri, 21 Nov 2008 08:29:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Luke Dorny</title>
		<link>http://mark-kirby.co.uk/2008/setting-up-virtual-hosts-on-os-x-leopard/#comment-2192</link>
		<dc:creator>Luke Dorny</dc:creator>
		<pubDate>Mon, 27 Oct 2008 20:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.mark-kirby.co.uk/2008/setting-up-virtual-hosts-on-os-x-leopard/#comment-2192</guid>
		<description>Removing the smartquotes in the code sections would be extremely helpful. took me forever to notice that the smartquotes were pasted in, instead of regular code-quotes.

Thanks for the article.</description>
		<content:encoded><![CDATA[<p>Removing the smartquotes in the code sections would be extremely helpful. took me forever to notice that the smartquotes were pasted in, instead of regular code-quotes.</p>
<p>Thanks for the article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabe</title>
		<link>http://mark-kirby.co.uk/2008/setting-up-virtual-hosts-on-os-x-leopard/#comment-2110</link>
		<dc:creator>Gabe</dc:creator>
		<pubDate>Thu, 09 Oct 2008 18:21:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.mark-kirby.co.uk/2008/setting-up-virtual-hosts-on-os-x-leopard/#comment-2110</guid>
		<description>Thanks, helpful. Another minor error: in the 'Permission problems' section, you say that Jeremy Keith "adds a directive to his hosts file." This didn't work for me, so I checked JK's own site: the directive should of course go in the httpd-vhosts.conf file.</description>
		<content:encoded><![CDATA[<p>Thanks, helpful. Another minor error: in the &#8216;Permission problems&#8217; section, you say that Jeremy Keith &#8220;adds a directive to his hosts file.&#8221; This didn&#8217;t work for me, so I checked JK&#8217;s own site: the directive should of course go in the httpd-vhosts.conf file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://mark-kirby.co.uk/2008/setting-up-virtual-hosts-on-os-x-leopard/#comment-2065</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Fri, 29 Aug 2008 14:53:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.mark-kirby.co.uk/2008/setting-up-virtual-hosts-on-os-x-leopard/#comment-2065</guid>
		<description>Thanks! This information really helps me to solve my virtual hosts problems.</description>
		<content:encoded><![CDATA[<p>Thanks! This information really helps me to solve my virtual hosts problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KinRou Blog &#187; Setting up virtual hosts on Leopard</title>
		<link>http://mark-kirby.co.uk/2008/setting-up-virtual-hosts-on-os-x-leopard/#comment-1780</link>
		<dc:creator>KinRou Blog &#187; Setting up virtual hosts on Leopard</dc:creator>
		<pubDate>Sat, 19 Jul 2008 18:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.mark-kirby.co.uk/2008/setting-up-virtual-hosts-on-os-x-leopard/#comment-1780</guid>
		<description>[...] http://mark-kirby.co.uk/2008/setting-up-virtual-hosts-on-os-x-leopard/  [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://mark-kirby.co.uk/2008/setting-up-virtual-hosts-on-os-x-leopard/" rel="nofollow">http://mark-kirby.co.uk/2008/setting-up-virtual-hosts-on-os-x-leopard/</a>  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kirby.mark</title>
		<link>http://mark-kirby.co.uk/2008/setting-up-virtual-hosts-on-os-x-leopard/#comment-1615</link>
		<dc:creator>kirby.mark</dc:creator>
		<pubDate>Fri, 23 May 2008 09:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.mark-kirby.co.uk/2008/setting-up-virtual-hosts-on-os-x-leopard/#comment-1615</guid>
		<description>Thanks Quinn, stupid mistake, now corrected :-)</description>
		<content:encoded><![CDATA[<p>Thanks Quinn, stupid mistake, now corrected <img src='http://mark-kirby.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quinn Taylor</title>
		<link>http://mark-kirby.co.uk/2008/setting-up-virtual-hosts-on-os-x-leopard/#comment-1607</link>
		<dc:creator>Quinn Taylor</dc:creator>
		<pubDate>Thu, 15 May 2008 18:45:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.mark-kirby.co.uk/2008/setting-up-virtual-hosts-on-os-x-leopard/#comment-1607</guid>
		<description>I found that the syntax for CustomLog in the examples is incorrect.

Rather than:
  CustomLog “/User/username/Sites/logs/mark-kirby-access-log common”
it should be:
  CustomLog “/User/username/Sites/logs/mark-kirby-access-log" common

This is evident if you run 'apachectl -S' to check the vhosts configuration.</description>
		<content:encoded><![CDATA[<p>I found that the syntax for CustomLog in the examples is incorrect.</p>
<p>Rather than:<br />
  CustomLog “/User/username/Sites/logs/mark-kirby-access-log common”<br />
it should be:<br />
  CustomLog “/User/username/Sites/logs/mark-kirby-access-log&#8221; common</p>
<p>This is evident if you run &#8216;apachectl -S&#8217; to check the vhosts configuration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris V</title>
		<link>http://mark-kirby.co.uk/2008/setting-up-virtual-hosts-on-os-x-leopard/#comment-1600</link>
		<dc:creator>Chris V</dc:creator>
		<pubDate>Sun, 11 May 2008 15:37:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mark-kirby.co.uk/2008/setting-up-virtual-hosts-on-os-x-leopard/#comment-1600</guid>
		<description>Thanks for the great tutorial. My question is related to setting up the virtual host directory to run Cgi scripts written in Python. Should the python scripts live inside DocumentRoot? I know they can, but I read somewhere it is a bad idea to have python in DocumentRoot for security reason. The whole reason I have the virutal hosts for each site is so I can do my development for each site in its own directory and use the browser address point to each one. Is there  a recommended way to set up a test environmet for each site I am working on?</description>
		<content:encoded><![CDATA[<p>Thanks for the great tutorial. My question is related to setting up the virtual host directory to run Cgi scripts written in Python. Should the python scripts live inside DocumentRoot? I know they can, but I read somewhere it is a bad idea to have python in DocumentRoot for security reason. The whole reason I have the virutal hosts for each site is so I can do my development for each site in its own directory and use the browser address point to each one. Is there  a recommended way to set up a test environmet for each site I am working on?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kirby.mark</title>
		<link>http://mark-kirby.co.uk/2008/setting-up-virtual-hosts-on-os-x-leopard/#comment-1580</link>
		<dc:creator>kirby.mark</dc:creator>
		<pubDate>Mon, 21 Apr 2008 09:33:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.mark-kirby.co.uk/2008/setting-up-virtual-hosts-on-os-x-leopard/#comment-1580</guid>
		<description>Ross - of course it should have, thanks, I've updated that now! Glad you found the tutorial useful.</description>
		<content:encoded><![CDATA[<p>Ross - of course it should have, thanks, I&#8217;ve updated that now! Glad you found the tutorial useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross Boardman</title>
		<link>http://mark-kirby.co.uk/2008/setting-up-virtual-hosts-on-os-x-leopard/#comment-1579</link>
		<dc:creator>Ross Boardman</dc:creator>
		<pubDate>Sun, 20 Apr 2008 16:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.mark-kirby.co.uk/2008/setting-up-virtual-hosts-on-os-x-leopard/#comment-1579</guid>
		<description>Great article. Thanks for your efforts. This is by far the beest explanation I found after a few hours of searching for a concise set of instructions.

Should the line: "And comment out the include so it looks like this:"

Be 'Uncomment'  as opposed to 'comment out'?</description>
		<content:encoded><![CDATA[<p>Great article. Thanks for your efforts. This is by far the beest explanation I found after a few hours of searching for a concise set of instructions.</p>
<p>Should the line: &#8220;And comment out the include so it looks like this:&#8221;</p>
<p>Be &#8216;Uncomment&#8217;  as opposed to &#8216;comment out&#8217;?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
