freebsd-ports/www/mod_perl2/files/pkg-message.in
Wesley Shields 6d335189e8 Fix an oversight in pkg-message. Use APACHEMODDIR instead of a
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)
2008-01-18 14:07:01 +00:00

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
#########################################################