1
vote
1answer
14 views
Phusion vs Mongrel for Rails application VPS
I'm working on a Rails application and it is currently hosted on a shared hosting. However, it is getting a lot of features that requires reasonable processing and I'm thinking of …
2
votes
4answers
77 views
Recommendations (and Differences) between different Ruby on Rails Production Web Servers
Very soon I plan on deploying my first Ruby on Rails application to a production environment and I've even picked a webhost with all the managed server and Capistrano goodness you' …
0
votes
1answer
37 views
Does Mongrel do IPv6 well?
I'm using
mongrel + apache 2.2 + mod_proxy_balancer.
apache2.2 is IPv6 well
http://httpd.apache.org/docs/2.2/en/bind.html#ipv6
Does Mongrel do IPv6 well?
Platform:RHEL
ruby:1.8 …
2
votes
3answers
104 views
When to use Mongrel as web server for Rails application?
When I started my first bigger Rails application, I chose to use Apache (with Passenger), because I already had some experience with it with PHP, but I don't have any deep knowledg …
0
votes
1answer
21 views
How do I pass the HTTP username from Apache to Mongrel/Rails?
The goal: running a Rails application on Mongrels, allowing access through Apache after doing basic HTTP Authentication
The problem: reading the supplied username from within Rail …
0
votes
5answers
81 views
Ruby on Rails getting HTTP 500 with no error logged (hosted on Media Temple)
Hi,
I am trying to deploy my Ruby on Rails application on Media Temple. The application starts fine (Mongrel starts up fine) but I keep on getting a HTTP 500 error.
The problem …
1
vote
1answer
52 views
Does Rails 2.0 do IPv6 well?
I'm using mongrel + apache 2.2 + mod_proxy_balancer.
apache2.2 is IPv6 well http://httpd.apache.org/docs/2.2/en/bind.html#ipv6
Does Mongrel do IPv6 well?
Platform:RHEL ruby:1.8. …
0
votes
0answers
21 views
Sending USR2 to mongrel_rails sometimes results in an “Address already in use” on the restart
We have a rolling-restart mode for our mongrel cluster that sends a USR2 signal to each running process.
This works great, most of the time. But very occasionally the mongrel proc …
0
votes
1answer
20 views
capistrano not restarting, stopping but update is working
I recently changed machines, and had a few rough spots updating Rails. The server itself stayed as it was. Everything seemed to be fine, but not capistrano. When I make changes and …
0
votes
3answers
209 views
Problem starting development server - ruby on rails
Hi
I've recently upgraded to Rails 2.3.2 with Ruby 1.8.7. Whenever I start the server like this:
cd /myproject
script/server
It hangs. After I cancel it the only error informat …
0
votes
1answer
63 views
Ruby on Rails Application and Mongrel Failing to Start
Hi Group,
I have a Ruby on Rails (Rails v2.0.2) application which I have developed using Netbeans 6.1 on Mac OS X.
When I tried to run this application this evening (it was worki …
0
votes
2answers
46 views
Cannot start Mongrel Server
Hi everyone,
I can't start mongrel server. When I have a look at log file, it tells me that the address that I wanted to use is not available. I tried to check if there were some …
0
votes
1answer
33 views
apache2.2 x mongrel proxy error
I user apache2.2 mod_proxy_balancer + mongrel + rails2.3
Following error is occured.
"proxy: Error reading from remote server returned by"
I set this my httpd.conf
SetEnv force-p …
0
votes
1answer
52 views
how do i set up a load balanced Rails web server using mongrel, lighttpd and iis on windows 2003
I understand that this is not the perfect environment for doing this but please stick with me and help if you can...
The set up I want to achieve is to have my rails application r …
1
vote
3answers
235 views
Should I user Apache or Nginx & Passenger or Mongrel for my Rails application
Hello,
I have a Ruby on Rails application that will be a CMS in way which means it's mostly DB intensive. I expect it to have decent amount of traffic so before designing I'm choo …
