*) mod_rewrite: Make rewrite websocket aware to allow proxying.
PR 55598. [Chris Harris <chris.harris kitware com>]
- *) mod_ldap: When looking up sub-groups, use an implicit objectClass=*
- instead of an explicit cn=* filter. [David Hawes <dhawes vt.edu>]
-
*) mod_ssl: Improve handling of ephemeral DH and ECDH keys by
allowing custom parameters to be configured via SSLCertificateFile,
and by adding standardized DH parameters for 1024/2048/3072/4096 bits.
*) ldap: Support ldaps when using the Microsoft LDAP SDK.
PR 54626. [Jean-Frederic Clere]
- *) worker MPM: Don't forcibly kill worker threads if the child process is
- exiting gracefully. [Oracle Corporation]
-
*) mod_proxy: Add ap_connection_reusable() for checking if a connection
is reusable as of this point in processing. [Jeff Trawick]
applications to authenticate and/or authorize clients.
[Jeff Trawick]
- *) mod_auth_basic: Add AuthBasicUseDigestAlgorithm directive to
- allow migration of passwords from digest to basic authentication.
- [Chris Darroch]
-
*) core: Add util_fcgi.h and associated definitions and support
routines for FastCGI, based largely on mod_proxy_fcgi.
[Jeff Trawick]
problems if used with round robin load balancers). Don't regenerate the
secret on graceful restarts. PR 54637 [Stefan Fritsch]
- *) mod_logio: new format-specifier %C (combined) which is the sum of received
- and sent byte counts.
- PR54015 [Christophe Jaillet]
-
*) core: Remove apr_brigade_flatten(), buffering and duplicated code
from the HTTP_IN filter, parse chunks in a single pass with zero copy.
Reduce memory usage by 48 bytes per request. [Graham Leggett]