Changes for version 1.11
- Apache::SIG enhancements for LogFormat [Doug Bagley <doug@dejanews.com>]
- drop API_EXPORTs for mod_include #perl stuff which breaks under win32/1.3b6 spotted by Jeff Baker
- Inclusion of $r->server->server_hostname if $r->server->is_virtual in Apache::Registry script namespaces is back to On by default after recently tripping up Ben Laurie, Janos Farkas, Tony Bowden. To disable (only gain is to conserve memory) in a startup file set: $Apache::Registry::NameWithVirtualHost = 0;
- work around bloody make problem "don't know how to make Apache.c Constants.c" spotted on SCO by Krister Keskitalo (along w/ 1-2 others in the past)
- fix Makefile.PL for apache-1.2.6+ssl_1.16
- Stefano Santoro <ssantoro@voicetek.com>, Dan Peterson <pete@spry.com>
- removed obsolete src/Makefile.tmpl and src/Makefile.tmpl-Ben-SSL files
- new module Apache::ExtUtils, currently with one method to generate xs code so Apache/Perl modules can add their own directives to Apache rather than use PerlSetVar (just some more rope, really)
- 1.3b6 compat:
- deal with ap_ API prefixing
- t/modules/embperl will warn on failure: >>> NOTE: Be sure to rebuild HTML::Embperl against Apache 1.3b6+ >>> Try 'make test' again after doing so.
- experimental: #ifdef PERL_OBJECT_HANDLERS, mod_perl will thaw objects from Perl*Handler strings such as `$Global::Object->method'
- $r->custom_response will now work under win32 with 1.3b6-dev+
- added win32 test enhancements suggested by Gerald Richter
- added mod_perl_cvs.pod document
Documentation
First steps needed to use mod_perl as a CGI replacement
Access to the mod_perl CVS development tree
common/known mod_perl traps
mod_perl performance tuning
Modules
Perl interface to the Apache server API UNAUTHORIZED
Authentication via Perl's DBI UNAUTHORIZED
Authorization via Perl's DBI UNAUTHORIZED
Constants defined in apache header files UNAUTHORIZED
Initiate a persistent database connection UNAUTHORIZED
Utilities for debugging embedded perl code UNAUTHORIZED
Debug Apache::DBI modules UNAUTHORIZED
Utils for Apache:C/Perl glue UNAUTHORIZED
Utilities for mod_perl/mod_include integration UNAUTHORIZED
OPT_* defines from httpd_core.h UNAUTHORIZED
Utilities for work with <Perl> sections UNAUTHORIZED
Properly set redirect status for loggers UNAUTHORIZED
Run unaltered CGI scrips under mod_perl UNAUTHORIZED
Compile Apache::Registry scripts at server startup UNAUTHORIZED
Limit resources used by httpd children UNAUTHORIZED
Override apache signal handlers with Perl's UNAUTHORIZED
Maintain session state across HTTP requests
Reload %INC files when updated on disk UNAUTHORIZED
Embedded interpreter status information UNAUTHORIZED
Things for symbol things UNAUTHORIZED
Override Perl's built-in fork() UNAUTHORIZED
Generate an httpd.conf file UNAUTHORIZED
Methods for locating and parsing bits of Apache source code UNAUTHORIZED
Install Apache mod_perl and related modules UNAUTHORIZED
Embed a Perl interpreter in the Apache HTTP server
Provides
in lib/site/Apache/DBI.pm
UNAUTHORIZED
in lib/site/Apache/FakeRequest.pm
UNAUTHORIZED
in lib/site/Apache/MyConfig.pm
in lib/site/Apache/httpd_conf.pm
UNAUTHORIZED
in lib/site/Apache/test.pm
UNAUTHORIZED
in lib/site/Apache/Registry.pm
UNAUTHORIZED