summaryrefslogtreecommitdiff
path: root/www/mod_perl2/pkg-message
blob: d5c81af163828a61b3ed4fea14223eb0da1ad3b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#########################################################

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

#########################################################