mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
39708a50e1
Approved by: maintainer
17 lines
452 B
Plaintext
17 lines
452 B
Plaintext
#########################################################
|
|
|
|
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
|
|
|
|
#########################################################
|