summaryrefslogtreecommitdiff
path: root/www/rubygem-passenger/files/pkg-message-apache.in
blob: 065a377715edc280a280103ac8a496ad202cc578 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[
{ type: install
  message: <<EOM
Please edit your Apache configuration file, and add these lines:

   LoadModule passenger_module %%PASSENGER_INSTALL_DIR%%/buildout/apache2/mod_passenger.so
   PassengerRoot %%PASSENGER_INSTALL_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!
EOM
}
]