diff options
Diffstat (limited to 'www/ap2-perl/MESSAGE')
-rw-r--r-- | www/ap2-perl/MESSAGE | 13 |
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. + +============================================================================= |