<?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: Super simple virtual hosts for the OSX inclined</title>
	<atom:link href="http://warpspire.com/tipsresources/application-development/super-simple-virtual-hosts-for-the-osx-inclined/feed/" rel="self" type="application/rss+xml" />
	<link>http://warpspire.com/tipsresources/application-development/super-simple-virtual-hosts-for-the-osx-inclined/</link>
	<description>my god, it's full of stars</description>
	<lastBuildDate>Sun, 21 Mar 2010 15:13:35 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Paper Bits &#8211; links for 2008-10-27</title>
		<link>http://warpspire.com/tipsresources/application-development/super-simple-virtual-hosts-for-the-osx-inclined/comment-page-1/#comment-190293</link>
		<dc:creator>Paper Bits &#8211; links for 2008-10-27</dc:creator>
		<pubDate>Mon, 19 Jan 2009 03:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/?p=290#comment-190293</guid>
		<description>&lt;p&gt;[...] for 2008-10-27   Super simple virtual hosts for the OSX inclined - Warpspire A shell script to set up virtual hosts on your Mac OS X machine for web development. Nice. (tags: [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] for 2008-10-27   Super simple virtual hosts for the OSX inclined &#8211; Warpspire A shell script to set up virtual hosts on your Mac OS X machine for web development. Nice. (tags: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://warpspire.com/tipsresources/application-development/super-simple-virtual-hosts-for-the-osx-inclined/comment-page-1/#comment-186412</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Tue, 09 Dec 2008 18:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/?p=290#comment-186412</guid>
		<description>&lt;p&gt;... and costs money. Mine is free as in beer.&lt;/p&gt;

&lt;p&gt;I guess I just can&#039;t consciously pay for something that I can replicate with a couple of lines of bash scripting.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&#8230; and costs money. Mine is free as in beer.</p>
<p>I guess I just can&#8217;t consciously pay for something that I can replicate with a couple of lines of bash scripting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://warpspire.com/tipsresources/application-development/super-simple-virtual-hosts-for-the-osx-inclined/comment-page-1/#comment-186389</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Tue, 09 Dec 2008 13:00:03 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/?p=290#comment-186389</guid>
		<description>&lt;p&gt;Might I at the tip of a hat recommend VirtualHostX (www.clickontyler.com).&lt;/p&gt;

&lt;p&gt;Very nice app, that does the same and whole bunch more.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Might I at the tip of a hat recommend VirtualHostX (www.clickontyler.com).</p>
<p>Very nice app, that does the same and whole bunch more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kash</title>
		<link>http://warpspire.com/tipsresources/application-development/super-simple-virtual-hosts-for-the-osx-inclined/comment-page-1/#comment-169290</link>
		<dc:creator>Kash</dc:creator>
		<pubDate>Thu, 30 Oct 2008 13:16:02 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/?p=290#comment-169290</guid>
		<description>&lt;p&gt;cool script, thanks.
i did some modification to use it with MAMP.
i&#039;ve changed the following lines:&lt;/p&gt;

&lt;p&gt;from:
HTTPD&lt;em&gt;FILE=&quot;/etc/apache2/httpd.conf&quot;
to:
HTTPD&lt;/em&gt;FILE=&quot;/Applications/MAMP/conf/apache/httpd.conf&quot;&lt;/p&gt;

&lt;p&gt;from:
  $(apachectl restart)
to:
  $(/Applications/MAMP/bin/apache2/bin/apachectl restart)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>cool script, thanks.<br />
i did some modification to use it with MAMP.<br />
i&#8217;ve changed the following lines:</p>
<p>from:<br />
HTTPD<em>FILE=&#8221;/etc/apache2/httpd.conf&#8221;<br />
to:<br />
HTTPD</em>FILE=&#8221;/Applications/MAMP/conf/apache/httpd.conf&#8221;</p>
<p>from:<br />
  $(apachectl restart)<br />
to:<br />
  $(/Applications/MAMP/bin/apache2/bin/apachectl restart)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillermo Rauch</title>
		<link>http://warpspire.com/tipsresources/application-development/super-simple-virtual-hosts-for-the-osx-inclined/comment-page-1/#comment-168347</link>
		<dc:creator>Guillermo Rauch</dc:creator>
		<pubDate>Tue, 28 Oct 2008 13:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/?p=290#comment-168347</guid>
		<description>&lt;p&gt;Using it already :) I was going to make this for myself eventually!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Using it already :) I was going to make this for myself eventually!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Pennell</title>
		<link>http://warpspire.com/tipsresources/application-development/super-simple-virtual-hosts-for-the-osx-inclined/comment-page-1/#comment-167732</link>
		<dc:creator>Matthew Pennell</dc:creator>
		<pubDate>Mon, 27 Oct 2008 09:57:09 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/?p=290#comment-167732</guid>
		<description>&lt;p&gt;Awesomeness! Just need to replace the apachectl line with the MAMP equivalent, and I&#039;ll be using this all the time. :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Awesomeness! Just need to replace the apachectl line with the MAMP equivalent, and I&#8217;ll be using this all the time. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ben</title>
		<link>http://warpspire.com/tipsresources/application-development/super-simple-virtual-hosts-for-the-osx-inclined/comment-page-1/#comment-166807</link>
		<dc:creator>ben</dc:creator>
		<pubDate>Sat, 25 Oct 2008 13:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/?p=290#comment-166807</guid>
		<description>&lt;p&gt;Hot damn!  That&#039;s pretty sweet!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hot damn!  That&#8217;s pretty sweet!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://warpspire.com/tipsresources/application-development/super-simple-virtual-hosts-for-the-osx-inclined/comment-page-1/#comment-166667</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Sat, 25 Oct 2008 07:56:26 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/?p=290#comment-166667</guid>
		<description>&lt;p&gt;Wow, thank you so much!&lt;/p&gt;

&lt;p&gt;I just recently wanted to set up some virtual hosts for some projects I&#039;m working on and there was a small typo I made in the configuration file which resulted in a wrecked Apache. Fortunately I was able to fix the problem but it&#039;s just a pain in the a** to set it up manually every time.&lt;/p&gt;

&lt;p&gt;Greetings&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Wow, thank you so much!</p>
<p>I just recently wanted to set up some virtual hosts for some projects I&#8217;m working on and there was a small typo I made in the configuration file which resulted in a wrecked Apache. Fortunately I was able to fix the problem but it&#8217;s just a pain in the a** to set it up manually every time.</p>
<p>Greetings</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://warpspire.com/tipsresources/application-development/super-simple-virtual-hosts-for-the-osx-inclined/comment-page-1/#comment-166381</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Fri, 24 Oct 2008 20:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/?p=290#comment-166381</guid>
		<description>&lt;p&gt;Wow, great stuff!  I&#039;ll definitely be putting this to use.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Wow, great stuff!  I&#8217;ll definitely be putting this to use.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.283 seconds -->
