39708a50e1
Approved by: maintainer
16 lines
452 B
Text
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
|
|
|
|
#########################################################
|