This document explains how to navigate the mod_perl source code,
modify and rebuild the existing code and most important: how to add
new functionality.
This document should help to understand the initialization, request
processing and shutdown process of the mod_perl module. This knowledge
is essential for a less-painful debugging experience. It should also
help to know where a new code should be added when a new feature is
added.
This document describes the sizeof various structures, as
determined by util/sizeof.pl. These measurements are mainly for
research purposes into making Perl things smaller, or rather, how to
use less Perl things.
This document covers the resources available to the mod_perl 2.0 core
developer. Please notice that you probably want to read the user's help documentation if you have problems using
mod_perl 2.0.