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 ...

learn more… | top users | synonyms (1)

2
votes
1answer
821 views

How to change the temporary upload directory nginx/passenger?

When a user uploads /tmp/stream* files are created during the upload. How do I can I change the temporary upload directory from: /tmp to: /home/user/tmp Running: nginx 0.8.53 Phusion ...
3
votes
2answers
650 views

Unable to start the Phusion Passenger watchdog

I'm trying to install Passenger (mod_rails) on Apache2 server by using the command 1. gem install passenger 2. passenger-install-apache2-module Passenger gets installed and i added the below line ...
0
votes
2answers
631 views

NginxHttpAuthBasicModule with Sinatra & Passenger

I'm serving static pages from a Sinatra application using Nginx. I've implemented Basic Authentication for one page on the site using NginxHttpAuthBasicModule, the authentication succeeds but Nginx ...
0
votes
1answer
1k views

Rails program is not being run on apache + passenger - only directory listing

I have successfully installed Phusion passenger + Apache 2 + Rails 3.1 program + git on a linux Debian 6. I ran passenger-install-apache2-module and followed the configuration instructions. I followed ...
0
votes
0answers
17 views

Error encountered when installing Django on DreamHost VPS subdomain running Passenger [closed]

I followed the DreamHost wiki for Django (link) to the letter (as far as I can tell) - shell dump incoming (the relevant parts anyway): /path/to/my/site/directory# wget ...
0
votes
0answers
12 views

Migrate Rails app with passenger, capistrano(with rubber), and ImageMagick to Dreamhost

I have a beta app that a developer has made for my company and I need to clone their work onto another server. I have successfully backed up the MySQL database to another server and copied all their ...
0
votes
0answers
22 views

launchd allowed me to source my .bash_profile and run rvm but now after an os x upgrade this is broken

In the past (March 2013) I was able to run this plist file and source my .bash_profile to get rvm to load as a function and pull in my default ruby 1.9.3 but now the process just uses the system ruby ...
0
votes
1answer
988 views

Nginx with Passenger setup problems

I'm trying to setup nginx webserver with Passenger support for Ruby on Rails application on Ubuntu 10.04 (on sub URI). All went fine until I tried to access the server/application from the browser. ...
0
votes
1answer
40 views

Can we configure HTTP response code headers?

We're stumped. We're getting a new header in our Apache httpd + Passenger web server we didn't expect. We have a sensitive web client reading this we cannot modify at this time. Can we modify this ...
2
votes
2answers
2k views

Redmine install not working and displaying directory contents - Ubuntu 10.04

I've gone through the steps to set up and install the redmine project tracking web app on my VPS with Apache2 but I'm running into a situation where instead of displaying the redmine app, I just see ...
0
votes
1answer
855 views

Rails 3 passenger nginx application spawner server error on Synology NAS

Question updated, please read UPD2. I'm trying to deploy app through passenger nginx module on DS710+ (ruby 1.9.2p0 installed). There is syntax error relative to ...
0
votes
1answer
25 views

Rails 3 with Thin Server - Removing Port 3000 from URL

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 ...
0
votes
0answers
11 views

After migration: Ruby code sees method as undefined, ran fine previously [migrated]

So my Odyssey of fixing a broken ruby setup is not yet quite over. I'm now running a passenger server, and ruby 1.8.7 with rails 2.2.2, since there's a legacy installation that requires it. This ...
3
votes
1answer
670 views

502 Bad Gateway error after failed requests using Passenger

I've got a staging server running nginx 1.0.5 using Rails 3.1 under Passenger 3.0.9. The problem is that a request sent just after one where there's an application error return 502 Bad Gateway. To ...
0
votes
0answers
16 views

Is it possible that SQLite has locking issues due to being on a VPS?

I've had a SQLite driven (ruby on rails) site running for a while now on a dedicated server without any major issues and now I'm thinking of moving it to a VPS. But when on the VPS the site randomly ...
3
votes
1answer
221 views

Why is my Rails application hanging?

I have a Rails application of moderate complexity running under Apache/Passenger which becomes unresponsive after periods of idleness. It takes several minutes to respond, but can be temporarily ...
1
vote
0answers
44 views

TCP 443 Connection goes into server but never reaches Apache2 (Passenger)

We have some weird problems, when external servers try to connect to our Website on Port 443(TCP) which is an Apache2+Passenger and a Rails Application. The problem only happens rarely. I started to ...
3
votes
1answer
709 views

