search for: mongrel_servers

Displaying 5 results from an estimated 5 matches for "mongrel_servers".

2007 Oct 03
1
Vlad problems
...OYER stuff set :application, "www2.sustainablewebsites.com" set :domain, "www2.sustainablewebsites.com" set :deploy_to, "/var/www/www2.sustainablewebsites.com" set :repository, "http://sw.unfuddle.com/svn/sw_sw/" set :mongrel_port, 5500 set :mongrel_servers, 2 -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@pu...
2006 Aug 18
3
New automated Capistrano setup for Apache2.1+ and mongrel_cluster
...2+mod_proxy_balancer and mongrel+mongrel_cluster -- including apache2 setups. It''s based off Coda Hale''s guide and all Bradley''s work at fluxura and RailsMachine (thanks Coda and Bradley!). It''s, well, bad-ass, if I must say so myself. My favorite part: (0..mongrel_servers-1).each { |server| apache2_rails_conf += " BalancerMember http://127.0.0.1:#{mongrel_start_port + server}\n" } It''s on our newest Slingshot Hosting image, but you can download it here: http://www.slingshothosting.com/files/apache2_2_mongrel_deploy.rb Deployment just g...
2006 May 01
3
mongrel_cluster-0.1.1: the bird dog (capistrano support!)
...delegate to mongrel_rails. -added Capistrano task library. Please rerun mongrel_rails cluster::configure to ensure smooth operation. ***Capistrano Recipe*** Add to config/deploy.rb: require ''mongrel_cluster/recipes'' Example usage: cap -a configure_mongrel_cluster Variables mongrel_servers: Number of Mongrel servers to start. mongrel_port: Starting port to bind to. mongrel_address: Address to bind to. mongrel_environment: Rails environment to run as. mongrel_config: Path to config file. use_sudo: Whether or not tasks that can use sudo, ought to use sudo. Capistrano defaults to true...
2007 Feb 26
0
mongrel_rails cluster::restart from within a controller ?
I need to have a button in my rails web app to allow and admin to restart the "''server", which for this app means restarting the mongrel processes. If I do... system(''mongrel_server cluster::restart'') it shuts down all my mongrels (3 in this case), and starts all but one of them back up. The one that does not start back up is the one that handled this
2006 Jun 21
7
Mongrel 0.3.13.1 -- Quick Small Fixes
Hi Everyone, This is a small release that fixes a little bug, some of the documentation, and adds the new RedirectHandler code and a @redirect@ call for the mongrel.conf files. It''s fresh so don''t rely on it. Everyone should upgrade with the usual *gem update* command (which tells you it''s "Upgrading...") and tell me how it works. This release fixes: * The