<?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: apache proxy balancer + mongrel clusters and deploying application with capistrano</title>
	<atom:link href="http://webonrails.com/2007/02/04/apache-proxy-balancer-mongrel-clusters-and-deploying-application-with-capistrano/feed/" rel="self" type="application/rss+xml" />
	<link>http://webonrails.com/2007/02/04/apache-proxy-balancer-mongrel-clusters-and-deploying-application-with-capistrano/</link>
	<description>Its all about Ruby On Rails</description>
	<lastBuildDate>Thu, 11 Mar 2010 08:54:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peter Williams - mod_proxy_balancer Is A Two Timing Hussy</title>
		<link>http://webonrails.com/2007/02/04/apache-proxy-balancer-mongrel-clusters-and-deploying-application-with-capistrano/comment-page-1/#comment-254</link>
		<dc:creator>Peter Williams - mod_proxy_balancer Is A Two Timing Hussy</dc:creator>
		<pubDate>Mon, 28 Apr 2008 14:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://webonrails.com/2007/02/04/apache-proxy-balancer-mongrel-clusters-and-deploying-application-with-capistrano/#comment-254</guid>
		<description>[...] To see what I mean lets start with what Google suggests. The reverse proxying gets setup something like this: [...]</description>
		<content:encoded><![CDATA[<p>[...] To see what I mean lets start with what Google suggests. The reverse proxying gets setup something like this: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akhil Bansal</title>
		<link>http://webonrails.com/2007/02/04/apache-proxy-balancer-mongrel-clusters-and-deploying-application-with-capistrano/comment-page-1/#comment-253</link>
		<dc:creator>Akhil Bansal</dc:creator>
		<pubDate>Tue, 25 Sep 2007 04:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://webonrails.com/2007/02/04/apache-proxy-balancer-mongrel-clusters-and-deploying-application-with-capistrano/#comment-253</guid>
		<description>sorry forgot about &#039;cap&#039;</description>
		<content:encoded><![CDATA[<p>sorry forgot about &#8216;cap&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian Tarcan</title>
		<link>http://webonrails.com/2007/02/04/apache-proxy-balancer-mongrel-clusters-and-deploying-application-with-capistrano/comment-page-1/#comment-252</link>
		<dc:creator>Sebastian Tarcan</dc:creator>
		<pubDate>Mon, 24 Sep 2007 17:37:46 +0000</pubDate>
		<guid isPermaLink="false">http://webonrails.com/2007/02/04/apache-proxy-balancer-mongrel-clusters-and-deploying-application-with-capistrano/#comment-252</guid>
		<description>I found out:
instead to write rake it have to by cap. So the commands are now:

cap deploy:setup
cap deploy:cold
cap deploy

Important! In the config/deploy.rb file you mast set the correct path to the app dir!
The line have to look like this:
set :deploy_to, &quot;/path/to/your/ror/app&quot;

Thanks for helping!</description>
		<content:encoded><![CDATA[<p>I found out:<br />
instead to write rake it have to by cap. So the commands are now:</p>
<p>cap deploy:setup<br />
cap deploy:cold<br />
cap deploy</p>
<p>Important! In the config/deploy.rb file you mast set the correct path to the app dir!<br />
The line have to look like this:<br />
set :deploy_to, &#8220;/path/to/your/ror/app&#8221;</p>
<p>Thanks for helping!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian Tarcan</title>
		<link>http://webonrails.com/2007/02/04/apache-proxy-balancer-mongrel-clusters-and-deploying-application-with-capistrano/comment-page-1/#comment-251</link>
		<dc:creator>Sebastian Tarcan</dc:creator>
		<pubDate>Mon, 24 Sep 2007 12:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://webonrails.com/2007/02/04/apache-proxy-balancer-mongrel-clusters-and-deploying-application-with-capistrano/#comment-251</guid>
		<description>Hmmm, thanks for help, but these commands give me the same error as described. :(</description>
		<content:encoded><![CDATA[<p>Hmmm, thanks for help, but these commands give me the same error as described. <img src='http://webonrails.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akhil Bansal</title>
		<link>http://webonrails.com/2007/02/04/apache-proxy-balancer-mongrel-clusters-and-deploying-application-with-capistrano/comment-page-1/#comment-250</link>
		<dc:creator>Akhil Bansal</dc:creator>
		<pubDate>Mon, 24 Sep 2007 12:17:56 +0000</pubDate>
		<guid isPermaLink="false">http://webonrails.com/2007/02/04/apache-proxy-balancer-mongrel-clusters-and-deploying-application-with-capistrano/#comment-250</guid>
		<description>Sebastian,

It seems that you have installed capistrano 2.0 . Issue &#039;gem l cap&#039; to know your capistrano version.
rake remote:setup works for earlier version of capistrano, For capistrano 2.0 you need to issue:

rake deploy:setup
rake deploy:cold
rake deploy</description>
		<content:encoded><![CDATA[<p>Sebastian,</p>
<p>It seems that you have installed capistrano 2.0 . Issue &#8216;gem l cap&#8217; to know your capistrano version.<br />
rake remote:setup works for earlier version of capistrano, For capistrano 2.0 you need to issue:</p>
<p>rake deploy:setup<br />
rake deploy:cold<br />
rake deploy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian Tarcan</title>
		<link>http://webonrails.com/2007/02/04/apache-proxy-balancer-mongrel-clusters-and-deploying-application-with-capistrano/comment-page-1/#comment-249</link>
		<dc:creator>Sebastian Tarcan</dc:creator>
		<pubDate>Mon, 24 Sep 2007 12:07:06 +0000</pubDate>
		<guid isPermaLink="false">http://webonrails.com/2007/02/04/apache-proxy-balancer-mongrel-clusters-and-deploying-application-with-capistrano/#comment-249</guid>
		<description>I have a problem to execute the command &quot;rake remote:setup&quot;.
I allways get an error like this:
rake aborted!
Don&#039;t know how to build task &#039;remote:setup&#039;
/usr/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1472:in `[]&#039;
/usr/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1739:in `top_level&#039;
/usr/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1739:in `each&#039;
/usr/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1739:in `top_level&#039;
/usr/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1761:in `standard_exception_handling&#039;
/usr/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1733:in `top_level&#039;
/usr/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1711:in `run&#039;
/usr/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1761:in `standard_exception_handling&#039;
/usr/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1708:in `run&#039;
/usr/local/lib/ruby/gems/1.8/gems/rake-0.7.3/bin/rake:7
/usr/local/bin/rake:16:in `load&#039;
/usr/local/bin/rake:16
It seems that rake doesn&#039;t know the command &quot;remote:setup&quot;.
Would be nice for helping!</description>
		<content:encoded><![CDATA[<p>I have a problem to execute the command &#8220;rake remote:setup&#8221;.<br />
I allways get an error like this:<br />
rake aborted!<br />
Don&#8217;t know how to build task &#8216;remote:setup&#8217;<br />
/usr/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1472:in `[]&#8216;<br />
/usr/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1739:in `top_level&#8217;<br />
/usr/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1739:in `each&#8217;<br />
/usr/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1739:in `top_level&#8217;<br />
/usr/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1761:in `standard_exception_handling&#8217;<br />
/usr/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1733:in `top_level&#8217;<br />
/usr/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1711:in `run&#8217;<br />
/usr/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1761:in `standard_exception_handling&#8217;<br />
/usr/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1708:in `run&#8217;<br />
/usr/local/lib/ruby/gems/1.8/gems/rake-0.7.3/bin/rake:7<br />
/usr/local/bin/rake:16:in `load&#8217;<br />
/usr/local/bin/rake:16<br />
It seems that rake doesn&#8217;t know the command &#8220;remote:setup&#8221;.<br />
Would be nice for helping!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clayton Cottingham</title>
		<link>http://webonrails.com/2007/02/04/apache-proxy-balancer-mongrel-clusters-and-deploying-application-with-capistrano/comment-page-1/#comment-248</link>
		<dc:creator>Clayton Cottingham</dc:creator>
		<pubDate>Wed, 29 Aug 2007 21:59:14 +0000</pubDate>
		<guid isPermaLink="false">http://webonrails.com/2007/02/04/apache-proxy-balancer-mongrel-clusters-and-deploying-application-with-capistrano/#comment-248</guid>
		<description>in order for your machine to reboot properly you will still need to link the /etc/init.d/mongreel to  /etc/rcN.d/ scripts</description>
		<content:encoded><![CDATA[<p>in order for your machine to reboot properly you will still need to link the /etc/init.d/mongreel to  /etc/rcN.d/ scripts</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akhil Bansal</title>
		<link>http://webonrails.com/2007/02/04/apache-proxy-balancer-mongrel-clusters-and-deploying-application-with-capistrano/comment-page-1/#comment-247</link>
		<dc:creator>Akhil Bansal</dc:creator>
		<pubDate>Sun, 04 Feb 2007 14:59:22 +0000</pubDate>
		<guid isPermaLink="false">http://webonrails.com/2007/02/04/apache-proxy-balancer-mongrel-clusters-and-deploying-application-with-capistrano/#comment-247</guid>
		<description>great,
Thanks Jonathan</description>
		<content:encoded><![CDATA[<p>great,<br />
Thanks Jonathan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Tron</title>
		<link>http://webonrails.com/2007/02/04/apache-proxy-balancer-mongrel-clusters-and-deploying-application-with-capistrano/comment-page-1/#comment-246</link>
		<dc:creator>Jonathan Tron</dc:creator>
		<pubDate>Sun, 04 Feb 2007 14:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://webonrails.com/2007/02/04/apache-proxy-balancer-mongrel-clusters-and-deploying-application-with-capistrano/#comment-246</guid>
		<description>Hi,
just some little additions :

mongrel_cluster gem include some capistrano extensions to forget abour setting tasks like restart by hand, just add :

require &#039;mongrel_cluster/recipes&#039;

at the begining of your deploy.rb.

Then, the gem provides a startup script you can use to handle your mongrel clusters, it&#039;s /your/gem/path/mongrel_cluster-x.x.x/resources/mongrel_cluster and it reads the mongrel cluster configs in /etc/mongrel_cluster/ which allows you handle the start/restart of many different apps just by symlinking config files to this directory.

Hope it can help.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
just some little additions :</p>
<p>mongrel_cluster gem include some capistrano extensions to forget abour setting tasks like restart by hand, just add :</p>
<p>require &#8216;mongrel_cluster/recipes&#8217;</p>
<p>at the begining of your deploy.rb.</p>
<p>Then, the gem provides a startup script you can use to handle your mongrel clusters, it&#8217;s /your/gem/path/mongrel_cluster-x.x.x/resources/mongrel_cluster and it reads the mongrel cluster configs in /etc/mongrel_cluster/ which allows you handle the start/restart of many different apps just by symlinking config files to this directory.</p>
<p>Hope it can help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
