Download from your nearest mirror site!

Do not download from www.apache.org. Please use a mirror site to help us save apache.org bandwidth. Go here to find your nearest mirror.

Binary Releases

Some unofficial binary releases for Windows are available from here.

Current Releases

For details on current releases, please see the mod_perl Download Page.

Older Releases

Only current, recommended releases are available on www.apache.org and the mirror sites. Older releases can be obtained from the archive site.

PGP Signatures

All of the release distribution packages have been digitally signed (using PGP or GPG) by the Apache Group members that constructed them. There will be an accompanying distribution.asc file in the same directory as the distribution. The PGP keys can be found at the MIT key repository and within this project's KEYS file.

Always use the signature files to verify the authenticity of the distribution, e.g.,

% pgpk -a KEYS
% pgpv mod_perl-2.0.13.tar.gz.asc
or,
% pgp -ka KEYS
% pgp mod_perl-2.0.13.tar.gz.asc
or,
% gpg --import KEYS
% gpg --verify mod_perl-2.0.13.tar.gz.asc

We offer SHA256 and SHA512 hashes as an alternative to validate the integrity of the downloaded files.