Lines 2-9
Link Here
|
2 |
|
2 |
|
3 |
Please edit your Apache configuration file, and add these lines: |
3 |
Please edit your Apache configuration file, and add these lines: |
4 |
|
4 |
|
5 |
LoadModule passenger_module %%PREFIX%%/%%GEM_LIB_DIR%%/buildout/apache2/mod_passenger.so |
5 |
LoadModule passenger_module %%PASSENGER_INSTALL_DIR%%/buildout/apache2/mod_passenger.so |
6 |
PassengerRoot %%PREFIX%%/%%GEM_LIB_DIR%% |
6 |
PassengerRoot %%PASSENGER_INSTALL_DIR%% |
7 |
PassengerRuby %%RUBY%% |
7 |
PassengerRuby %%RUBY%% |
8 |
|
8 |
|
9 |
After you restart Apache, you are ready to deploy any number of Ruby on Rails |
9 |
After you restart Apache, you are ready to deploy any number of Ruby on Rails |