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 Apr 10 11:01:32 -0700 2008
commit  e5b39013396e33d689dc2f4bf0ff5e18b5dd64d3
tree    0b21886df315d520a4cb322c5ff53e228aa5ce0f
parent  fd044aed9a8b1ad10c1ebff4adb3ea4fc6399323
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 Sun Mar 02 06:16:42 -0800 2008 Improve documentation [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 Mon Apr 07 07:35:13 -0700 2008 Add X-Powered-By header to HTTP requests. [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 Apr 10 04:40:56 -0700 2008 Make Passenger installation completely self-con... [Hongli Lai (Phusion)]
folder doc/ Thu Apr 10 11:01:32 -0700 2008 s/zsfa/phusion/ [Hongli Lai (Phusion)]
folder ext/ Fri Apr 04 08:50:14 -0700 2008 Aggressively report threading errors and associ... [Hongli Lai (Phusion)]
folder lib/ Mon Apr 07 07:35:13 -0700 2008 Add X-Powered-By header to HTTP requests. [Hongli Lai (Phusion)]
folder misc/ Thu Apr 03 08:58:34 -0700 2008 Insert GPL headers to source files. [Hongli Lai (Phusion)]
folder test/ Tue Apr 01 14:06:00 -0700 2008 Add benchmark tool for the Rails Dispatcher. [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.