<?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: Running Capistrano with Passenger (mod_rails)</title>
	<atom:link href="http://www.simonecarletti.com/blog/2008/12/capistrano-deploy-recipe-with-passenger-mod_rails-taste/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simonecarletti.com/blog/2008/12/capistrano-deploy-recipe-with-passenger-mod_rails-taste/</link>
	<description>Simone Carletti&#039;s personal ramblings on programming, syndication, search engines &#38; marketing.</description>
	<lastBuildDate>Thu, 09 Feb 2012 14:24:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Simone Carletti</title>
		<link>http://www.simonecarletti.com/blog/2008/12/capistrano-deploy-recipe-with-passenger-mod_rails-taste/#comment-5525</link>
		<dc:creator>Simone Carletti</dc:creator>
		<pubDate>Wed, 28 Oct 2009 22:44:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonecarletti.com/blog/?p=3#comment-5525</guid>
		<description>Yes, it does. 

This script touches the restart.txt file in the /current directory. By Capistrano convenction, current is a symlink to the most recently deployed application instance and this is the folder configured in your Apache virtual host.

mod_rails requires the restart.txt file to be stored at tmp/restart.txt path from the document directory and this is exactly what this script does.</description>
		<content:encoded><![CDATA[<p>Yes, it does. </p>
<p>This script touches the restart.txt file in the /current directory. By Capistrano convenction, current is a symlink to the most recently deployed application instance and this is the folder configured in your Apache virtual host.</p>
<p>mod_rails requires the restart.txt file to be stored at tmp/restart.txt path from the document directory and this is exactly what this script does.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.simonecarletti.com/blog/2008/12/capistrano-deploy-recipe-with-passenger-mod_rails-taste/#comment-5515</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 28 Oct 2009 18:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonecarletti.com/blog/?p=3#comment-5515</guid>
		<description>Does the cap deploy work with mod_rails? Touching the restart.txt file in a NEW directory (as this script does) would seem to me to confuse the mod_rails module - is it smart enough to drop the old rails environment and use the new one under the new release directory?</description>
		<content:encoded><![CDATA[<p>Does the cap deploy work with mod_rails? Touching the restart.txt file in a NEW directory (as this script does) would seem to me to confuse the mod_rails module &#8211; is it smart enough to drop the old rails environment and use the new one under the new release directory?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

