in reply to Latest Version of Apache that supports Mod Perl

According to apache.org's mod_perl download page, the latest mod_perl 2.0 version is "For use with Apache 2.0.x / 2.2.x / 2.4.x". The latest mod_perl 1.0 version is "For use with Apache 1.3.x".

Note that code written for mod_perl 1 will require changes to work with mod_perl 2. See apache.org's "Reference to mod_perl 1.0 to mod_perl 2.0 Migration" for help with that, if needed.

  • Comment on Re: Latest Version of Apache that supports Mod Perl

Replies are listed 'Best First'.
Re^2: Latest Version of Apache that supports Mod Perl
by Anonymous Monk on Feb 01, 2019 at 15:07 UTC
    Thank you