freebsd-ports/www/mod_perl2/pkg-message
Tom Hukins 39708a50e1 Fix erroneous path to DSO.
Approved by:	maintainer
2004-08-10 17:19:32 +00:00

16 lines
452 B
Text

#########################################################
Enable mod_perl built as DSO, by adding to httpd.conf:
LoadModule perl_module libexec/apache2/mod_perl.so
Next, tell Perl where to find mod_perl2 libraries:
PerlModule Apache2
There are many other configuration options which you can
find in the configuration manual:
http://perl.apache.org/docs/2.0/user/config/config.html
#########################################################