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)
Sun May 11 01:14:19 -0700 2008
commit  4428af764b7483f2ef927632b92bf5ecc52942eb
tree    83bb03f2cf8e96262520d543acd7a867c35f9ebd
parent  7520f679f9d5d68facf1edb3c9193ec384dd4622 parent  0337f4f4b88f5067f218b3df64707d60058a59dd
name age message
file .gitignore Sun Apr 20 03:45:31 -0700 2008 Begin working on seperating ApplicationPool ser... [Hongli Lai (Phusion)]
file DEVELOPERS.TXT Mon Apr 28 02:35:41 -0700 2008 Document directory structure. [Hongli Lai (Phusion)]
file INSTALL Fri Apr 04 03:43:01 -0700 2008 Add more references to Users Guide. For some re... [Hongli Lai (Phusion)]
file LICENSE Sat Apr 19 15:10:42 -0700 2008 Clearify some licensing ambiguities. [Hongli Lai (Phusion)]
file README Fri Apr 04 03:43:01 -0700 2008 Add more references to Users Guide. For some re... [Hongli Lai (Phusion)]
file Rakefile Sat May 10 05:38:05 -0700 2008 Merge branch 'stable-1.0' [Hongli Lai (Phusion)]
directory benchmark/ Tue Apr 01 14:06:00 -0700 2008 Add benchmark tool for the Rails Dispatcher. [Hongli Lai (Phusion)]
directory bin/ Sun May 11 01:14:19 -0700 2008 Merge branch 'stable-1.0' [Hongli Lai (Phusion)]
directory debian/ Sun May 11 01:14:19 -0700 2008 Merge branch 'stable-1.0' [Hongli Lai (Phusion)]
directory doc/ Sat May 10 03:37:56 -0700 2008 Merge branch 'stable-1.0' [Hongli Lai (Phusion)]
directory ext/ Sat May 10 06:06:12 -0700 2008 Fix API documentation [Hongli Lai (Phusion)]
directory lib/ Sat May 10 07:52:43 -0700 2008 Use alternative means to decrease startup time.... [Hongli Lai (Phusion)]
directory misc/ Mon May 05 07:59:33 -0700 2008 If a Rails app exits during startup, explicitly... [Hongli Lai (Phusion)]
directory test/ Sat May 10 07:52:43 -0700 2008 Use alternative means to decrease startup time.... [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.