freebsd-ports/www/mod_perl2/pkg-message
Sergey Matveychuk 49f0f1511a - Roll back the last commit as since API has changed
and it can break all mod_per2 ports.

Reported by:	Daniel Gerzo <danger@rulez.sk>
2005-04-19 06:09:39 +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
#########################################################