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  ab5bc9528509c7f8991ff6506cfc0a5dc13d2467
tree    9fd32676187bfb3b6ac47ca905686dd93de73085
parent  0f0f5bb31161cd83c524aec5545f40912b844a6c
name age message
folder .gitignore Mon Mar 31 07:37:36 -0700 2008 Ignore all log files from stub Rails apps. [Hongli Lai (Phusion)]
folder DEVELOPERS.TXT Tue Mar 18 19:02:03 -0700 2008 Split developer documentation to seperate file [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 Sat Apr 19 11:48:24 -0700 2008 - Move misc/memory_stats.rb into bin/ and turn ... [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/ Sat Apr 19 14:02:12 -0700 2008 Do not print trailing whitespaces. [Hongli Lai (Phusion)]
folder doc/ Sat Apr 19 12:40:35 -0700 2008 Improve the manual: reorganize some sections an... [Hongli Lai (Phusion)]
folder ext/ Sun Apr 20 02:39:37 -0700 2008 Make sure that headers that contain empty strin... [Hongli Lai (Phusion)]
folder lib/ Sun Apr 20 01:54:57 -0700 2008 Add '<<' method to RequestHandler::Respon... [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/ Sun Apr 20 01:47:00 -0700 2008 MessageChannel unit test: check for pipe creati... [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.