6d335189e8
hard-coded path. No PORTREVISION bump necessary as the default package will remain the same. PR: 119438 Submitted by: Terry Sposato <terry@sucked-in.com> Approved by: Philip M. Gollucci (maintainer), garga (mentor)
17 lines
416 B
Text
17 lines
416 B
Text
#########################################################
|
|
|
|
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
|
|
|
|
#########################################################
|