mod_perl 1.27 win32 (apache 1.3.24) binary

Installation instructions

  1. Install the mod_perl modules
    ppm install http://mared.com/mod_perl_win32/mod_perl-1.27.ppd


  2. Copy mod_perl-1.27.so to apache_root/modules/


  3. 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



© Joakim Mared