Passenger is an application server for Rack and WSGI applications that can be run standalone or as an Apache or Nginx module.

learn more… | top users | synonyms (1)

0
votes
0answers
8 views

Running Rails app on LAMP envrionment with Passenger

I have LAMP environment and I want to run my Rails application on it with Phusion Passenger. Is it ok to install the Passenger module and configure this as virtual host in the same server? Would it ...
0
votes
1answer
5 views

passenger don't run on app path 'Could not find passenger'

running passenger on the app path (e.g /home/my_app/rails) as such: rvmsudo passenger start raising error dependency.rb:247:in `to_specs': Could not find passenger ...
0
votes
1answer
16 views

setting up nginx.conf file

I have a vps with passenger and nginx installed and I am trying to get my app deployed, however, I'm getting 404 error. In the VPN my app is located in: ~/app1 so in my nginx.conf file I have the ...
1
vote
1answer
17 views

Determining cause of excessive memory usage in Passenger instance

I have a Rails app that occasionally has Passenger instances using massive amounts of memory. For example, most instances of the app consume 150-250MB of RAM, but there is currently one that is using ...
0
votes
0answers
12 views

rails app on nginx+passenger not showing custom error pages

I have a Rails 2.3 app running on nginx 1.2.0 and passenger 3.0.7. I would like to have the custom error pages in the rails app (e.g. /rail_app/public/500.html) be displayed when the appropriate http ...
0
votes
1answer
8 views

Phusion Passenger set Environment for subdomain using same document root

I have a subdomain "staging.website.com" and "website.com" which I want to use the same app for but in different environment modes "closed" and "staging". I have the following vHosts set up in ...
1
vote
2answers
34 views

passenger 4.0 standalone not starting when using jruby under rvm

Passenger 4 claims to have support for jruby. When I change into my jruby project directory, execute rvm use jruby and proceed to passenger start it state that the Ruby development headers cannot be ...
0
votes
1answer
30 views

Setting the path for the root directory in a rails application

I am using nginx and passenger to deploy my rails app. I followed the steps given at http://www.modrails.com/documentation/Users%20guide%20Nginx.html#deploying_rails_to_sub_uri to deploy my app to a ...
0
votes
0answers
9 views

Asynchronous requests rails apache/phusionpassenger

I've implemented a controller method which makes a couple of requests to an third parry API, which is quite slow. Further I've utilized one of Thin's asynchronous features: # This informs thin that ...
0
votes
0answers
10 views

Apache errors on RoR app installation to a remote server

I have ruby 1.9.3, passenger, apache2 installed on the remote server. The server is giving me forbidden response. When I start apache server, I get the below errors apache2: Syntax error on line 210 ...
1
vote
1answer
15 views

Capistrano Rubber Phusion Passenger Enterprise Config

I am having a little trouble editing the Capistrano Rubber recipes to include the Phusion Passenger Enterprise edition instead of the open-source module. The problem starts with the fact that the ...
0
votes
2answers
25 views

Too Many Redirects: passenger+nginx SSLRequirement

I have an old rails 2.3 app that I'm in the process of moving to nginx+Passenger (from Apache+Passenger). Nginx is configured for SSL and appears to be functioning correctly, except I am getting ...
0
votes
0answers
16 views

Session Management between different application and servers

I have a Ruby on Rails app running on phusion passenger server which I want to enhance with a Java app running on Apache Tomcat. How do I manage sessions between these two applications? Or is there a ...
0
votes
0answers
11 views

The application spawner server exited unexpectedly: Connection closed - Passenger

I've been stuck on this for a few weeks and I've run out of ideas. I am trying to move two Ruby sites to a new server. One is working flawlessly and the other gives the Connection closed error. It ...
0
votes
1answer
21 views

Apache2 multiple name-based virtual hosts on one machine with rails/rack

Am stuck on configuring apache to serve up two different sites with Name based virtual hosts at: http://experimental/ and http://api.experimental/ On one machine this setup works fine, and ...
2
votes
1answer
33 views

nginx reverse proxy setup resulting in strange access-control-allow-origin issue

I have a Rails application setup on Nginx/Passenger on Ubuntu. Recently I added Faye running on Thin which requires adding a reverse proxy server setup in my Nginx config. I managed to get this to ...
1
vote
1answer
86 views
+150

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
0answers
20 views

Phusion Passenger not able to find modified gems

I did some modifications in linkedin gem, in development enviroment its working good. In production mode Phusion Passenger not able to find modified gem, getting following error. Error message: ...
0
votes
0answers
11 views

Passenger reading .htaccess from outside rails documentroot

I have a rail3 application running on apache2+phusion_passenger. Everything was working pretty much smoothly till a couple of days back when I suddenly started getting the following error: [Mon May ...
0
votes
0answers
15 views

nginx proxy_passing to Apache w/ Passenger running Ruby-Application returns ActionController::RoutingError (No route matches /subdirectory):

i am currently facing a problem which is imho beyond my scope. I have a server running Apache with Passenger serving a Ruby-Application in Production mode. DocumentRoot of the server is set to ...
0
votes
2answers
30 views

Upgrade Phusion Passenger without reinstalling Nginx

Is it possible to upgrade Phusion Passenger to a newer version when it is already running (with Nginx in my case)? I installed Passenger 4.0.0.rc6 using passenger-install-nginx-module. My Nginx ...
1
vote
0answers
29 views

Ruby on rails, passenger getting handshake error

Any clues why I would be getting the following error when trying my application with apache/passenger/mysql while the same runs fine with webtrick? [ 2013-05-12 01:39:31.3313 26429/7f0535e4b700 ...
0
votes
0answers
19 views

Ubuntu 10.04 Rails Configuration: Bad Phusion Passenger Link

I am getting a 500 Internal Server Error when browsing to my Rails app's main directory. My Apache error log is giving the below information. I have researched the errors given and did not find any ...
0
votes
0answers
13 views

Rails deserializing issue with phusion

I am storing objects in DB serialized in YAML format. The object deserializes perfectly fine in development mode.[bundle exec rails server] But, as soon as I load the web app through apache and ...
0
votes
0answers
31 views

rake aborted! undefined method `mtime' for nil:NilClass

