<?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: Rails Production Environment Using Mongrel Cluster, Apache 2.2 mod_proxy, and Capistrano on Ubuntu Gutsy</title>
	<atom:link href="http://dragffy.com/blog/posts/rails-production-environment-using-mongrel-cluster-apache-22-mod_proxy-and-capistrano-on-ubuntu-gutsy/feed" rel="self" type="application/rss+xml" />
	<link>http://dragffy.com/blog/posts/rails-production-environment-using-mongrel-cluster-apache-22-mod_proxy-and-capistrano-on-ubuntu-gutsy</link>
	<description>The development, documentation, and blogging domain of Gabriel Dragffy.</description>
	<lastBuildDate>Fri, 23 Jul 2010 16:48:06 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rup</title>
		<link>http://dragffy.com/blog/posts/rails-production-environment-using-mongrel-cluster-apache-22-mod_proxy-and-capistrano-on-ubuntu-gutsy/comment-page-1#comment-3594</link>
		<dc:creator>Rup</dc:creator>
		<pubDate>Thu, 07 Jan 2010 00:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://dragffy.com/blog/posts/rails-production-environment-using-mongrel-cluster-apache-22-mod_proxy-and-capistrano-on-ubuntu-gutsy#comment-3594</guid>
		<description>I have a problem of setting the rails environment to production after deployment to the server. By default the application runs in development mode after deployment. I want to set the mode to production but when I do that by changing the environment.rb, the application gets message 500.
