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)

0
votes
0answers
19 views

Checksum error with Yum update

I'm getting below error with Yum update on CentOS I'm trying to install Phusion Passenger with Apache2 Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * atomic: ...
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
25 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
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 ...
0
votes
1answer
27 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 ...
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 ...
1
vote
0answers
45 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 ...
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
43 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
112 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
1answer
218 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
0answers
89 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
48 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 ...
1
vote
0answers
106 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
84 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
51 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
107 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
vote
0answers
76 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
46 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
76 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
42 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
80 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
90 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
1answer
197 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 - ...
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
53 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
104 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
99 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 ...
1
vote
2answers
758 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 ...
0
votes
1answer
27 views

Passenger nginx install doesn't come with a service to restart nginx?

How do you restart nginx on a Ubuntu passenger-nginx install? I installed passenger, and then it automatically installed nginx. However there's no command to restart nginx anywhere. I tried service ...
0
votes
1answer
48 views

How to investigate requests per second that are coming in?

If I have a server that is running Nginx + Passenger (mod_rails) how would I figure out how many requests a second are coming in?
-1
votes
1answer
230 views

How can I configure apache to respond 400 when request contains an invalid byte sequence?

On web application someone is making invalid HTTP request containing invalid bytes. According to RFC 3986, section 2 only ASCII characters are allowed in the HTTP Request line. However I am receiving ...
0
votes
1answer
211 views

Proper Passenger + Apache Permissions to fix error “No such file or directory - config/environment.rb”

I am having a problem with Passenger not being able to start due to an apparently common issue in which Passenger claims: No such file or directory - config/environment.rb. I have searched the web ...
1
vote
2answers
100 views

Site available on internal network, but not from external networks

I've got a ruby on rails application running on apache2 with phusion-passenger. The application works flawlessly on the local trusted network, but I can't access it on our wireless (untrusted) or any ...
3
votes
1answer
133 views

Installation issues with Passenger with Apache on OS X 10.8

I'm trying to get Passenger working on Mountain Lion after the upgrade from 10.7, but I'm having issues when running passenger-install-apache2-module: g++ ext/apache2/HelperAgent.cpp -o ...
0
votes
1answer
133 views

Installed Redmine, now phpmyadmin results in “Cannot start Ruby on Rails application”

I recently installed Redmine on an Ubuntu 12.04 + Apache server, and it is working fine. However, my phpmyadmin site is giving me a bizarre error when I go to https://phpmyadmin.example.com: Here ...
3
votes
1answer
222 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 ...
0
votes
0answers
111 views

nginx/passenger upstream (passenger) timed out

Rails app running on nginx/passenger. Here's what's in the nginx/error.log. It happens intermittently. Is this a passenger bug or an app issue? 2012/11/05 11:13:47 [error] 549#0: *28 upstream ...
0
votes
0answers
168 views

Passenger connection reset by peer issue

I am new to ruby on rails. I am using passenger 3.0.17 to deploy my ruby 3.2.6 project. My project is working fine but i got 500 internal error when i try to upload files on server. I checked my ...
0
votes
0answers
38 views

Tell Passenger not to queue requests while restarting

We're in the process of getting Passenger Enterprise purchased and setup, but in the meantime we'd like to get some pseudo-"rolling restarts" setup, by issuing commands on each server to sleep X ...
2
votes
0answers
110 views

Passenger on apache hangs taking up all application processes with very high CPU IO Wait

I'm running a set of rails apps on a server under Apache/Passenger. One of the apps keeps getting into a state where the load on the machine gets very high and the machine becomes unresponsive with ...

1 2 3 4 5 7