pkgsrc-wip/ap2-passenger/MESSAGE
Filip Hajny d42764dd4c Update Passenger to 4.0.14.
pkgsrc changes:
* Rewrite installation support to rely on upstream 'fakeroot' routines
  (better match 'native packaging' available from e.g. RPM packages).
* Use pkgsrc libeio and libev

Way too many upstream changes since 3.0.17, see NEWS for more:

  https://github.com/phusion/passenger/blob/master/NEWS
2013-09-05 10:55:51 +00:00

21 lines
769 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.3 2013/09/05 10:55:51 fhajny Exp $
The Apache 2 module was successfully installed.
To enable this module, add something like the following lines to
your Apache server configuration file:
LoadModule passenger_module lib/httpd/mod_passenger.so
Then add this to your Apache configuration:
<IfModule mod_passenger.c>
PassengerRoot ${PREFIX}/${RUBY_VENDORLIB_BASE}/phusion_passenger/locations.ini
PassengerRuby ${RUBY}
</IfModule>
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!
===========================================================================