freebsd-ports/www/rubygem-passenger/files/pkg-message.in
Sergey A. Osokin 3ca58bde3a Update apache22's module location.
Bump PORTREVISION.

Reported by:	Andrzej Tobola <ato@iem.pw.edu.pl>
2013-06-03 03:38:13 +00:00

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!
#####################################################################