<?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: Setting the DocumentRoot for Rails and CakePHP Applications</title>
	<atom:link href="http://cakebaker.42dh.com/2009/02/11/setting-the-documentroot-for-rails-and-cakephp-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://cakebaker.42dh.com/2009/02/11/setting-the-documentroot-for-rails-and-cakephp-applications/</link>
	<description>baking cakes with CakePHP</description>
	<lastBuildDate>Tue, 31 Jan 2012 15:12:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2009/02/11/setting-the-documentroot-for-rails-and-cakephp-applications/comment-page-1/#comment-121801</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Wed, 25 Feb 2009 15:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1103#comment-121801</guid>
		<description>@Nate: Thanks for this hint! It was one of the first issues I encountered in Railsland ;-)</description>
		<content:encoded><![CDATA[<p>@Nate: Thanks for this hint! It was one of the first issues I encountered in Railsland ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate Todd</title>
		<link>http://cakebaker.42dh.com/2009/02/11/setting-the-documentroot-for-rails-and-cakephp-applications/comment-page-1/#comment-121633</link>
		<dc:creator>Nate Todd</dc:creator>
		<pubDate>Mon, 23 Feb 2009 01:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1103#comment-121633</guid>
		<description>mod_rails defaults to production mode, so don&#039;t forget to set 

&lt;code&gt;RailsEnv &quot;development&quot;&lt;/code&gt;

in your vhost.</description>
		<content:encoded><![CDATA[<p>mod_rails defaults to production mode, so don&#8217;t forget to set </p>
<p><code>RailsEnv "development"</code></p>
<p>in your vhost.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2009/02/11/setting-the-documentroot-for-rails-and-cakephp-applications/comment-page-1/#comment-120929</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Mon, 16 Feb 2009 15:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1103#comment-120929</guid>
		<description>@jojo: Thanks for this tip, maybe this will become handy in the future!</description>
		<content:encoded><![CDATA[<p>@jojo: Thanks for this tip, maybe this will become handy in the future!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jojo siao</title>
		<link>http://cakebaker.42dh.com/2009/02/11/setting-the-documentroot-for-rails-and-cakephp-applications/comment-page-1/#comment-120886</link>
		<dc:creator>jojo siao</dc:creator>
		<pubDate>Mon, 16 Feb 2009 04:17:09 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1103#comment-120886</guid>
		<description>oops! 

that should be &quot;&lt;code&gt;RailsBaseURI  /&lt; app-name &gt; &lt;/code&gt;&quot;</description>
		<content:encoded><![CDATA[<p>oops! </p>
<p>that should be &#8220;<code>RailsBaseURI  /&lt; app-name &gt;</code>&#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jojo siao</title>
		<link>http://cakebaker.42dh.com/2009/02/11/setting-the-documentroot-for-rails-and-cakephp-applications/comment-page-1/#comment-120885</link>
		<dc:creator>jojo siao</dc:creator>
		<pubDate>Mon, 16 Feb 2009 04:14:59 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1103#comment-120885</guid>
		<description>Hi,
I just installed mod_rails(passenger) at work, and 
tried building multiple rails apps in Sub directories(Sub URIs). To do this, 
make a symbolic link on the document root that points 
to your rails&#039; public directory.
Then, 
include &quot;RailsBaseURI  /&quot;
in VirtualHost.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I just installed mod_rails(passenger) at work, and<br />
tried building multiple rails apps in Sub directories(Sub URIs). To do this,<br />
make a symbolic link on the document root that points<br />
to your rails&#8217; public directory.<br />
Then,<br />
include &#8220;RailsBaseURI  /&#8221;<br />
in VirtualHost.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2009/02/11/setting-the-documentroot-for-rails-and-cakephp-applications/comment-page-1/#comment-120530</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Thu, 12 Feb 2009 15:25:52 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1103#comment-120530</guid>
		<description>@Dirk, Jaime: Thanks for your comments!

@Jaime: The same here ;-)</description>
		<content:encoded><![CDATA[<p>@Dirk, Jaime: Thanks for your comments!</p>
<p>@Jaime: The same here ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaime</title>
		<link>http://cakebaker.42dh.com/2009/02/11/setting-the-documentroot-for-rails-and-cakephp-applications/comment-page-1/#comment-120446</link>
		<dc:creator>Jaime</dc:creator>
		<pubDate>Wed, 11 Feb 2009 17:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1103#comment-120446</guid>
		<description>I do the same! 

My c:\windows\system32\drivers\etc\hosts is huuuge! :D</description>
		<content:encoded><![CDATA[<p>I do the same! </p>
<p>My c:\windows\system32\drivers\etc\hosts is huuuge! :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dirk Olbertz</title>
		<link>http://cakebaker.42dh.com/2009/02/11/setting-the-documentroot-for-rails-and-cakephp-applications/comment-page-1/#comment-120443</link>
		<dc:creator>Dirk Olbertz</dc:creator>
		<pubDate>Wed, 11 Feb 2009 17:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1103#comment-120443</guid>
		<description>You also need to make an entry to your hosts file (sitting in /etc/hosts on mac and most Linuxes, and somewhere deep in the Windows directories...).</description>
		<content:encoded><![CDATA[<p>You also need to make an entry to your hosts file (sitting in /etc/hosts on mac and most Linuxes, and somewhere deep in the Windows directories&#8230;).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

