2008-12-25 20:49:34 +01:00
|
|
|
#####################################################################
|
|
|
|
|
|
|
|
Please edit your Apache configuration file, and add these lines:
|
|
|
|
|
2013-07-21 17:35:58 +02:00
|
|
|
LoadModule passenger_module %%PREFIX%%/%%GEM_LIB_DIR%%/buildout/apache2/mod_passenger.so
|
2008-12-25 20:49:34 +01:00
|
|
|
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!
|
|
|
|
|
|
|
|
#####################################################################
|