summaryrefslogtreecommitdiff
path: root/www/ap2-perl/MESSAGE
diff options
context:
space:
mode:
authorjlam <jlam>2002-06-28 07:40:29 +0000
committerjlam <jlam>2002-06-28 07:40:29 +0000
commit993a08c4f687a23bfacfc7c7cd021bd50ee0d126 (patch)
tree8e9fedf2bc3e72c80042d440c792f5ace5b8a44d /www/ap2-perl/MESSAGE
parent5b5cc4e1d224b152b15faa5b097772ef7ace236f (diff)
downloadpkgsrc-993a08c4f687a23bfacfc7c7cd021bd50ee0d126.tar.gz
Import modperl-1.99_05 as lang/ap2-perl. Note that ap2-perl-1.99.5 is
considered *BETA* software and may not work at all. This package is here solely to provide Apache-2.0 users with a testbed for porting existing mod_perl-1.2.x applications.
Diffstat (limited to 'www/ap2-perl/MESSAGE')
-rw-r--r--www/ap2-perl/MESSAGE13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/ap2-perl/MESSAGE b/www/ap2-perl/MESSAGE
new file mode 100644
index 00000000000..346682dbbf9
--- /dev/null
+++ b/www/ap2-perl/MESSAGE
@@ -0,0 +1,13 @@
+=============================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2002/06/28 07:40:29 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
+
+If switching to/from a server with and without mod_perl enabled, you
+should NOT use "apachectl restart" - instead, fully stop and then start
+the server. This prevents problems with libperl spinning on the CPU.
+
+=============================================================================