public
Description: Phusion Passenger (mod_rails)
Homepage: http://www.modrails.com/
Clone URL: git://github.com/FooBarWidget/passenger.git
Click here to lend your support to: passenger and make a donation at www.pledgie.com !
Hongli Lai (Phusion) (author)
Wed Apr 16 14:53:40 -0700 2008
commit  629704a4b3cdae7d010419f0665a8909fcb07d1e
tree    302c26b58a9abd8d91d779da7c578ca3cfb9710a
parent  2cb15f0cb42e816bfbd5fc71789a7687a86af399
name age message
file .gitignore Sat Nov 15 03:34:59 -0800 2008 Update .gitignore and .snapopen_ignore [Hongli Lai (Phusion)]
file DEVELOPERS.TXT Sun Jun 22 05:13:21 -0700 2008 The tests need Rails 2.0.1, not Rails >= 2.0.1. [Hongli Lai (Phusion)]
file INSTALL Fri Jun 13 23:12:14 -0700 2008 Update installation instructions: tell people t... [Hongli Lai (Phusion)]
file LICENSE Wed Jul 09 02:59:09 -0700 2008 Fix typo in license text. [Hongli Lai (Phusion)]
file README Fri Jun 13 23:12:14 -0700 2008 Update installation instructions: tell people t... [Hongli Lai (Phusion)]
file Rakefile Sat Nov 22 08:26:49 -0800 2008 Various refactorings and improvements. [Hongli Lai (Phusion)]
directory benchmark/ Mon Aug 18 04:46:38 -0700 2008 Fix the dispatcher benchmark program. [Hongli Lai (Phusion)]
directory bin/ Thu Nov 20 09:08:17 -0800 2008 Remove dead code. [Hongli Lai (Phusion)]
directory doc/ Sat Nov 22 08:46:24 -0800 2008 Document PassengerUseGlobalQueue as being a per... [Hongli Lai (Phusion)]
directory ext/ Sat Nov 22 11:39:13 -0800 2008 Fix temp folder creation permissions mode so th... [Hongli Lai (Phusion)]
directory lib/ Sat Nov 22 11:39:13 -0800 2008 Fix temp folder creation permissions mode so th... [Hongli Lai (Phusion)]
directory misc/ Mon May 19 03:34:40 -0700 2008 Improve the Boost copying script: don't overwri... [Hongli Lai (Phusion)]
directory test/ Sat Nov 22 09:23:03 -0800 2008 Add a unit test for ApplicationPool's MaxPerApp... [Hongli Lai (Phusion)]
README
== Introduction

Passenger probably requires no introduction. We kindly refer the reader to
http://www.modrails.com/ for general information.

== Installation

Run the following script as root:

 ./bin/passenger-install-apache2-module

That's it. :)

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

 doc/Users guide.html

This file is included in the source tarball, may also be viewed online on our
website.