Tagged Questions

0
votes
1answer
16 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 …
1
vote
1answer
51 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
13 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 …
2
votes
3answers
89 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
6answers
74 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 …
0
votes
1answer
50 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
1answer
17 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
1answer
32 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 …
1
vote
3answers
196 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 …
0
votes
2answers
32 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
26 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
4answers
475 views

gem install of mongrel

I initiated myself into rails development yesterday. I installed ruby 1.9.1 , rubygems and rails. Running 'gem install mongrel' worked fine and ostensibly installed mongrel too. I …
1
vote
1answer
221 views

Running Sinatra app with Mongrel on Windows

I'd like to start a Sinatra app from Mongrel on Windows, rather than Sinatra starting Mongrel in the background. Is there a simple way to use Mongrel for Sinatra? It's looking fo …
1
vote
3answers
306 views

How to implement a progress bar in Ruby?

We want to implement a progress bar for file uploading in one of our Ruby application. This needs to show the exact percentage of the upload. However, despite our best efforts we c …
0
votes
3answers
198 views

How to run rails website permanently on Mac OS X

Hello guys, i've developed small web app for personal use with Ruby on Rails. Now when i want to use it I open Terminal and run ruby script/server to run mongrel then i go to Safar …

1 2 3 4 next
15 30 50 per page