Apache HTTP Server Version 2.1
This document describes some of the major changes between the 2.0 and 2.2 versions of the Apache HTTP Server. For new features since version 1.3, see the 2.0 new features document.
mod_proxy_balancer
module provides
load balancing services for mod_proxy
.
The new mod_proxy_ajp
module adds support for the
Apache JServ Protocol version 1.3
used by
Apache Tomcat.mod_filter
introduces dynamic configuration
to the output filter chain. It enables filters to be conditionally
inserted, based on any Request or Response header or environment
variable, and dispenses with the more problematic dependencies and
ordering problems in the 2.0 architecture.mod_authnz_ldap
mod_auth_ldap
module to the 2.2 Authn/Authz
framework. New features include using LDAP attribute values and
complicated search filters in the
Require
directive.mod_info
?config
argument which will show
the configuration directives as parsed by Apache, including
their file name and line number. The module also
shows the order of all request hooks and additional
build information, similar to httpd -V
.APR
and
APR-Util
. For details, see the
APR Website.ap_log_cerror
has been added to log
errors that occure with the client's connection. When logged,
the message includes the client IP address.test_config
has been added to aid
modules that want to execute special code only when the user passes
-t
to httpd.ThreadStackSize
has been added to
set the stack size on all threaded MPMs. This is required
for some third-party modules on platforms with small default
thread stack size.mod_filter
, using the
ap_register_output_filter_protocol
or
ap_filter_protocol
calls.