I am hitting a rake aborted! undefined method `mtime' for nil:NilClass error when trying to precompile a Rails / Joosy / Foundation 4 app with Phusion Passenger. The command I am using is ...
0
votes
1answer
41 views

Foundation 4 | Rails | Passenger — Invalid CSS after “ *”: expected “{”, was “= require found…”

I'm trying to get my rails app running under passenger and am stuck at the following error. rake aborted! Invalid CSS after " *": expected "{", was "= require found..." (in ...
0
votes
1answer
33 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
32 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
14 views

Import with Excel File On Production

I will import data from excel folder, I'm using spreadsheet gem. Here's on controller : def import test_file = params[:excel_file] file = ExcelUploader.new file.store!(test_file) book = ...
0
votes
1answer
23 views

How do you detect the issue causes Passenger application instances keeps consuming more and more memory?

Here it comes: I have a Rails application running on a RedHat server. I use Passenger Standalone v3.0.19 to serve it. The database is MySQL. Recently I found that some of the Passenger Application ...
1
vote
0answers
34 views

Error in post2/implementation.cpp: 1156 with passenger 4.0.2 and Ruby 2.0.0

I had deployed a Sinatra App using passenger gem version 3.0.19 on Ruby 1.9.2-p290 and it was working fine. When I upgraded my Ruby to 2.0.0 and passenger to 4.0.2, I am getting this line in ...
0
votes
0answers
25 views

RVM, Passenger Standalone, Mac OS X, and launchd, was able to source my env before OS X 10.7.5 update

I already posted this on serverfault but perhaps that was the wrong place since there was no response.... In the past (March 2013) I was able to run this plist file and source my .bash_profile to get ...
1
vote
0answers
13 views

Creating a separate log for each Passenger process in a Rails app

I'm trying to determine the cause of high app server instance memory usage and to do so I need a separate log for each running Passenger process (e.g., production_18204.log). Is there a simple way to ...
1
vote
1answer
113 views

Redmine 2.3, ruby 2.0.0, nginx 1.4.1 with passenger 4.0.2 all HTTP POSTs fail

I'm new to nginx and am attempting to run Redmine 2.3 using ruby 2.0.0, phusion passenger 4.0.2 and nginx 1.4.1. This is compiled from the passenger-install-nginx script on an ARMv5te system in Arch ...
0
votes
1answer
29 views

How to configure SSL termination on Nginx with a Rails application

I get my SSL request through a load balancer which is performing SSL termination and sending the decrypted traffic to my server on port 81. I'm running Nginx and have setup a listener to the port 81 ...
0
votes
2answers
24 views

Nginx with Phusion Passenger URI routing

This is my Nginx Server config file server { listen 80; location /node { proxy_pass http://127.0.0.1:8080; include ...
0
votes
1answer
39 views

Error deploying Ruby on Rails Application using Passenger

I am receiving the following error while deploying my rails application. What does this mean and how can I fix it? The application worked on my local machine. The only difference is that I don't have ...
1
vote
0answers
13 views

URL-encoded paths differs by webserver-setup and same rails app

I'm experiencing issues, that Urls with unicode multibyte characters are escaped differently depending on webservers running all the same Rails 3.2-app: Having this url: ...
0
votes
0answers
29 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 ...
1
vote
2answers
52 views

Rails Error: Unable to access log file And ActionView::Template::Error Permission denied

I'm deploy my app with capistrano on centos (apache + passenger), when access my web I got `HTTP 500 (Internal Server Error)' and check error_log file , here's error look likes : DAV/2 ...
0
votes
1answer
44 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
1answer
26 views

