0
votes
4answers
121 views
Ruby Interpreter crashes with a certain word
Ok, this one's a little ridiculous, and I'm almost afraid no one will believe me. But here it goes:
I have written a Ruby Rails application that handles content for tons of domains. Now I know this …
1
vote
3answers
66 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 move it to a VPS, …
2
votes
4answers
93 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'd expect from a RoR …
0
votes
1answer
24 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 Rails
Apache:
…
1
vote
1answer
54 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.6
…
0
votes
0answers
26 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 process will shutdown, …
0
votes
1answer
21 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 update SVN, running …
0
votes
1answer
68 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 working fine this …
2
votes
3answers
115 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 knowledge of deploying Rails …
0
votes
1answer
39 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.6
0
votes
1answer
44 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-proxy-request-1.0 1
…
0
votes
2answers
51 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 services using that …
1
vote
3answers
256 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 choosing what servers to …
0
votes
5answers
90 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 is that nothing gets …
0
votes
1answer
20 views
How to ensure SWF is cached by the browser the first time it is downloaded when serving via HTTP and Mongrel cluster?
We have a Rails app that instantiates a SWF object 16 times (it has to do this, it's just the nature of the application). Instead of being downloaded once, it is being downloaded 16 times.
How can we …
