public
Description: Phusion Passenger (mod_rails)
Homepage: http://www.modrails.com/
Clone URL: git://github.com/FooBarWidget/passenger.git
Search Repo:
Click here to lend your support to: passenger and make a donation at www.pledgie.com !
Hongli Lai (Phusion) (author)
Thu May 15 13:03:58 -0700 2008
commit  74234781068c109ba523f84c1b48540eb9581499
tree    e2efec51461b5ead61df9cc10a739351a99c96ee
parent  fc830d5ca01c39f615d2d30117aa546fca422b91
name age message
folder .gitignore Sun Apr 20 03:45:31 -0700 2008 Begin working on seperating ApplicationPool ser... [Hongli Lai (Phusion)]
folder DEVELOPERS.TXT Mon Apr 28 02:35:41 -0700 2008 Document directory structure. [Hongli Lai (Phusion)]
folder INSTALL Fri Apr 04 03:43:01 -0700 2008 Add more references to Users Guide. For some re... [Hongli Lai (Phusion)]
folder LICENSE Sat Apr 19 15:10:42 -0700 2008 Clearify some licensing ambiguities. [Hongli Lai (Phusion)]
folder README Fri Apr 04 03:43:01 -0700 2008 Add more references to Users Guide. For some re... [Hongli Lai (Phusion)]
folder Rakefile Sun May 11 04:34:32 -0700 2008 Fix worker MPM compatibility issues: [Hongli Lai (Phusion)]
folder benchmark/ Tue Apr 01 14:06:00 -0700 2008 Add benchmark tool for the Rails Dispatcher. [Hongli Lai (Phusion)]
folder bin/ Tue May 13 02:33:44 -0700 2008 Merge branch 'stable-1.0' [Hongli Lai (Phusion)]
folder debian/ Sun May 11 01:14:19 -0700 2008 Merge branch 'stable-1.0' [Hongli Lai (Phusion)]
folder doc/ Thu May 15 13:03:58 -0700 2008 Apply Jochen Tuchbreiter's RailsMaxInstancesPer... [Hongli Lai (Phusion)]
folder ext/ Thu May 15 13:03:58 -0700 2008 Apply Jochen Tuchbreiter's RailsMaxInstancesPer... [Hongli Lai (Phusion)]
folder lib/ Tue May 13 02:32:04 -0700 2008 *Really* fix Rails 1.0 compatibility this time. [Hongli Lai (Phusion)]
folder misc/ Mon May 05 07:59:33 -0700 2008 If a Rails app exits during startup, explicitly... [Hongli Lai (Phusion)]
folder test/ Mon May 12 13:50:55 -0700 2008 Fix unit test breakages. [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.