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.
Apache JServ Protocol version 1.3
used by
Apache Tomcat.mod_auth_ldap
module to the 2.2 Authn/Authz
framework. New features include using LDAP attribute values and
complicated search filters in the
?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.ap_register_output_filter_protocol
or
ap_filter_protocol
calls.