summaryrefslogtreecommitdiff
path: root/www/ap2-perl/MESSAGE
diff options
context:
space:
mode:
authorjlam <jlam>2002-11-19 23:22:40 +0000
committerjlam <jlam>2002-11-19 23:22:40 +0000
commitbe8ba4fa784b8a24564f332f8a6c2c0fe3876e4d (patch)
treee62af0bfca4fddb83607baa4efaf2a78942cc16a /www/ap2-perl/MESSAGE
parent9d95edc54d06b2f3da458bf8d5f721b4e80c45e9 (diff)
downloadpkgsrc-be8ba4fa784b8a24564f332f8a6c2c0fe3876e4d.tar.gz
Update www/ap2-perl to 1.99.7. Changes from version 1.99.5 include:
* Using a stable distfile instead of the daily snapshot. * add $r->add_config method to add dynamic configuration at request time * add Apache::DIR_MAGIC_TYPE constant * add support for directive handlers * add Apache::Server->add_config method to add dynamic configuration at server startup time * add Apache::Directive->to_string method * add support for pluggable <Perl> sections * fix the filehandle leak in APR::PerlIO * fix compilation if apache/apr do not have thread support
Diffstat (limited to 'www/ap2-perl/MESSAGE')
-rw-r--r--www/ap2-perl/MESSAGE12
1 files changed, 10 insertions, 2 deletions
diff --git a/www/ap2-perl/MESSAGE b/www/ap2-perl/MESSAGE
index 781921cbc3f..95fe4898e31 100644
--- a/www/ap2-perl/MESSAGE
+++ b/www/ap2-perl/MESSAGE
@@ -1,10 +1,18 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.2 2002/09/24 12:30:51 wiz Exp $
+$NetBSD: MESSAGE,v 1.3 2002/11/19 23:22:40 jlam Exp $
In order to enable mod_perl in your Apache installation, you need to add
the following to your httpd.conf file:
- LoadModule perl_module lib/httpd/mod_perl.so
+ LoadModule perl_module lib/httpd/mod_perl.so
+
+To enable the mod_perl-1.0 compatibility API, you will also need:
+
+ PerlModule Apache::compat
+
+Please also refer to the documentation in:
+
+ ${PREFIX}/share/doc/html/mod_perl/user/compat
If switching to/from a server with and without mod_perl enabled, you
should NOT use "apachectl restart" - instead, fully stop and then start