search for: mongrel_servic

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

Did you mean: mongrel_service
2007 Oct 03
1
Vlad problems
I am having trouble getting rake vlad:start to work.. here is the output: ivan:04:39 PM:www2.sustainablewebsites.com> rake vlad:start (in /Users/ivan/Sites/www2.sustainablewebsites.com) !!! PID file log/mongrel.8000.pid does not exist. Not running? mongrel::stop reported an error. Use mongrel_rails mongrel::stop -h to get help. !!! PID file log/mongrel.8001.pid does not exist. Not running?
2006 Aug 18
3
New automated Capistrano setup for Apache2.1+ and mongrel_cluster
Hi mongrel users! I just posted a bad-ass capistrano file that automates *everything* for setting up an apache2+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
2006 May 01
3
mongrel_cluster-0.1.1: the bird dog (capistrano support!)
Hey y''all: mongrel_cluster provides management tools for running Mongrel behind a reverse-proxy/load balancer. It is an extraction from Rails Machine, a deployment service and Ruby library that simplifies Rails application deployment. This release fixes bugs and adds a Capistrano task library. Changes: -changed pid file format to include port -only write configuration options
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
...l *gem update* command (which tells you it''s "Upgrading...") and tell me how it works. This release fixes: * The -C configure file option was busted because of an errant line move. * Adds RedirectHandler thanks to Jonas Pfenniger and a new redirect call to Configurator. * Fixes mongrel_servic documentation which was referring to -r instead of -c and -C instead of -u. USING RedirectHandler Redirects are pretty simple. You simply have either a new RedirectHandler class you can use or you can put this in a mongrel.conf and pass that to -S: redirect "/from", "/to"...