blob: f7554ecb9caf1220435ef8df755a5da8df849747 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#########################################################
Simple config:
LoadModule perl_module %%APACHEMODDIR%%/mod_perl.so
#PerlModule Apache::compat
# your config comes here
For a more detailed version (including more options) refer to:
docs/user/intro/start_fast.pod
or online:
http://perl.apache.org/docs/2.0/user/intro/start_fast.html
#########################################################
|