Many third-party modules have been written to extend mod_perl's core functionality. They may be distributed with the mod_perl source code, or they may be available from CPAN. In this chapter we will attempt to group these modules based on their functionality. Some modules will be discussed in depth, but others will be touched on only briefly.
Since most of these modules are continually evolving, the moment this book is published much of the information in it will be out of date. For this reason, you should refer to the modules' manpages when you start using them; that's where you will find the most up-to-date documentation.
We will consider modules in the following groups:
Modules used mainly during the development process
Modules that assist in code debugging
Modules to help you monitor the production server and take care of any problems as soon as they appear
Modules used in server configuration
Modules used to facilitate authentication
Modules used to facilitate authorization
Modules used during the access-verification phase
Modules used as PerlTypeHandlers
Modules used as PerlTransHandlers
Modules used as PerlFixupHandlers
Generic modules that assist during the content-generation phase
Non-general-purpose content generators
Database-specific modules
Mostly large toolkits and frameworks built on top of mod_perl
Modules that filter output from the content generation stage
Modules that assist during the logging stage
Modules that interface with core mod_perl
Modules that don't fit into any of the above categories