Identify new modules in Apache httpd trunk (2.5.x/2.6)
trunkThe trunk development line (targeting 2.5.x/2.6) introduces several new modules not present in the 2.4.x series. Key functional additions include:
- Proxying:
mod_proxy_beaconfor UDP datagram channels (usingProxyBeacon*directives). - Authentication: The
autht(authentication token) framework, includingmod_autht_jwt(JWT signing/verification) andmod_auth_bearer(RFC 6750 Bearer tokens). - Logging:
mod_log_jsonfor structured JSON access logs,mod_journaldfor systemd journal logging, andmod_syslogfor syslog provider support. - Security & Filters:
mod_cryptofor encrypting/decrypting request and response bodies viaCrypto*directives. - WebDAV: Enhanced support via
DAVquota(quota support) andDAVMSext(Microsoft WebDAV extensions).