<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: 42foo: all the virtual hosts you need for your web development</title>
	<atom:link href="http://jorgebernal.info/2009/07/17/42foo-virtual-hosts-web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://jorgebernal.info/2009/07/17/42foo-virtual-hosts-web-development/</link>
	<description></description>
	<lastBuildDate>Sat, 17 Mar 2012 09:28:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Ryan Schumacher (@jrschumacher)</title>
		<link>http://jorgebernal.info/2009/07/17/42foo-virtual-hosts-web-development/#comment-1005</link>
		<dc:creator><![CDATA[Ryan Schumacher (@jrschumacher)]]></dc:creator>
		<pubDate>Mon, 13 Feb 2012 16:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.jorgebernal.info/?p=365#comment-1005</guid>
		<description><![CDATA[So currently 42foo.com and Apache virutalhosts we can point to many different hosts using subdomains, but since I work on many projects on the fly I didn&#039;t want to have to create all the virtual hosts. So I created that script so we could dynamically use sub domains based on directories.

Examples:

this:
  /home/user/projects/project-category/project
becomes:
  http://project.project-category.42foo.com

this:
  /home/user/projects/project-category/project/branch
becomes:
  http://branch.project.project-category.42foo.com]]></description>
		<content:encoded><![CDATA[<p>So currently 42foo.com and Apache virutalhosts we can point to many different hosts using subdomains, but since I work on many projects on the fly I didn&#8217;t want to have to create all the virtual hosts. So I created that script so we could dynamically use sub domains based on directories.</p>
<p>Examples:</p>
<p>this:<br />
  /home/user/projects/project-category/project<br />
becomes:<br />
  <a href="http://project.project-category.42foo.com" rel="nofollow">http://project.project-category.42foo.com</a></p>
<p>this:<br />
  /home/user/projects/project-category/project/branch<br />
becomes:<br />
  <a href="http://branch.project.project-category.42foo.com" rel="nofollow">http://branch.project.project-category.42foo.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorge Bernal</title>
		<link>http://jorgebernal.info/2009/07/17/42foo-virtual-hosts-web-development/#comment-907</link>
		<dc:creator><![CDATA[Jorge Bernal]]></dc:creator>
		<pubDate>Wed, 11 Jan 2012 11:54:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.jorgebernal.info/?p=365#comment-907</guid>
		<description><![CDATA[Not sure if I follow, but if it does what I think it does, you can use VirtualDocumentRoot for that :) http://httpd.apache.org/docs/2.0/vhosts/mass.html]]></description>
		<content:encoded><![CDATA[<p>Not sure if I follow, but if it does what I think it does, you can use VirtualDocumentRoot for that <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://httpd.apache.org/docs/2.0/vhosts/mass.html" rel="nofollow">http://httpd.apache.org/docs/2.0/vhosts/mass.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Schumacher (@jrschumacher)</title>
		<link>http://jorgebernal.info/2009/07/17/42foo-virtual-hosts-web-development/#comment-905</link>
		<dc:creator><![CDATA[Ryan Schumacher (@jrschumacher)]]></dc:creator>
		<pubDate>Wed, 11 Jan 2012 09:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.jorgebernal.info/?p=365#comment-905</guid>
		<description><![CDATA[Thanks, using 42foo.com in conjunction with this script to create wildcard subdomains:

https://gist.github.com/1593837]]></description>
		<content:encoded><![CDATA[<p>Thanks, using 42foo.com in conjunction with this script to create wildcard subdomains:</p>
<p><a href="https://gist.github.com/1593837" rel="nofollow">https://gist.github.com/1593837</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcelo Silveira</title>
		<link>http://jorgebernal.info/2009/07/17/42foo-virtual-hosts-web-development/#comment-395</link>
		<dc:creator><![CDATA[Marcelo Silveira]]></dc:creator>
		<pubDate>Mon, 05 Jul 2010 13:41:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.jorgebernal.info/?p=365#comment-395</guid>
		<description><![CDATA[Very useful, thanks!]]></description>
		<content:encoded><![CDATA[<p>Very useful, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Local development &#8211; multiple vhosts - NiGhTHawK</title>
		<link>http://jorgebernal.info/2009/07/17/42foo-virtual-hosts-web-development/#comment-394</link>
		<dc:creator><![CDATA[Local development &#8211; multiple vhosts - NiGhTHawK]]></dc:creator>
		<pubDate>Wed, 22 Jul 2009 20:54:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.jorgebernal.info/?p=365#comment-394</guid>
		<description><![CDATA[[...] hosts setup. It is rather annoying to keep updating the /etc/hosts file. I came across &#8220;42foo: all the virtual hosts you need for your web development&#8221; which has helped alot. But this was not enough, the virtual hosts are still static, then I [...]]]></description>
		<content:encoded><![CDATA[<p>[...] hosts setup. It is rather annoying to keep updating the /etc/hosts file. I came across &#8220;42foo: all the virtual hosts you need for your web development&#8221; which has helped alot. But this was not enough, the virtual hosts are still static, then I [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian</title>
		<link>http://jorgebernal.info/2009/07/17/42foo-virtual-hosts-web-development/#comment-393</link>
		<dc:creator><![CDATA[Florian]]></dc:creator>
		<pubDate>Mon, 20 Jul 2009 09:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.jorgebernal.info/?p=365#comment-393</guid>
		<description><![CDATA[The problem herein lies that I, and also most people I&#039;ve talked to about this, don&#039;t use 127.0.0.1, but their LAN IP - so that you can have other machines and colleagues access that as well.

Which doesn&#039;t really make it easier, or even possible if you have dhcp with a low lease time, but still I found myself editing the hosts file too often to even start with the 127.0.0.1 approach :P]]></description>
		<content:encoded><![CDATA[<p>The problem herein lies that I, and also most people I&#8217;ve talked to about this, don&#8217;t use 127.0.0.1, but their LAN IP &#8211; so that you can have other machines and colleagues access that as well.</p>
<p>Which doesn&#8217;t really make it easier, or even possible if you have dhcp with a low lease time, but still I found myself editing the hosts file too often to even start with the 127.0.0.1 approach <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://jorgebernal.info/2009/07/17/42foo-virtual-hosts-web-development/#comment-392</link>
		<dc:creator><![CDATA[Kevin]]></dc:creator>
		<pubDate>Fri, 17 Jul 2009 00:59:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.jorgebernal.info/?p=365#comment-392</guid>
		<description><![CDATA[I recently wrote a similar tutorial which includes a shell script to set up the /etc/hosts entry and virtual host. If you removed the line that writes to /etc/hosts and used a *.42foo.com domain, it could automate the apache set-up for you.

http://blog.kevinmehall.net/2009/apache-local-vhosts]]></description>
		<content:encoded><![CDATA[<p>I recently wrote a similar tutorial which includes a shell script to set up the /etc/hosts entry and virtual host. If you removed the line that writes to /etc/hosts and used a *.42foo.com domain, it could automate the apache set-up for you.</p>
<p><a href="http://blog.kevinmehall.net/2009/apache-local-vhosts" rel="nofollow">http://blog.kevinmehall.net/2009/apache-local-vhosts</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Harding</title>
		<link>http://jorgebernal.info/2009/07/17/42foo-virtual-hosts-web-development/#comment-391</link>
		<dc:creator><![CDATA[Rick Harding]]></dc:creator>
		<pubDate>Fri, 17 Jul 2009 00:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jorgebernal.info/?p=365#comment-391</guid>
		<description><![CDATA[Thanks for the notes. I&#039;ve tried to find different ways to handle this. I eventually found the /etc/hosts file easy enough to script adding/removing entries from. I have an addwebhost script that just appends the dns and copies a template vhost file into apache&#039;s config.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the notes. I&#8217;ve tried to find different ways to handle this. I eventually found the /etc/hosts file easy enough to script adding/removing entries from. I have an addwebhost script that just appends the dns and copies a template vhost file into apache&#8217;s config.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

