summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorTom Hukins <tom@FreeBSD.org>2004-08-10 17:19:32 +0000
committerTom Hukins <tom@FreeBSD.org>2004-08-10 17:19:32 +0000
commit39708a50e1c4dfc129f864d4a14d288e727bfce4 (patch)
tree798951d20ad8a4bbcbc4683f3b6e4472ae5742b8 /www
parent63acad638767c733c99d9e3deac81cfe0585bc77 (diff)
downloadfreebsd-ports-39708a50e1c4dfc129f864d4a14d288e727bfce4.zip
Fix erroneous path to DSO.
Approved by: maintainer
Diffstat (limited to 'www')
-rw-r--r--www/mod_perl2/pkg-message2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_perl2/pkg-message b/www/mod_perl2/pkg-message
index bb1566aef023..d5c81af16382 100644
--- a/www/mod_perl2/pkg-message
+++ b/www/mod_perl2/pkg-message
@@ -2,7 +2,7 @@
Enable mod_perl built as DSO, by adding to httpd.conf:
- LoadModule perl_module modules/mod_perl.so
+ LoadModule perl_module libexec/apache2/mod_perl.so
Next, tell Perl where to find mod_perl2 libraries: