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 | 814c8e69154f34a56e44a32716f4ea787a566d7f (patch) | |
tree | 94c415c99ec342a097baaa500d227bac91fbc90e /www/ap2-perl | |
parent | 1e9c54349abae95fbbdca18aaaa65982fd566c72 (diff) | |
download | pkgsrc-814c8e69154f34a56e44a32716f4ea787a566d7f.tar.gz |
Fix module name. From Sverre Froyen in PR 32712.
Diffstat (limited to 'www/ap2-perl')
-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: |