3ca58bde3a
Bump PORTREVISION. Reported by: Andrzej Tobola <ato@iem.pw.edu.pl>
13 lines
529 B
Text
13 lines
529 B
Text
#####################################################################
|
|
|
|
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!
|
|
|
|
#####################################################################
|