Take the 2008 Git User's Survey and help out! [ hide ]

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 !
commit  87db9e1464a75cb23f702086b45f174711f4012a
tree    073b2af398bb8cc63aef290b3c9fefc6f7f2b1c2
parent  aec2f854f78863c129808bd0f0884c801b485034
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 Apr 20 03:45:31 -0700 2008 Set stack size for threads. [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:38 -0700 2008 Make the installer output PassengerRoot instead... [Hongli Lai (Phusion)]
folder doc/ Thu May 01 01:37:38 -0700 2008 Make the installer output PassengerRoot instead... [Hongli Lai (Phusion)]
folder ext/ Mon Apr 28 02:22:09 -0700 2008 Improve documentation and error handling. [Hongli Lai (Phusion)]
folder lib/ Thu May 01 01:37:38 -0700 2008 Make the installer output PassengerRoot instead... [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.