===========================================================================
$NetBSD: MESSAGE,v 1.1 2018/01/30 12:06:49 fhajny Exp $

The Apache 2 module was successfully installed.

To enable this module, add the following lines to your Apache config file:

LoadModule passenger_module lib/httpd/mod_passenger.so
<IfModule mod_passenger.c>
  PassengerRoot /usr/pkg/lib/ruby/vendor_ruby/2.6.0/phusion_passenger/locations.ini
  PassengerRuby /usr/pkg/bin/ruby26
</IfModule>

Use PassengerPython or PassengerNodejs directives to point to python and
node commands as appropriate, when deploying Python or Node.js apps.

===========================================================================
