aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-passenger/files/pkg-message.in
blob: a8fafe85b43eb1f940f9efa54028a9441b2026a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#####################################################################

Please edit your Apache configuration file, and add these lines:

   LoadModule passenger_module %%PREFIX%%/%%GEM_LIB_DIR%%/libout/apache2/mod_passenger.so
   PassengerRoot %%PREFIX%%/%%GEM_LIB_DIR%%
   PassengerRuby %%RUBY%%

After you restart Apache, you are ready to deploy any number of Ruby on Rails
applications on Apache, without any further Ruby on Rails-specific
configuration!

#####################################################################