2002-09-24 14:29:55 +02:00
|
|
|
===========================================================================
|
|
|
|
$NetBSD: MESSAGE,v 1.3 2002/09/24 12:30:44 wiz Exp $
|
1998-12-04 01:10:57 +01:00
|
|
|
|
2002-08-26 02:12:46 +02:00
|
|
|
In order to use this module in your Apache installation, you need to
|
|
|
|
add the following to your httpd.conf file:
|
1999-05-04 22:16:35 +02:00
|
|
|
|
|
|
|
LoadModule perl_module lib/httpd/mod_perl.so
|
2001-09-18 22:51:52 +02:00
|
|
|
<Files ~ "\.pl$">
|
|
|
|
PerlHandler Apache::Registry
|
|
|
|
PerlSendHeader On
|
|
|
|
SetHandler perl-script
|
|
|
|
Options +ExecCGI
|
|
|
|
</Files>
|
1998-12-04 01:10:57 +01:00
|
|
|
|
1998-12-04 14:21:35 +01: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
|
|
|
===========================================================================
|