summaryrefslogtreecommitdiff
path: root/www/ap2-perl/MESSAGE
diff options
context:
space:
mode:
Diffstat (limited to 'www/ap2-perl/MESSAGE')
-rw-r--r--www/ap2-perl/MESSAGE21
1 files changed, 0 insertions, 21 deletions
diff --git a/www/ap2-perl/MESSAGE b/www/ap2-perl/MESSAGE
deleted file mode 100644
index 3388a59153f..00000000000
--- a/www/ap2-perl/MESSAGE
+++ /dev/null
@@ -1,21 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.4 2005/09/04 22:36:18 wiz 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
-
-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/mod_perl/user/porting/compat.pod
-
-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.
-
-===========================================================================