<?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: DreamHost offers Passenger / mod_rails</title>
	<atom:link href="http://blog.dreamhosters.com/2008/05/13/dreamhost-offers-passenger-mod_rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dreamhosters.com/2008/05/13/dreamhost-offers-passenger-mod_rails/</link>
	<description>Tips &#038; Tricks for Dreamhosters</description>
	<pubDate>Fri, 05 Sep 2008 13:55:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Ricky</title>
		<link>http://blog.dreamhosters.com/2008/05/13/dreamhost-offers-passenger-mod_rails/#comment-8369</link>
		<dc:creator>Ricky</dc:creator>
		<pubDate>Sun, 18 May 2008 15:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dreamhosters.com/2008/05/13/dreamhost-offers-passenger-mod_rails/#comment-8369</guid>
		<description>Thanks Nat. I got some answers to the other questions on the Official Blog http://blog.dreamhost.com/2008/05/13/passenger-for-ruby-on-rails/</description>
		<content:encoded><![CDATA[<p>Thanks Nat. I got some answers to the other questions on the Official Blog <a href="http://blog.dreamhost.com/2008/05/13/passenger-for-ruby-on-rails/" rel="nofollow">http://blog.dreamhost.com/2008/05/13/passenger-for-ruby-on-rails/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nat Budin</title>
		<link>http://blog.dreamhosters.com/2008/05/13/dreamhost-offers-passenger-mod_rails/#comment-8368</link>
		<dc:creator>Nat Budin</dc:creator>
		<pubDate>Thu, 15 May 2008 14:30:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dreamhosters.com/2008/05/13/dreamhost-offers-passenger-mod_rails/#comment-8368</guid>
		<description>@Ricky: It doesn't matter what the contents of the tmp/restart.txt file is; Passenger will simply notice that it's there, restart your app, and delete the file.  I personally added a "touch tmp/restart.txt" line to my Capistrano deployment recipes for the restart task.</description>
		<content:encoded><![CDATA[<p>@Ricky: It doesn&#8217;t matter what the contents of the tmp/restart.txt file is; Passenger will simply notice that it&#8217;s there, restart your app, and delete the file.  I personally added a &#8220;touch tmp/restart.txt&#8221; line to my Capistrano deployment recipes for the restart task.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricky</title>
		<link>http://blog.dreamhosters.com/2008/05/13/dreamhost-offers-passenger-mod_rails/#comment-8367</link>
		<dc:creator>Ricky</dc:creator>
		<pubDate>Wed, 14 May 2008 02:29:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dreamhosters.com/2008/05/13/dreamhost-offers-passenger-mod_rails/#comment-8367</guid>
		<description>One problem I've found. Accessing the analog web stats no longer works with this rewrite rule

Posted an example of the fragment here

http://www.suture.net/files/htaccess_fragment.txt</description>
		<content:encoded><![CDATA[<p>One problem I&#8217;ve found. Accessing the analog web stats no longer works with this rewrite rule</p>
<p>Posted an example of the fragment here</p>
<p><a href="http://www.suture.net/files/htaccess_fragment.txt" rel="nofollow">http://www.suture.net/files/htaccess_fragment.txt</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xavier</title>
		<link>http://blog.dreamhosters.com/2008/05/13/dreamhost-offers-passenger-mod_rails/#comment-8366</link>
		<dc:creator>Xavier</dc:creator>
		<pubDate>Wed, 14 May 2008 02:10:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dreamhosters.com/2008/05/13/dreamhost-offers-passenger-mod_rails/#comment-8366</guid>
		<description>Hopefully the next feature will be memcache and then nginx.</description>
		<content:encoded><![CDATA[<p>Hopefully the next feature will be memcache and then nginx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricky</title>
		<link>http://blog.dreamhosters.com/2008/05/13/dreamhost-offers-passenger-mod_rails/#comment-8365</link>
		<dc:creator>Ricky</dc:creator>
		<pubDate>Wed, 14 May 2008 01:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dreamhosters.com/2008/05/13/dreamhost-offers-passenger-mod_rails/#comment-8365</guid>
		<description>On the Dreamhost Wiki http://wiki.dreamhost.com/Passenger it mentions the following

"When the code for your Ruby on Rails application has changed, creating or modifying the file tmp/restart.txt in the Rails application's root folder will tell Passenger to automatically restart the application."

Does anyone have more information on how to create the  tmp/restart.txt file?</description>
		<content:encoded><![CDATA[<p>On the Dreamhost Wiki <a href="http://wiki.dreamhost.com/Passenger" rel="nofollow">http://wiki.dreamhost.com/Passenger</a> it mentions the following</p>
<p>&#8220;When the code for your Ruby on Rails application has changed, creating or modifying the file tmp/restart.txt in the Rails application&#8217;s root folder will tell Passenger to automatically restart the application.&#8221;</p>
<p>Does anyone have more information on how to create the  tmp/restart.txt file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricky</title>
		<link>http://blog.dreamhosters.com/2008/05/13/dreamhost-offers-passenger-mod_rails/#comment-8364</link>
		<dc:creator>Ricky</dc:creator>
		<pubDate>Wed, 14 May 2008 01:34:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dreamhosters.com/2008/05/13/dreamhost-offers-passenger-mod_rails/#comment-8364</guid>
		<description>Some excellent news. It's working for me without FastCGI. I also removed the Monrel Proxy and manually deleted the Mongrel Restart files.</description>
		<content:encoded><![CDATA[<p>Some excellent news. It&#8217;s working for me without FastCGI. I also removed the Monrel Proxy and manually deleted the Mongrel Restart files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corey</title>
		<link>http://blog.dreamhosters.com/2008/05/13/dreamhost-offers-passenger-mod_rails/#comment-8363</link>
		<dc:creator>Corey</dc:creator>
		<pubDate>Tue, 13 May 2008 21:29:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dreamhosters.com/2008/05/13/dreamhost-offers-passenger-mod_rails/#comment-8363</guid>
		<description>This sounds great!  Are users supposed to check the box for FastCGI support as well?  I was under the impression that one would want either FastCGI Support or Passenger but not both.</description>
		<content:encoded><![CDATA[<p>This sounds great!  Are users supposed to check the box for FastCGI support as well?  I was under the impression that one would want either FastCGI Support or Passenger but not both.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

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