NAME
mod_perl 1.0 Win32 Configuration Instructions
Description
This document discusses how to configure mod_perl 1.0 under Win32.
Configuration
Add this line to C:\Apache\conf\httpd.conf:
LoadModule perl_module modules/mod_perl.so
Be sure that the path to your Perl binary (eg, C:\Perl\bin) is in your PATH
environment variable. If you have a ClearModuleList
directive enabled in httpd.conf, you may also need to add
AddModule mod_perl.c
See the descriptions of the ClearModuleList
and AddModule
directives in the Apache documents for more details, especially concerning the relative order of these and the LoadModule
directive.
See Also
The directions for installing mod_perl 1.0 on Win32, the mod_perl documentation, and http://take23.org/.
Maintainers
Maintainer is the person(s) you should contact with updates, corrections and patches.
Randy Kobes <randy@theoryx5.uwinnipeg.ca>
Authors
Randy Kobes <randy@theoryx5.uwinnipeg.ca>
Only the major authors are listed above. For contributors see the Changes file.