Apache HTTP Server Version 2.5
Available Languages: en
This document describes changes to the Apache HTTPD API from version 2.4 to 2.6, that may be of interest to module/application developers and core hacks. As of the first GA release of the 2.6 branch API compatibility is preserved for the life of the 2.6 branch. (The VERSIONING description for the 2.6 release provides more information about API compatibility.)
API changes fall into two categories: APIs that are altogether new, and existing APIs that are expanded or changed. The latter are further divided into those where all changes are backwards-compatible (so existing modules can ignore them), and those that might require attention by maintainers. As with the transition from HTTPD 2.2 to 2.4, existing modules and applications will require recompiling and may call for some attention, but most should not require any substantial updating (although some may be able to take advantage of API changes to offer significant improvements).
For the purpose of this document, the API is split according
to the public header files. These headers are themselves the
reference documentation, and can be used to generate a browsable
HTML reference with make docs
.
Introduces a new API to fill me in.
token_checker
hook to handle authentication based on
mechanisms other than username and password.ap_hook_check_autht
, as an addition to
ap_hook_check_authn
and ap_hook_check_authz
.Adds an additional provider framework for autht - token authentication.
In order to take advantage of fill me in.
ap_md5digest()
/ ap_md5contextTo64
Available Languages: en