mod_perl 1.27 win32 (apache 1.3.24) binary
- Built with MS VC6++ on Windows 2000 Professional SP2
- Built against Apache 1.3.24 (built from -win32 source)
- Built for Activestate Perl 5.6.1 (build 631)
- include/ap_config_auto.h missing fixed by copying ap_config.h
Installation instructions
- Install the mod_perl modules
ppm install http://mared.com/mod_perl_win32/mod_perl-1.27.ppd
- Copy mod_perl-1.27.so to apache_root/modules/
- Add to httpd.conf:
LoadModule perl_module modules/mod_perl-1.27.so
## (EXAMPLE CONFIGURATION)
<Files *.pl>
SetHandler perl-script
PerlHandler Apache::Registry
Options +ExecCGI
PerlSendHeader On
</Files>
References
- mod_perl 1.27 documentation INSTALL.win32
- Apache "build on windows" documentation
© Joakim Mared