DocSet

 view release on metacpan or  search on metacpan

examples/site/src/products/apache-modules.pod  view on Meta::CPAN


Before you start a new module, consider this: Apache/Perl modules are
useless outside of mod_perl and Apache.  Do your best to design such
that your C<Apache::*> module will make good use of the building
blocks found on CPAN, putting together new building blocks where
appropriate and simply glue them together with the Apache API, keeping
the C<Apache::*> modules very small.

These modules will also serve as good examples, showing you where
modules can step in during a stage of a request with C<Perl*Handler>
callbacks.  You'll also see how and when to use the Apache API
methods.


=head1 Playing Your Part

Apache and Perl are world-wide collaborative efforts; naturally, the
Apache/Perl integration project is the same.  You've started on the
right foot simply by reading this document, thanks! Please make sure
you've read the main Perl module list at
http://www.cpan.org/modules/00modlist.long.html, all that is said



( run in 0.304 second using v1.01-cache-2.11-cpan-9b1e4054eb1 )