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)
Tue Apr 29 14:53:04 -0700 2008
commit  d773c27a9a4b49a2aa5a8f0d9fba23a6d6987aba
tree    cc4949d803f7ed0bd0ffa258bbf243074cdd2741
parent  95fcd7a4c62d31cbba6e20b2ecd31ce5451f7eff
name age message
file .gitignore Mon Mar 31 07:37:36 -0700 2008 Ignore all log files from stub Rails apps. [Hongli Lai (Phusion)]
file DEVELOPERS.TXT Tue Mar 18 19:02:03 -0700 2008 Split developer documentation to seperate file [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 Mon Apr 28 09:58:13 -0700 2008 Bump version to 1.0.2. [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/ Mon Apr 28 10:09:22 -0700 2008 Show a warning if we have no write permission t... [Hongli Lai (Phusion)]
directory doc/ Sat Apr 19 12:40:35 -0700 2008 Improve the manual: reorganize some sections an... [Hongli Lai (Phusion)]
directory ext/ Mon Apr 28 09:58:13 -0700 2008 Bump version to 1.0.2. [Hongli Lai (Phusion]
directory lib/ Tue Apr 29 14:53:04 -0700 2008 Don't use alias_method_chain. Use alias_method ... [Hongli Lai (Phusion)]
directory misc/ Sat Apr 19 11:48:24 -0700 2008 - Move misc/memory_stats.rb into bin/ and turn ... [Hongli Lai (Phusion)]
directory test/ Sat Apr 26 10:14:36 -0700 2008 User switching: set supplementary groups as wel... [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.