Is there any way to set the environment to production after deployment to server?</description>
		<content:encoded><![CDATA[<p>I have a problem of setting the rails environment to production after deployment to the server. By default the application runs in development mode after deployment. I want to set the mode to production but when I do that by changing the environment.rb, the application gets message 500.<br />
Is there any way to set the environment to production after deployment to server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sophy</title>
		<link>http://dragffy.com/blog/posts/rails-production-environment-using-mongrel-cluster-apache-22-mod_proxy-and-capistrano-on-ubuntu-gutsy/comment-page-1#comment-3555</link>
		<dc:creator>Sophy</dc:creator>
		<pubDate>Thu, 27 Aug 2009 08:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://dragffy.com/blog/posts/rails-production-environment-using-mongrel-cluster-apache-22-mod_proxy-and-capistrano-on-ubuntu-gutsy#comment-3555</guid>
		<description>Fantastic tutorial! It works great apart from one point. 
a2ensite railsapp doesn&#039;t work for me. I need to add .conf to railsapp. (a2ensite railsapp.conf)

Anyway thank you very much for this blog.

Cheers,</description>
		<content:encoded><![CDATA[<p>Fantastic tutorial! It works great apart from one point.<br />
a2ensite railsapp doesn&#8217;t work for me. I need to add .conf to railsapp. (a2ensite railsapp.conf)</p>
<p>Anyway thank you very much for this blog.</p>
<p>Cheers,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sulabh Jain</title>
		<link>http://dragffy.com/blog/posts/rails-production-environment-using-mongrel-cluster-apache-22-mod_proxy-and-capistrano-on-ubuntu-gutsy/comment-page-1#comment-3461</link>
		<dc:creator>Sulabh Jain</dc:creator>
		<pubDate>Thu, 04 Jun 2009 17:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://dragffy.com/blog/posts/rails-production-environment-using-mongrel-cluster-apache-22-mod_proxy-and-capistrano-on-ubuntu-gutsy#comment-3461</guid>
		<description>Its really a great tutorial which helped me solving configuration issues.</description>
		<content:encoded><![CDATA[<p>Its really a great tutorial which helped me solving configuration issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davide</title>
		<link>http://dragffy.com/blog/posts/rails-production-environment-using-mongrel-cluster-apache-22-mod_proxy-and-capistrano-on-ubuntu-gutsy/comment-page-1#comment-3405</link>
		<dc:creator>Davide</dc:creator>
		<pubDate>Thu, 05 Feb 2009 21:29:50 +0000</pubDate>
		<guid isPermaLink="false">http://dragffy.com/blog/posts/rails-production-environment-using-mongrel-cluster-apache-22-mod_proxy-and-capistrano-on-ubuntu-gutsy#comment-3405</guid>
		<description>Man, 
you&#039;ve made my day. I&#039;ve been tweaking a remote ubuntu server config for hours, following every tutorial online, this was the only to actually work. Thanks a million</description>
		<content:encoded><![CDATA[<p>Man,<br />
you&#8217;ve made my day. I&#8217;ve been tweaking a remote ubuntu server config for hours, following every tutorial online, this was the only to actually work. Thanks a million</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mukund</title>
		<link>http://dragffy.com/blog/posts/rails-production-environment-using-mongrel-cluster-apache-22-mod_proxy-and-capistrano-on-ubuntu-gutsy/comment-page-1#comment-2372</link>
		<dc:creator>Mukund</dc:creator>
		<pubDate>Thu, 16 Oct 2008 09:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://dragffy.com/blog/posts/rails-production-environment-using-mongrel-cluster-apache-22-mod_proxy-and-capistrano-on-ubuntu-gutsy#comment-2372</guid>
		<description>Rails 2.2 will be thread safe.  But why exactly is threading an issue for deployment on production?   There is no dark art with Rails production deployment.  Capistrano has an issue with documentation and there isn&#039;t anyone interested in fixing the problem.</description>
		<content:encoded><![CDATA[<p>Rails 2.2 will be thread safe.  But why exactly is threading an issue for deployment on production?   There is no dark art with Rails production deployment.  Capistrano has an issue with documentation and there isn&#8217;t anyone interested in fixing the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabe</title>
		<link>http://dragffy.com/blog/posts/rails-production-environment-using-mongrel-cluster-apache-22-mod_proxy-and-capistrano-on-ubuntu-gutsy/comment-page-1#comment-316</link>
		<dc:creator>Gabe</dc:creator>
		<pubDate>Tue, 06 May 2008 15:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://dragffy.com/blog/posts/rails-production-environment-using-mongrel-cluster-apache-22-mod_proxy-and-capistrano-on-ubuntu-gutsy#comment-316</guid>
		<description>@ Daniel
I&#039;m glad you find it useful. You are correct in assuming that &#039;railsapp&#039; should be replaced by whatever the name of your particular application is.

@Jayashree
:) thanks very much for the positive feedback.

I&#039;ve personally got a chip on my shoulder about rails deployment. It is something of a dark art. I think the problem lies in Ruby not being thread-safe. Otherwise you could serve multiple rails applications just by using mod_ruby.</description>
		<content:encoded><![CDATA[<p>@ Daniel<br />
I&#8217;m glad you find it useful. You are correct in assuming that &#8216;railsapp&#8217; should be replaced by whatever the name of your particular application is.</p>
<p>@Jayashree<br />
 <img src='http://dragffy.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  thanks very much for the positive feedback.</p>
<p>I&#8217;ve personally got a chip on my shoulder about rails deployment. It is something of a dark art. I think the problem lies in Ruby not being thread-safe. Otherwise you could serve multiple rails applications just by using mod_ruby.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jayashree</title>
		<link>http://dragffy.com/blog/posts/rails-production-environment-using-mongrel-cluster-apache-22-mod_proxy-and-capistrano-on-ubuntu-gutsy/comment-page-1#comment-99</link>
		<dc:creator>jayashree</dc:creator>
		<pubDate>Thu, 10 Apr 2008 11:29:02 +0000</pubDate>
		<guid isPermaLink="false">http://dragffy.com/blog/posts/rails-production-environment-using-mongrel-cluster-apache-22-mod_proxy-and-capistrano-on-ubuntu-gutsy#comment-99</guid>
		<description>Explained very well.Excellent for beginners to write deploy.rb file</description>
		<content:encoded><![CDATA[<p>Explained very well.Excellent for beginners to write deploy.rb file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Shelby</title>
		<link>http://dragffy.com/blog/posts/rails-production-environment-using-mongrel-cluster-apache-22-mod_proxy-and-capistrano-on-ubuntu-gutsy/comment-page-1#comment-84</link>
		<dc:creator>Daniel Shelby</dc:creator>
		<pubDate>Thu, 27 Mar 2008 20:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://dragffy.com/blog/posts/rails-production-environment-using-mongrel-cluster-apache-22-mod_proxy-and-capistrano-on-ubuntu-gutsy#comment-84</guid>
		<description>Great tutorial. I am experiencing so much grief trying to rails to run on a production server. I am new to all of this so I am hitting walls left and right. Since I am such a noob I do have a few questions.

In your railsapp.conf file, I assume anywhere that says &quot;railsapp&quot; should be replaced with the name of actual rails app? 

I am deploying from my employer provided windows dev box. Do I just dump the contents of my projects folder into the directory of the production? Or is there something special that capistrano does? Thanks!</description>
		<content:encoded><![CDATA[<p>Great tutorial. I am experiencing so much grief trying to rails to run on a production server. I am new to all of this so I am hitting walls left and right. Since I am such a noob I do have a few questions.</p>
<p>In your railsapp.conf file, I assume anywhere that says &#8220;railsapp&#8221; should be replaced with the name of actual rails app? </p>
<p>I am deploying from my employer provided windows dev box. Do I just dump the contents of my projects folder into the directory of the production? Or is there something special that capistrano does? Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
