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

Changes for version 0.95_02

  • introduced experimental "stacked handlers" mechanism, allowing more than one Perl*Handler to be defined and run during each stage of the request.
  • Perl*Handler directives can now define any number of subroutines, e.g.
    • PerlTransHandler OneTrans TwoTrans RedTrans BlueTrans
  • with a new method, Apache->push_handlers can add to the stack by scripts at runtime
  • PerlLogHandler enabled by default during "stacked handlers" experiment
  • applied patches from Andreas to quiet prototype warnings seen with perl5.003_94
  • applied patches from Gerald Richter <richter@ecos.de> to: -add Apache::uri_unescape_info function (and make $r->args/content use it) -built Apache::MyConfig module -Term::Readline Makefile.PL support for history, etc.

Documentation

Embed a Perl interpreter in the Apache server

Modules

Constants defined in httpd.h
Perl interface to the Apache server API
Limit user access by number of requests
Building blocks for mod_perl PerlAuthenHandler's
Authenticate via Perl DBI
Authorize based on age
Utilities for debugging embedded perl code
Translate URI's into mSQL database queries
OPT_* defines from httpd_core.h
Run unaltered CGI scrips under mod_perl
Implement Server Side Includes in Perl
Embedded interpreter status information
Install Apache mod_perl and related modules

Provides

in lib/Apache/CGI.pm