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 01 09:28:24 -0700 2008
commit  3f5fb12ba8240018c6210a42d2550d21a3cd6497
tree    d17037c6e79f3251c1e903f1c4b77b545f58aa8d
parent  76ffd90bdc0acbc66d7f40059dc682d013242605 parent  89cd016e92be791b249abc1bd9385edd45d718c4
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 Thu May 01 01:37:57 -0700 2008 Merge branch 'external_app_pool' [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/ Thu May 01 01:37:57 -0700 2008 Merge branch 'external_app_pool' [Hongli Lai (Phusion)]
folder doc/ Thu May 01 01:37:57 -0700 2008 Merge branch 'external_app_pool' [Hongli Lai (Phusion)]
folder ext/ Thu May 01 09:28:24 -0700 2008 Merge branch 'stable-1.0' [Hongli Lai (Phusion)]
folder lib/ Thu May 01 08:42:33 -0700 2008 Include signal.h [Hongli Lai (Phusion)]
folder misc/ Sat Apr 19 11:48:24 -0700 2008 - Move misc/memory_stats.rb into bin/ and turn ... [Hongli Lai (Phusion)]
folder test/ Mon Apr 28 01:50:11 -0700 2008 Merge branch 'master' into external_app_pool [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.