Questions tagged [phusion-passenger]

Phusion Passenger (originally called mod_rails or mod_rack) is a Rails application server designed for easy deployment and low maintenance hosting of Rack apps, including Rails, Sinatra, Camping, and other ruby-based web development micro-frameworks. Passenger supports both Apache and NGinx webservers and is written in C++.

More about Phusion Passenger: http://www.modrails.com/

482 questions
1
vote
2 answers

apache2 VirtualHost server and passenger behaviour

i've installed a phusion-passenger website in Apache2, the site sits at 192.168.0.50 in my network. here it is the VirtualHost element ServerName my_web_host DocumentRoot /var/www/redmine ServerAdmin…
lurscher
  • 172
  • 1
  • 3
  • 17
1
vote
1 answer

Point domain to rails route

This might not be possible, but I have a nginx server running with one domain x.com, and I have y.com that's pointing to the same server, but I would like that domain to end up running a rails route. So x.com runs /, and y.com runs x.com/2/ - not a…
VNO
  • 121
  • 5
1
vote
1 answer

When you have a server and don't use RVM, do you sudo gem install or just gem install?

When you set up a Linux server with Ruby on Rails on it, and you're not using RVM, is the best practice to sudo gem install [gem] or gem install [gem]. I'm using the second approach, and storing my gems in a user ~/.gems directory and just having…
dan
  • 847
  • 2
  • 9
  • 11
1
vote
2 answers

Cannot start redmine on ubuntu 10.4

When I try to start redmine 1.1.3 I get this error: Missing the i18n 0.4.2 gem. Please 'gem install -v=0.4.2 i18n' However if I do sudo gem list I get: *** LOCAL GEMS *** actionmailer (2.3.5) actionpack (2.3.5) activerecord (2.3.5) activeresource…
Nicklas A.
  • 211
  • 1
  • 9
1
vote
2 answers

Strange error when using Rails with Passenger

I get the following Passenger error: undefined method `post_reset' for Gem:Module Someone knows what this could mean? Thanks!
trnc
  • 688
  • 1
  • 12
  • 31
1
vote
1 answer

Post requests failing intermittently on a particular network route ~ wtf?

This is a complete head-scratcher. I've got a Rails application running on Passenger. I've tested the services from several different clients (via curl) and found them performing perfectly. EXCEPT for one particular client (which just happens to be…
1
vote
2 answers

Rails app (Redmine) on Phusion Passenger

I've installed mod_passenger for Apache on my Linux box. The module has compiled correctly and Apache seems to be loading it correctly (no errors with this side of things). BUt when I set up a vhost to point to a Rails app (Redmine project…
Dougal
  • 21
  • 1
  • 3
1
vote
0 answers

Gitorious 500 Error on adding ssh key

I have configured Gitorious under Nginx and Passenger on Ubuntu. When i try to add ssh key, i get a 500 server error, where gitorious tells me that the responsible personals has been notified. On the server logs we are seeing: TypeError (can't…
Shoaibi
  • 809
  • 1
  • 10
  • 28
1
vote
1 answer

Centos+Apache+Phusion+REE=FAIL

I have been trying to get Phusion Passenger running on 5.6 for the last couple of days with no luck. Initially, I started with Ruby 1.9.2 under RVM since the default Ruby on RHEL-based distros is quite old. I got everything installed OK but ran into…
Blu Dragon
  • 113
  • 5
1
vote
1 answer

Installing both rails2 and rails3 on the same server

I have a VPS running debian lenny, and I currently am running a Ruby on Rails application that uses Rails 2.3.5. This application works fine by itself, and uses Apache 2.2 with mod_rails. I would like to additionally install another Ruby on Rails…
1
vote
3 answers

Phusion Passenger Installation Not Working

I've been trying without success to install the Nginx version of Phusion Passenger (mod_rails) on my server by using the command gem install passenger followed by passenger-install-nginx-module. Everything goes smoothly, until I get the below error…
Luke Crowe
  • 11
  • 2
1
vote
3 answers

I Can't Get Ruby on Rails + Passenger + Apache to Work

I'm sorry if this is a stupid question, but I can't get Ruby on Rails to work on my Apache server. I'm using Phusion Passenger (mod_rails, mod_rack) for app deployment. Here is my RoR-specific configuration code in my website's Apache…
Luke Crowe
  • 31
  • 1
  • 4
1
vote
0 answers

Keep getting 500 Internal Server Error when using Passenger

Every time I restart my server, which is a MediaTemple VPS, our Redmine installation, which is powered by Passenger through Apache, starts giving out 500 Internal Server Errors. It usually starts working again when I restart Apache, but it's become…
Kudu
  • 247
  • 2
  • 4
  • 8
1
vote
1 answer

Installing Passenger on ubuntu for ruby 1.9 and rails 3, problem with rvm

I am installing passenger on a Ubuntu server 10.04.2. following this tutorial. When I arrive to the step to install nginx rvmsudo passenger-install-nginx-module I have the following error: Your RVM wrapper scripts are too old. Please update them…
Sylario
  • 99
  • 1
  • 11
1
vote
1 answer

2 versions of nginx installed

I had nginx 0.8.54 installed on my Ubuntu 10.10 dev machine with php fastcgi all set up and working. I wanted to start doing some Rails dev so I tried to install Passenger into my existing nginx install. Now everything seems all mixed up. My…
brendan
  • 158
  • 7