NAME
mod_perl 2.0 Server Configuration
Description
This chapter provides an indepth mod_perl 2.0 configuration details.
mod_perl configuration directives
Similar to mod_perl 1.0, in order to use mod_perl 2.0 a few configuration settings should be added to httpd.conf. They are quite similar to 1.0 settings but some directives were renamed and new directives were added.
Enabling mod_perl
To enable mod_perl built as DSO add to httpd.conf:
LoadModule perl_module modules/mod_perl.so
This setting specifies the location of the mod_perl module relative to the ServerRoot
setting, therefore you should put it somewhere after ServerRoot
is specified.
If mod_perl has been statically linked it's automatically enabled.
Win32 users need to make sure that the path to the Perl binary (e.g., C:\Perl\bin) is in the PATH
environment variable.
Maintainers
Maintainer is the person(s) you should contact with updates, corrections and patches.
Doug MacEachern <dougm (at) covalent.net>
Stas Bekman <stas (at) stason.org>
Authors
Doug MacEachern <dougm (at) covalent.net>
Only the major authors are listed above. For contributors see the Changes file.