3
votes
2answers
229 views

404 Not Found error in deploying rails 3.2.12 app (with engines) to SUB URI on nginx/passenger

We need to deploy a rails 3.2.12 app to sub uri nbhy on a ubuntu 12.04 server. The rails app has 3 engines and one of them is authentify which is for user authentication. The main app's root pointing ...
0
votes
1answer
49 views

Bundler on production server can't find any gems

I am using passenger + nginx to deploy a rails app. The problem I am having is that bundler is not finding any gems when it tries to install them. For instance, I am getting this error: Could not ...
1
vote
2answers
104 views

403 Forbidden when using nginx + rails + passenger

I am getting a 403 when I try to access my rails app running on top of nginx and passenger. Here is the error from the log file: 2013/05/09 13:52:34 [error] 27787#0: *1 directory index of ...
0
votes
0answers
47 views

How to setup routes.rb correctly for a sub uri deployment for rails 3.2.12 app?

We want to deploy our rails 3.2.12 app under sub uri nbhy on utuntu server (12.04) with passenger (4.0.1) and nginx(1.4.0)(using passenger_base_uri). Here is the routes.rb in rails app: root :to ...
0
votes
1answer
61 views

passenger_base_uri not working on passenger 4.0.0rc4

We are running ruby 2.0.0-p0 with passenger 4.0.0rc (nginx/1.2.7) on ubuntu 12.04 server in production (rails 3.2.12). Just notice that the passenger_base_uri in our nginx.conf is not pointing to the ...
0
votes
0answers
66 views

Rails server return “404 Not Found” after user login

Our rails 3.2.12 app is running on ubuntu 12.04 passenger/nginx server. It has been verified that both nginx and passenger are running fine. However after user login, there is 404 Not Found page ...
-1
votes
1answer
48 views

Invalid Operation Error when rvmsudo apt-get on ubuntu 12.04.1

We are using rvm 1.19.0 to install libcurl4-openssl-dev (for passenger and nginx for rails). However there was an error. Then we run the following as suggested: $export rvmsudo_secure_path=1 Now ...
1
vote
2answers
113 views

passenger nginx module service name registration in ubuntu 12.04.2 lts

I am in need to register passenger nginx module as service in ubuntu and it need to start automatically, in the case of system reboot or shutdown.
1
vote
1answer
381 views

passenger-install-apache2-module: It looks like something went wrong

I'm using Amazon web service(ubuntu 12.04.1 LTS) and using Ruby 1.9.3 with RVM (single-user installed) I installed passenger with rvmsudo gem install passenger and I tried to rvmsudo ...
1
vote
1answer
308 views

phusion passenger nginx module installation error on ubuntu server (12.04.2) 64 bit due to g++ --> internal compiler error

sudo passenger-install-nginx-module -------------------------------------------- Where do you want to install Nginx to? Please specify a prefix directory [/opt/nginx]: ...
0
votes
2answers
187 views

Passenger not showing some images Rails 3.2.11

Ok, so I have Ruby on Rails running on an CentOS server and it's working fine. Currently trying to migrate the same app to a Ubuntu server which is working except for a particular folder of images, ...
0
votes
1answer
68 views

passenger + apache on ubuntu 12 strange behaviour with SHH

I have ubuntu 12.10 server with rvm + rails + passenger + apache installed. I have a strange problem: When I am on ssh session via putty on windows, the application is working normally. After I close ...
1
vote
0answers
130 views

passenger-spawn-server load error

I have been struggling for hours now and can not find an appropriate answer on the internet. I have tried to upgrade ruby1.8 to 1.9.3 but with no luck. Ruby 1.9.3 is installed, but my rails app ...
0
votes
3answers
555 views

Redmine installation does not work with apache passenger

I've installed redmine 2.1 on a server (Ubuntu 12.04 LTS) which now produces the 500 Server error message. I've configured to use apache passenger and installed via xxxx:/usr/local/vhost/redmine# ...
1
vote
2answers
116 views

passenger + nginx fails when I disconnect from terminal

I use Ubuntu 12.04 LTS, rvm, passenger and nginx installed by passenger. I connect to my server with Putty, start nginx via init.d/nginx and my Rails application works well. But when I disconnect ...
1
vote
0answers
59 views

Rails 500 Error Log: autoupdate.php and phpMyAdmin doesn't exist

I'm getting an Rails 500 Error. Checking the Error Logs it says: autoupdate.php does not exist... phpmyadmin does not exist... Server-Setup: Ubuntu 12.04 LTS Apache PhusionPassenger Mysql (but I ...
0
votes
1answer
276 views

Error 404 when Rails welcome page tries to fetch rails.png in Nginx + Passenger

