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)
Mon May 19 04:51:38 -0700 2008
commit  0c888b8450032881bf2ccb3354ba3a792cb3c381
tree    44a17e02f90423543bcdae792ce2e7065c16c866
parent  7a3a4a0d3e679b9b8b2ab5c49f883c41dda4ea11
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 May 19 04:51:38 -0700 2008 Move passenger-spawn-server from /usr/bin to /u... [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 May 19 04:51:38 -0700 2008 Move passenger-spawn-server from /usr/bin to /u... [Hongli Lai (Phusion)]
directory debian/ Sun May 11 01:14:09 -0700 2008 Change post-install Ruby warning message. Insta... [Hongli Lai (Phusion)]
directory doc/ Mon May 12 17:31:20 -0700 2008 Change style. [Hongli Lai (Phusion)]
directory ext/ Sat May 10 03:30:50 -0700 2008 Bump version to 1.0.6. [Hongli Lai (Phusion)]
directory lib/ Sat May 17 13:12:19 -0700 2008 Fix mistake. [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 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.