mod_perl logo perl icon
previous page: Success Storiespage up: next page: Documentation

Download






mod_perl Pocket Reference

mod_perl Pocket Reference

By Andrew Ford
Writing Apache Modules with Perl and C

Writing Apache Modules with Perl and C

By Lincoln Stein, Doug MacEachern
Embedding Perl in HTML with Mason

Embedding Perl in HTML with Mason

By Dave Rolsky, Ken Williams
mod_perl2 User's Guide

mod_perl2 User's Guide

By Stas Bekman, Jim Brandt
Practical mod_perl

Practical mod_perl

By Stas Bekman, Eric Cholet
The mod_perl Developer's Cookbook

The mod_perl Developer's Cookbook

By Geoffrey Young, Paul Lindner, Randy Kobes


Get source and binary mod_perl distributions and download the documentation

Current releases:

Verify the integrity of the files:

It is essential that you verify the integrity of the downloaded files using the PGP, MD5 or SHA signatures. The PGP signatures can be verified using PGP or GPG. First download the KEYS file as well as the asc signature file for the relevant distribution. Make sure you get these files from the main distribution directory, rather than from a mirror. Then verify the signatures using
        % 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
        
Alternatively, you can verify the MD5 or SHA signatures on the files. Ensure your generated signature string matches the signature string published in the files above.

-Source mod_perl distributions
This document explains how to get the mod_perl 1.0 and 2.0 source distributions.
-Binary mod_perl distributions
This document includes links to various binary mod_perl distributions.
-Software Bundles
This document explains how to get other Perl add-on modules used with mod_perl.
-Additional Software
Where to get software written by other parties that might be useful (or necessary) when running mod_perl.
-Documentation
You may want to download and install the mod_perl documentation locally for easier reading, or to submit documentation patches.


TOP
previous page: Success Storiespage up: next page: Documentation