2002-09-24 14:29:55 +02:00
|
|
|
===========================================================================
|
2006-02-03 02:04:59 +01:00
|
|
|
$NetBSD: MESSAGE,v 1.5 2006/02/03 01:04:59 wiz Exp $
|
2002-06-28 09:40:29 +02:00
|
|
|
|
|
|
|
In order to enable mod_perl in your Apache installation, you need to add
|
|
|
|
the following to your httpd.conf file:
|
|
|
|
|
2002-11-20 00:22:40 +01:00
|
|
|
LoadModule perl_module lib/httpd/mod_perl.so
|
|
|
|
|
|
|
|
To enable the mod_perl-1.0 compatibility API, you will also need:
|
|
|
|
|
2006-02-03 02:04:59 +01:00
|
|
|
PerlModule Apache2::compat
|
2002-11-20 00:22:40 +01:00
|
|
|
|
|
|
|
Please also refer to the documentation in:
|
|
|
|
|
2005-09-05 00:36:18 +02:00
|
|
|
${PREFIX}/share/doc/mod_perl/user/porting/compat.pod
|
2002-06-28 09:40:29 +02:00
|
|
|
|
|
|
|
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.
|
|
|
|
|
2002-09-24 14:29:55 +02:00
|
|
|
===========================================================================
|