Changes for version 0.95_03

  • with 1.2b8-dev+, we no longer need a Makefile.tmpl
  • added Apache->max_requests_per_child method
  • now have taint.t test
  • added <Perl> config section (see httpd.conf.pl) (needs 'perl Makefile.PL PERL_SECTIONS=1')
  • Apache::Registry will now chdir to directory where the script
  • Apache::AuthenDBI and Apache::Authen removed from distribution, now maintained by John Groenveld and Steve Kane
  • added PerlInitHandler and PerlCleanupHandler hooks
  • Apache::Registry will require CGI.pm version 2.32 or higher if it finds CGI.pm in %INC
  • added Apache::Registry->push_cleanup method suggested by Frank Cringle.
  • applied patches from Gerald Richter <richter@ecos.de> to: -fix Apache::unescape_url_info -one s/Apache::Config/Apache::MyConfig/ in Makefile.PL

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
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