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

Changes for version 1.15

  • new experimental XS implementation of Apache::PerlRun/Apache::Registry handlers in module Apache::PerlRunXS (enable with PERL_RUN_XS=1)
  • added $r->get_server_name method
  • move /tmp/mod_perl_* to t/logs, t/conf
  • alias Apache::Util unescape_uri -> Apache::unescape_url
  • alias Apache::Log emerg -> emergency, crit -> critical
  • deal with PL_ renaming in 5.004_76+
  • fixes to support to apache_1.3.0+ssl_1.19 [Salvador Ortiz]
  • add another dTHR so we build/run with threaded Perl again
  • USE_APXS fixups:
    • -use apaci/find_source instead of hard-coding files in apaci/configure -re-gen apaci/mod_perl.config before running apache/configure -chmod 0644, apaci/mod_perl.config

Documentation

First steps needed to use mod_perl as a CGI replacement
accessing the Apache API via mod_perl ($Date: 1998/03/19 23:08:34 $)
running CGI scripts under mod_perl ($Date: 1998/05/28 21:55:33 $)
frequently asked questions about mod_perl ($Date: 1998/07/01 23:16:23 $)
Embed a Perl interpreter in the Apache HTTP server
Access to the mod_perl CVS development tree
How to use mod_perl's MethodHandlers
common/known mod_perl traps
mod_perl performance tuning

Modules

Perl interface to the Apache server API
Authentication via Perl's DBI
Authorization via Perl's DBI
Constants defined in apache header files
Initiate a persistent database connection
Utilities for debugging embedded perl code
Debug Apache::DBI modules
Utils for Apache:C/Perl glue
Utilities for mod_perl/mod_include integration
Interface to Apache logging
OPT_* defines from httpd_core.h
Run unaltered CGI scripts under mod_perl
XS implementation of Apache::PerlRun/Apache::Registry
Utilities for work with <Perl> sections
Properly set redirect status for loggers
Run unaltered CGI scrips under mod_perl
Compile Apache::Registry scripts at server startup
Limit resources used by httpd children
Override apache signal handlers with Perl's
Maintain session state across HTTP requests
Store client sessions in your DBMS
Store client sessions in your filesystem
Store client sessions via IPC::Shareable
Store client sessions in a global hash
Maintain session state across HTTP requests
Reload %INC files when updated on disk
Embedded interpreter status information
Things for symbol things
Tie interfaces to Apache structures
URI component parsing and unparsing
Interface to Apache C util functions
Override Perl's built-in fork()
Generate an httpd.conf file
Methods for locating and parsing bits of Apache source code

Provides

in perl/lib/site/Apache/Constants/Exports.pm
in perl/lib/site/Apache/DBI.pm
in perl/lib/site/Apache/FakeRequest.pm
in perl/lib/site/Apache/Housing.pm
in perl/lib/site/Apache/ModuleConfig.pm
in perl/lib/site/Apache/MyConfig.pm
in perl/lib/site/Apache/httpd_conf.pm
in perl/lib/site/Apache/Session/Daemon.pm
in perl/lib/site/Apache/Session.pm
in perl/lib/site/Apache/test.pm
in perl/lib/site/Apache/Registry.pm

Other files