Line 0
Link Here
|
|
|
1 |
|
2 |
######################################################### |
3 |
|
4 |
Enable mod_perl built as DSO, by adding to httpd.conf: |
5 |
|
6 |
LoadModule perl_module modules/mod_perl.so |
7 |
|
8 |
Next, tell Perl where to find mod_perl2 libraries: |
9 |
|
10 |
PerlModule Apache2 |
11 |
|
12 |
There are many other configuration options which you can |
13 |
find in the configuration manual: |
14 |
|
15 |
http://perl.apache.org/docs/2.0/user/config/config.html |
16 |
|
17 |
######################################################### |
18 |
|