summaryrefslogtreecommitdiff
path: root/www/ap-perl
diff options
context:
space:
mode:
authortv <tv>1998-12-04 13:21:35 +0000
committertv <tv>1998-12-04 13:21:35 +0000
commit21f869002a61ee8d83913dda8b44a73b5a075d57 (patch)
tree9892c22a89e45a25a9bc5ac2da99e52f1506a9a3 /www/ap-perl
parentf55abcb75208f7a0a67f912422cece1ce7512cc4 (diff)
downloadpkgsrc-21f869002a61ee8d83913dda8b44a73b5a075d57.tar.gz
Add note about fully shutting down and then starting the server when
enabling/disabling mod_perl.
Diffstat (limited to 'www/ap-perl')
-rw-r--r--www/ap-perl/pkg/MESSAGE6
1 files changed, 5 insertions, 1 deletions
diff --git a/www/ap-perl/pkg/MESSAGE b/www/ap-perl/pkg/MESSAGE
index 5e5ef57d360..4c0bd9a3c14 100644
--- a/www/ap-perl/pkg/MESSAGE
+++ b/www/ap-perl/pkg/MESSAGE
@@ -1,9 +1,13 @@
=============================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 1998/12/04 00:10:57 tv Exp $
+$NetBSD: MESSAGE,v 1.2 1998/12/04 13:21:35 tv Exp $
In order to enable mod_perl in your Apache installation, you need to refer
to $PREFIX/share/doc/mod_perl/httpd.conf.add ($PREFIX is typically
/usr/pkg), which must be added to your httpd.conf. The directives in that
file load and set up the Perl shared library and mod_perl module.
+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.
+
=============================================================================