Introduction

This is a fork of the popular Phusion Passenger Apache module / Nginx Module for Ruby On Rails application deployment

Installation

Regular installation

You can install either Colouring Code Phusion Passenger for Apache or for Nginx. Run either of the following programs as root:

./bin/passenger-install-apache2-module

-OR-

./bin/passenger-install-nginx-module

That’s it. :)

For troubleshooting, configuration and tips, please read the corresponding Users Guide:

doc/Users guide Apache.html doc/Users guide Nginx.html

These files are included in the source tarball, and may also be viewed online on our website.

Installing via a gem

You may also first generate a .gem file, and then install that. First, make sure that you have the following software installed:

Next, run:

rake package

The gem will be available under the ‘pkg’ folder.

Custom Templates

Colouring Code have modified Passenger to show custom error templates when there is an error. This is to save guard yourself and not show anyone the error stack trace.

Rails Generator

We have included a handy rails generator to generate all of the templates for you to start off with.

script/generate passenger_templates

The templates will then be available in:

RAILS_ROOT/lib/passenger/

Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.