I'm using the following configuration: Ubuntu 12.04 desktop i386 Ruby 1.9.3p327 Rails 3.2.9 NodeJS 0.8.14 Nginx + Phusion Passenger I followed these steps: Crate a new Ubuntu virtual machine to ...
1
vote
1answer
192 views

Ubuntu | Passenger | Rails - Could not find rake-0.9.2

I`ve managed to deploy the application to a Linode server, boot up apache & get to the index page. However everything beyond that throws the error below: Error message: Could not find rake-0.9.2 ...
0
votes
1answer
471 views

Ubuntu - Apache - Rails - Passenger - Spawning error

I've got the error where passenger complains that: *** Passenger ERROR (ext/common/ApplicationPool/../SpawnManager.h:220): Could not start the spawn server: /usr/local/rvm/gems/ruby-1.9.3-head/ruby: ...
0
votes
1answer
364 views

Error with Phusion Passenger while setting up Rails on Ubuntu Server

I need help getting a rails app running on an Ubuntu 11.10 Server. I have been at it for about 2 days and can't get past the part shown in the screen shot here. I have rvm, rails, ruby, capistrano, ...
0
votes
2answers
568 views

Nginx: Couldn't forward the HTTP response back to the HTTP client

I have a server with the next components: Ubuntu 12.04 Nginx 1.2.2 Passenger 3.0.15 I'm running a Ruby on Rails app on this server. Now in my error.log of Nginx I found this error popping up ...
0
votes
0answers
34 views

RedirectMatch does not work in production env (Passenger)

When I switch to production mode (RailsEnv production) in my passenger props of the Apache2 configuration then all of my RedirectMatch rules are not applied. How can that be? Thank You I'm using ...
0
votes
2answers
541 views

Permission Denied for Rails assets directory

I've been searching for an answer online for awhile. I am running an app on Ubuntu/Apache/Passenger. I'm receiving a "permission denied" error to my assets folder. My file are located in the home ...
1
vote
1answer
143 views

How to install Passenger 3.0.11 with Apache2 on Ubuntu 11 (on VPS Server)?

Seeking help on passenger install. I have VPS with Ubuntu 11 pre-installed with it. Rails (Rails 2) app and gems and all rubies are installed under user xuser that is also added to sudoers. I've ...
0
votes
1answer
237 views

Ubuntu Installing Nginx Behind Proxy Issue

I would like to install Nginx with Phusion Passenger support I have: Ubuntu 12.04 LTS ruby-1.9.3-p194 Rails 3.2.7 I am behind the proxy(http://10.10.16.8:3128) test@U205-UBUNTU:~$ ...
1
vote
1answer
612 views

mod_passenger “Cannot connect to Unix socket” error

I'm trying to access a couple of Rails apps (Redmine, toto) running in Apache by way of mod_passenger and get the following error in my Apache error logs: [ pid=11154 thr=3076008592 ...
1
vote
2answers
2k views

Passenger Error: No such file or directory - config/environment.rb

I am trying to deploy my first rails app onto an Ubuntu/Apache/Passenger server, deployed with Capistrano. I have setup a virtual host to point to a directory where all my rails apps will live: Here ...
0
votes
1answer
1k views

Phusion Passenger + NGinx with Rails 3

indexI am trying to deploy a simple Rails 3 app on a AWS EC2 with a Ubuntu 12.04 64 bit AMI. I followed the steps in the Phusion Passenger NGinx install page. I also used RVM which was installed ...
0
votes
1answer
659 views

Passenger fails to generate webpage

I've really been struggling to get my webserver running on my computer. I am running: ruby 1.9.3 rvm 1.14.2 (stable) gem 1.8.24 on a ubuntu server with apache and passenger. I am able to get to my ...
1
vote
1answer
435 views

Rails3.2+Passenger3+Apache2+RVM on Ubuntu

I'm struggling to get passenger+rvm+apache+rails working. When opening the page, I get the following error-message from Passenger: Ruby (Rack) application could not be started These are the ...
0
votes
1answer
422 views

Debugging Rails with Passenger and Apache

Some of the threads I was following seem old, so maybe what I am trying to do has been superseded by something else--if that is the case, please let me know! I just reinstalled a Rails app on a new ...
3
votes
1answer
252 views

phusion passenger not seeing environment variables?

We are running ubuntu servers with Nginx + Phusion Passenger for our rails 3.0x apps. I have an environment variable set in /etc/environment on the test machines: MC_TEST=true If I run a console ...
1
vote
0answers
142 views

My install of passenger/apache2 wont display pages outside of public folder [closed]

First off I am on Amazon ec2 on ubuntu 12.04. I am trying to get a basic setup of Apache2/passenger/rails going. Apache version installed is 2.2.22 (installed with apt-get install apache2), I have ...
0
votes
2answers
288 views

Passenger crashes, hangs at apache start

On a fresh installation of Ubuntu, with Ruby/Rails/RVM with Apache via Passenger, apache will come up on a clean reboot, but crash at the first request to the Rails app. I have done all of this many ...
1
vote
1answer
205 views

Phusion passenger - what do I actually do after intsalling it?

I am using Ubuntu 10.04 on linode, and I have installed apache2 and Rails 3.2.2. My application works fine on example.com:3000 I have followed the instructions to install Phusion passenger here: ...
2
votes
1answer
1k views

Capistrano failed - no current directory / bundle: not found / rolling back

Recently I moved one of my rails application to a newly configured EC2 ubuntu instance. Runs same ruby version as older server, apache with passenger. But I still couldn't get application deployed to ...
0
votes
2answers
291 views

What's passenger-common for passenger-nginx installation on ubuntu 10.04 LTS?

We are following the direction here on brightbox.net to install the phusion-passenger on ubuntu 10.04. The sudo apt-get update seems fine with the output: Get:2 http://ppa.launchpad.net lucid Release ...
1
vote
1answer
61 views

How do i use two versions of passenger on the same server?

Ok so i just launched a ubuntu instance that I installed rvm and passenger to launch my rails application ..the problem is that I now need to have two applications and 1 needs ruby 1.9.2 and one needs ...
0
votes
1answer
2k views

Phusion Passenger not starting: “sudo: passenger: command not found”

I'm running Ubuntu 11.10 server and successfully installed Phusion Passenger. I'm getting the following errors when I try to start it: christy@beast0:/$ passenger status Phusion Passenger Standalone ...
0
votes
3answers
530 views

Rails 3 - doesn't load pages (nginx doesn't start)

I'm sorry for my noob question, but i really don't understand what is wrong! I want to run my app on vds. So, for that i use next: Ubuntu 10.04 PostgreSQL 9.1 Rails 3.1.3 Ruby 1.9.3p27 Nginx 1.0.11 ...
1
vote
1answer
273 views

What file permissions or configurations for CarrierWave in production for Apache2/Passenger?

I'm running an application using Rails 3.1.3, Ruby 1.9.2, Passenger 3.0.11, Apache2 2.2.14, CarrierWave 0.5.8, and Ubuntu 10.04. The user of this application is uploading images to the directories ...
1
vote
2answers
456 views

Error installing nginx with passenger-install-nginx-module on ubuntu 11.10 & rails 3.1.0

Here is the error message from installing nginx with passenger-install- nginx-module (rvmsudo). The nginx is 1.0.6 installed under /opt/nginx (default). gem install passenger successfully prior. ...
1
vote
0answers
372 views

Ruby (Rack) application could not be started - Passenger (3.0.9) error for rails 3.1.0 app on ubuntu and nginx (1.0.6) after deploying

Here is the error saying bcrypt was not loaded. The rails app is not using the Devise for authentication and gem bcrypt is not in Gemfile. Sometime, the webserver throws out the error saying spawn ...
3
votes
3answers
2k views

Openssl support for ruby not found in passenger installation on ruby 1.9.2 with ubuntu & rvm

Here is a strange problem. In irb, require 'openssl' return true. Went into subdir returned by 'which passenger-install-nginx-module' and executing the passenger-install-nginx-module. It returns that ...
1
vote
0answers
571 views

ERROR: Phusion Passenger doesn't seem to be running after re-deploying rails 3.1.0 app on utuntu & nginx 1.0.6

The passenger (on ubuntu & nginx 1.0.6) is not running after re-deploying rails 3.1.0 app. The error is the same (ERROR:Phusion Passenger doesn't seems running) after executing "bundle ...
0
votes
0answers
477 views

Could not spawn server - Phusion passenger error

Here is a passenger error logged in nginx error log. The web server is not available (saying could not spawn server...) because of this. However it seems that the server recovered itself after a short ...
0
votes
2answers
363 views

Passenger just showing directory in Apache

I am trying to use Passenger to deploy a rails app on Ubuntu with Apache. I've followed pretty much every guide I could find on configuring Passenger with Apache/Ubuntu. However, when I go to the ...
4
votes
2answers
2k views

Phusion Passenger Ubuntu 11.10

I just upgraded to ubuntu 11.10 and I have a problem starting phusion passenger. I get the following error: /usr/bin/ld: ...
4
votes
2answers
4k views

Installing Passenger when Nginx is already installed; Possible?

Rather a simple question I believe, is it possible to install passenger when nginx is already installed on your webserver? If the answer is Yes, I already performed these actions: At this very ...
0
votes
1answer
940 views

Why is passenger not finding my rails root

I have a rails application that i need to be in a subdirectory of an existing application I am trying to deploy this rails application to a sub directory using the help of this link Here is my ...

1 2