search for: mongrel_port

Displaying 3 results from an estimated 3 matches for "mongrel_port".

2006 Aug 03
9
Finding out on which port mongrel is running
Hi *, What''s the best way to find out on which port mongrel is running from within Rails? I have a cluster of mongrels behind a balancer (Pen) behind a webserver (Apache). In Rails, request.port return 80 and request.env[''SERVER_PORT''] returns 3000 (the port of Pen) Any ideas? Cheers, Max
2007 Oct 03
1
Vlad problems
...y password" # VLAD the DEPLOYER 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 rubyon...
2006 May 01
3
mongrel_cluster-0.1.1: the bird dog (capistrano support!)
...brary. 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. Tasks (performed on :app role) configure_mongre...