haml_coffee_assets/configuration.rb:28: odd number list for Hash (SyntaxError) || Rails/Passenger/Dreamhost

I have been fighting to get a rails app working under passenger in a shared dreamhost server. My latest error is as follows. $ rails console ...
0
votes
0answers
52 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 ...
0
votes
1answer
24 views

Remove Port Number from URL Thin Server 1.5 with Rails 3

I have a small Rails app currently being served (dev and production) by Thin server on port 3000, on a Debian box that also has apache2 running, serving PHP applications. I am not certain if this is ...
18
votes
1answer
1k views

uninitialized constant ActionDispatch::Session::EncryptedCookieStore (NameError)

i'm on rails 4 with passenger. everything was working great until i did a bundle just now. now i'm hitting the following error: Web application could not be started uninitialized constant ...
4
votes
2answers
1k views

Nginx rolling restart of Rails app with capistrano

For the life of me I can't figure out how to make this work properly. The problem is similar to what others have, such as: How to do a rolling restart of a cluster of mongrels We, however, are using ...
22
votes
3answers
2k views

Why should I care about RVM's Gemset feature when I use Bundler?

I just don't get it. I thought, Bundler was developed to resolve version conflicts between gems. So that I just have to require "bundler/setup" and everything is fine, knowing that Bundler will load ...
119
votes
2answers
19k views

Ruby on Rails Server options [closed]

The whole issue of setting up a development server for my Ruby on Rails application confuses me. There are WEBrick, Mongrel, Passenger, Apache, Nginx and many more I am sure, and I dont really ...
2
votes
1answer
987 views

One rails application for multiple domain names

I have one rails application needed to be deployed by passenger module nginx. This application needs to be served for hundred domain names. I don't have enough memory to launch hundred rails ...
2
votes
1answer
792 views

Rufus scheduler not logging in production

My rails app kicks off a process with rufus-scheduler in an initializer. Here's a stripped-down version of the initializer's code: # config.logger isn't available here, so we have to grab it from the ...

1 2 3 4 5 34