The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Apache::ModuleDoc - Self documentation for Apache C modules

SYNOPSIS

 <Location /manual/mod>
  SetHandler perl-script
  PerlHandler Apache::ModuleDoc
 </Location>

DESCRIPTION

This modules provides a documentation template for Apache C modules. The Location for which this module is configured should be where the standard Apache module documentation lives. If a request URI relative to that Location is a module name (not the .html file), Apache::ModuleDoc will do it's work, otherwise it will DECLINE to handle the request.

AUTHOR

Doug MacEachern

SEE ALSO

Apache::Module(3), Apache(3), mod_perl(3)