diff options
author | wiz <wiz@pkgsrc.org> | 2006-02-03 01:04:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-02-03 01:04:59 +0000 |
commit | 479b304b4377ac3b645b7559c7d2106a1301eb98 (patch) | |
tree | 94c415c99ec342a097baaa500d227bac91fbc90e /www/ap2-perl/MESSAGE | |
parent | 1f2e28d267e327ca0e8a80bbf56d22e3cd1cd05e (diff) | |
download | pkgsrc-479b304b4377ac3b645b7559c7d2106a1301eb98.tar.gz |
Fix module name. From Sverre Froyen in PR 32712.
Diffstat (limited to 'www/ap2-perl/MESSAGE')
-rw-r--r-- | www/ap2-perl/MESSAGE | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap2-perl/MESSAGE b/www/ap2-perl/MESSAGE index 3388a59153f..070a94d1061 100644 --- a/www/ap2-perl/MESSAGE +++ b/www/ap2-perl/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.4 2005/09/04 22:36:18 wiz Exp $ +$NetBSD: MESSAGE,v 1.5 2006/02/03 01:04:59 wiz Exp $ In order to enable mod_perl in your Apache installation, you need to add the following to your httpd.conf file: @@ -8,7 +8,7 @@ the following to your httpd.conf file: To enable the mod_perl-1.0 compatibility API, you will also need: - PerlModule Apache::compat + PerlModule Apache2::compat Please also refer to the documentation in: |