Rails Passenger Nginx cannot load such file — bundler

I have set up Rails, Passenger, nginx, and PostgreSQL on Ubuntu Server 12.04LTS. Upon trying to access the application/website, however, I am greeted with an error page saying that the application ...
0
votes
1answer
43 views

Multiple Rails/Rack apps Nginx one for each subdomain

I just hired a VPS with Ubuntu 12.10 x64. I've managed to get one Rails app running with passenger-nginx. Now I want to run another app as a subdomain, say for example admin.mydomain.com. How can I do ...
0
votes
1answer
40 views

Running roundcube alongside passenger on nginx

I have recently tried to install passenger on nginx. The installation works and everything is good. However I would like to run roundcube webmail on my server as well. Basically my problem is that ...
0
votes
1answer
216 views

Error installing nginx with Passenger on Ubuntu 12.10 for Ruby 2.0.0 [closed]

I am attempting to install nginx to run a Rails site (3.2.13) with Passenger (4.0.0.rc5) on Ruby 2.0.0-p0 via RVM. I have successfully installed the Passenger gem, but when running: rvmsudo ...
0
votes
1answer
102 views

Getting Redmine integrated with svn while running passenger as user www-data

I'm having some problems getting passenger and svn to work in Redmine. System Ubuntu 12.04 Apache 2.2.22 PassengerRuby 1.9.1 Passenger 3.0.19 Problem When I let Passenger do it's normal user ...
0
votes
0answers
86 views

Nginx and Passenger: buffering request to tempfile

recently I'm noticing these kind of exception in my nginx error log. [warn] 11443#0: *56057 a client request body is buffered to a temporary file /etc/nginx/client_body_temp/0000000192, client: ...
0
votes
0answers
35 views

Nginx with phusion passenger(3.0.19) failed on ajax post request

I have deployed my rails3 application over Nginx with Phusion passenger. I have tried to make POST request to a controller method, it works fine when method finish execution in a minute. If the ...
0
votes
1answer
33 views

Pass on passenger_base_uri to Rails app

We built a Rails app that consists of the following routes: namespace :api do namespace :v1 do resources ... end end That means, all controllers are reachable via ...
0
votes
1answer
47 views

Duplicate requests with different IPs from client causing duplicate actions in Ruby on Rails 3.2 controller

I have been trying to figure this issue out for a while re-checking my code and searching on the internet, I found some possible answers if the cause was something else but nothing exactly like I have ...
0
votes
1answer
187 views

No data received - Passenger, (52) Empty reply from server

I had setup Elastic Beanstalk for my rails application last month (Passenger). All was good.. but all of a sudden, my servers are not responding well. My application access gives 'No data received - ...
1
vote
0answers
105 views

no server available after deploying amazon ec2 rubber rails app

I am a server / sys admin noob, so any help is greatly appreciated here. I am using Rubber to deploy on amazon ec2. I am deploying a t1.micro istance and have followed the railscast. I tried one ...
-1
votes
1answer
80 views

Use nginx instead of apache with passenger and run rails server [closed]

I have installed nginx with passenger via that manual: http://excid3.com/blog/setting-up-ubuntu-12-04-with-ruby-1-9-3-nginx-passenger-and-postgresql-or-mysql/#.UPhH2Cd0kZc but after server restart ...
1
vote
1answer
49 views

How can I make apache use PHP over passenger by default?

Here's my setup: I have an apache server running a number of virtual hosts, each of them using PHP. I now have a rails app I want to install to a subdirectory for one of the sites (a subdomain would ...
0
votes
0answers
106 views

Phushion passenger prematurely closes connection to nginx

I'm getting the following error with passenger-3.0.19 and ruby-1.9.3-p374: 2013/02/12 16:38:56 [error] 28822#0: *27154 upstream prematurely closed connection while reading response header from ...
1
vote
1answer
87 views

Sporatic 502 errors with Ruby on Rails site running on Nginx

My Ruby on Rails site is throwing sporadic 502 errors. It is running on Nginx, installed with Passenger, and is hosted on a server running Ubuntu 10.04. It seems that the errors are becoming more and ...
0
votes
0answers
36 views

PATH variable not what I'm expecting - apache2 + passenger on OS X Mountain Lion

I've installed passenger via Apache on Mac OS X Mountain Lion and it's looking sweet. I've managed to get some of my web applications working fine, but I've come across one or two which aren't ...
-1
votes
2answers
704 views

Passenger not booting Rails App [closed]

I'm at the end of ability, so time to ask for help. My hosting company are moving me to a new server. I've got my own VPS. It's a fresh CentOS 5 install with Plesk 9.5.2 Essentially Passenger just ...
1
vote
0answers
75 views

Problems with apache2 and SSL not load files CSS and JS

I have an application in Ruby on Rails 3.2.8, and I'm using passenger-Nginx as Web Server on port 3037 with Apache2 and SSL using ProxyPass and ProxyPassReverse. My problem is, when load in chrome or ...
0
votes
1answer
45 views

have redmine running on apache2 with passenger

I am trying to have redmine running on my Ubuntu 12.04 / Apache/2.2.22 server. I am following this documentation which worked just fine on my laptop, but can't get it to work on my aws webserver. I'm ...
0
votes
0answers
75 views

Rails Deployment: Phusion passenger problems

I'm using the following for my rails app. ruby 1.9.2p180 (2011-02-18 revision 30909) [x86_64-linux] Rails 3.0.5 Phusion Passenger version 3.0.5 The app sits in a 4GB RAM linux box. I recently ...
0
votes
0answers
40 views

should stopping nginx always cause Phusion Passenger processes to be killed

I'm developing a rails app and in general just running service nginx stop will cause the Phusion Passenger processes to be killed. But I'm having an instance where this isn't happending (see top -c ...
0
votes
0answers
49 views

mod_ssl and apache cipher suite client connections

Just starting out with managing an Apache server. Running into some issues while trying to integrate with a vendor API. I've verified all of the basic infrastructure issues (DNS, TCP ports, etc.) and ...
0
votes
0answers
56 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
75 views

Issue serving static contents securely via nginx X-Accel and rails send_file

I am trying to serve static contents via nginx & rails using X-Accel-Redirect. My actual static content directort located at rails root folder like this rails_root\books. This is my nginx config ...
1
vote
0answers
89 views

Elastic Beanstalk Rails - Modify passenger config passenger_max_pool_size

I need to increase the passenger_max_pool_size for my Rails application running on passenger. I have used Elastic beanstalk for deployment. Any idea, how to go about this? Is there an optionsetting or ...
0
votes
2answers
44 views

Host mod_rails and mod_php app with one SSL cert [closed]

I have a cert for mydomain.com. How can I host a rails app at https://mydomain.com/rails_app/ and a php app at https://mydomain.com/php_app/. I don't want to use sub-domains because then I'd need to ...
0
votes
0answers
52 views

Phusion Passenger not running even if included in Apache config

So I've installed multi-user rvm and Ruby 1.9.3. On top of that I've got rails, passenger and apache2 on my Ubuntu 12.10 machine. The apache2 web server works fine, but passenger won't serve my apps, ...
0
votes
0answers
14 views

Deploy multiple rails applications on same dns using apache and passenger [duplicate]

Possible Duplicate: how can apache run multiple applications on same server with different path I have setup the apache + passenger in my ec2 server. When i try ...
1
vote
0answers
103 views

URL Rewriting and Rack base paths

I'm trying to set up a Rails website on Bluehost and I'm having trouble with the path helpers. As I don't want to monkey-patch Rails, I'm trying to solve this through .htaccess. Here's the scenario: ...
0
votes
1answer
281 views

mod-redmine && mod-passenger: Passenger refuses to load (here: Redmine) after rewrite uri. Where to put RailsBaseURI?

i've a working Redmine-instance at /var/lib/redmine. (Redmine configuration is not the issue) ln -s /var/lib/redmine/public /var/www/redmine chown -R www-data:www-data /var/www/redmine echo ...
0
votes
1answer
96 views

Cannot Start Passenger 3.0.18 Using Mountain Lion (OS X Server) and RVM

I recently did a clean install of Mountain Lion on my Mac Mini Server. I installed version 3.0.18 using a gem according to the directions on http://www.phusionpassenger.com with no errors that I ...
6
votes
1answer
999 views

Is it possible to use Shibboleth 2 with Nginx + Passenger?

Do you know if it is possible to use Nginx with Shibboleth?
1
vote
2answers
731 views

solved: puppet master REST API returns 403 when running under passenger works when master runs from command line

I am using the standard auth.conf provided in puppet install for the puppet master which is running through passenger under Nginx. However for most of the catalog, files and certitifcate request I get ...

1 2 3 4 5 7