freebsd-ports/www/mod_perl2/pkg-message
Mathieu Arnold bf806e9372 Update to 1.99r13
PR:		66604
Submitted by:	maintainer
2004-05-14 16:14:12 +00:00

16 lines
444 B
Text

#########################################################
Enable mod_perl built as DSO, by adding to httpd.conf:
LoadModule perl_module modules/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
#########################################################