Questions tagged [phusion]

128 questions
0
votes
1 answer

Phusion passenger-status active count is always pointing to zero

I have installed phusion passenger 3 in my apache, which has a memory limit of 5GB and swap of 2GB, when i check the passenger status in the general information the active row always shows zero where as count will be 2 to 3 and inactive will be upto…
0
votes
1 answer

Phusion Passenger, mod_rails rails 2.3 problem

"The application has exited during startup (i.e. during the evaluation of config/environment.rb). The error message may have been written to the web server's log file. Please check the web server's log file (i.e. not the (Rails) application's log…
kristian nissen
  • 2,809
  • 5
  • 44
  • 68
0
votes
1 answer

phusion passenger (3.0.17) + nginx with parallels plesk 11

I am planning to buy an Linux dedicated server for ruby on rails hosting, it uses plesk 11 for server administration. As I read the release notes of plesk 11…
Sam
  • 685
  • 12
  • 34
0
votes
1 answer

Is ruby enterprise edition (REE) is compatible with passenger 3.0.17?

I am using REE ruby 1.8.7 (2012-02-08 MBARI 8/0x6770 on patchlevel 358) [x86_64-linux], MBARI 0x6770, Ruby Enterprise Edition 2012.02 from http://rubyenterpriseedition.googlecode.com/files/ruby-enterprise_1.8.7-2012.02_amd64_debian6.0.deb Is this…
Sam
  • 685
  • 12
  • 34
0
votes
1 answer

Phusion Passenger error with rvm

I have a rails 2 app which Im upgading to rails 3. I installed rvm so I can run both the app at the same time. The rails 3 app works fine. But when I try to revive the rails 2 app I get this error. Processing ApplicationController#index (for…
Constantine M
  • 1,507
  • 2
  • 11
  • 8
0
votes
1 answer

How to fix a misconfiguration with Phusion Passenger and a VirtualHost directive?

I have done this, can anyone tell me why my Rails application isn't loading? hack ~ # cd /www ; rails mysite.com ; cd /etc/apache2/sites-available hack sites-available # cat default ServerName mysite.com …
kinesis
  • 157
  • 1
  • 2
  • 12
0
votes
1 answer

Phusion Passenger + Apache 2 + Rails 3. Works on local network, not when accessed externally

The problem: I have created a Rails project skeleton using rails new TestApp in the /var/www/ directory of my server. The Rails default index.html displays and works properly (i.e., you see the rails logo and when you click on "About your…
Eli Hooten
  • 994
  • 2
  • 9
  • 23
0
votes
2 answers

undefined method `root' for main:Object

My question is, why must I see this error? undefined method `root' for main:Object I get this when I go to my site and see Phusion page of errors. Here is long outputs: Ruby on Rails application could not be started These are the possible causes:…
1 2 3
8
9