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 16:40:53 -0700 2008
commit  d0d8a84ca15123cbcd73319c7b6c78f31ee06f4e
tree    896bc55404527c1176f566c6927c7fa3b20a2468
parent  542ea8c426414bea1cf583c189194c56688a1712
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 16:40:53 -0700 2008 ApplicationPool.get() now times out based on ti... [Hongli Lai (Phusion)]
folder ext/ Thu May 15 16:40:53 -0700 2008 ApplicationPool.get() now times out based on ti... [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/ Thu May 15 16:17:51 -0700 2008 - Add invariant checks into the ApplicationPool... [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.