mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
0104c98610
PR: ports/180721 Approved by: osa (maintainer)
14 lines
531 B
Plaintext
14 lines
531 B
Plaintext
#####################################################################
|
|
|
|
Please edit your Apache configuration file, and add these lines:
|
|
|
|
LoadModule passenger_module %%PREFIX%%/%%GEM_LIB_DIR%%/buildout/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!
|
|
|
|
#####################################################################
|