* Using a stable distfile instead of the daily snapshot. * add $r->add_config method to add dynamic configuration at request time * add Apache::DIR_MAGIC_TYPE constant * add support for directive handlers * add Apache::Server->add_config method to add dynamic configuration at server startup time * add Apache::Directive->to_string method * add support for pluggable <Perl> sections * fix the filehandle leak in APR::PerlIO * fix compilation if apache/apr do not have thread support
21 lines
766 B
Text
21 lines
766 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.3 2002/11/19 23:22:40 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
|
|
|
|
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/html/mod_perl/user/compat
|
|
|
|
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.
|
|
|
|
===========================================================================
|