blob: a3d18f4bc4e06903c172e3093915d8d9579edf0c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#########################################################
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
#########################################################
|