10139N/A *) mod_proxy: Shutdown (eg. close notify) the backend connection before
10139N/A *) mpm_event[opt]: Send the SSL close notify alert when the KeepAliveTimeout
10139N/A expires. PR54998. [Yann Ylavic]
10139N/A *) mod_ssl: Ensure that the SSL close notify alert is flushed to the client.
10139N/A *) mod_log_config: Add GlobalLog to allow a globally defined log to
10139N/A be inherited by virtual hosts that define a CustomLog.
10139N/A *) MPMs: Support SO_REUSEPORT to create multiple duplicated listener
10139N/A records for scalability. [Yingqi Lu <yingqi.lu@intel.com>,
10139N/A *) mod_proxy_html: support automatic detection of doctype and processing
10139N/A of FPIs. PR56285 [Micha Lenk <micha lenk info>, Nick Kew]
10139N/A *) mod_proxy_html: skip documents shorter than 4 bytes
10139N/A PR 56286 [Micha Lenk <micha lenk info>]
10139N/A *) mod_proxy_fdpass: Fix computation of the size of 'struct sockaddr_un'
10139N/A [Graham Dumpleton <grahamd apache org>]
10139N/A *) mod_socache_shmcb: Correct counting of expirations for status display.
10139N/A Expirations happening during retrieval were not counted. [Rainer Jung]
10139N/A *) mod_proxy_balancer: Correctly encode user provided data in management
10139N/A *) core: Add ap_mpm_resume_suspended() API to allow a suspended connection
10139N/A *) core: Add ap_mpm_register_socket_callback_timeout() API. [Eric Covener]
10139N/A *) mod_proxy_wstunnel: Honor ProxyWebsocketIdleTimeout in asynchronous
10139N/A processing mode. [Eric Covener]
10139N/A *) mod_proxy_fcgi: Fix occasional high CPU when handling request bodies.
10139N/A *) mod_proxy_fcgi: Support iobuffersize parameter. [Jeff Trawick]
10139N/A *) mod_cache: Preserve non-cacheable headers forwarded from an origin 304
10139N/A response. PR 55547. [Yann Ylavic]
10139N/A *) mod_authnz_ldap: Fail explicitly when the filter is too long. Remove
10139N/A unnecessary apr_pstrdup() and strlen(). [Graham Leggett]
10139N/A *) Add the ldap-search option to mod_authnz_ldap, allowing authorization
10139N/A to be based on arbitrary expressions that do not include the username.
10139N/A *) Add the ldap function to the expression API, allowing LDAP filters and
10139N/A distinguished names based on expressions to be escaped correctly to
10139N/A guard against LDAP injection. [Graham Leggett]
10139N/A *) Add module mod_ssl_ct, which provides an implementation of Certificate
10139N/A Transparency (RFC 6962) for httpd. [Jeff Trawick]
10139N/A *) mod_proxy: Preserve original request headers even if they differ
10139N/A from the ones to be forwarded to the backend. PR 45387.
10139N/A forward "100 Continue" (interim) response to the client if it does
10139N/A *) mod_remoteip: Prevent an external proxy from presenting an internal
10139N/A *) mod_ssl: Add hooks to allow other modules to perform processing at
10139N/A several stages of initialization and connection handling. See
10139N/A *) mod_proxy_wstunnel: Avoid sending error responses down an upgraded
10139N/A websockets connection as it is being close down. [Eric Covener]
10139N/A *) mod_proxy_wstunnel: Allow the administrator to cap the amount
10139N/A of time a synchronous websockets connection stays idle with
10139N/A ProxyWebsocketIdleTimeout. [Eric Covener]
10139N/A *) mod_proxy_wstunnel: Change to opt-in for asynchronous support, adding
10139N/A directives ProxyWebsocketAsync and ProxyWebsocketAsyncDelay.
10139N/A *) mod_proxy_wstunnel: Stop leaking websockets backend connections under
10139N/A event MPM (trunk-only). [Eric Covener]
10139N/A *) mod_proxy_http: Add detach_backend hook (potentially usable
10139N/A in other proxy scheme handlers). [Jeff Trawick]
10139N/A *) mod_deflate: Add DeflateAlterETag to control how the ETag
10139N/A is modified. The 'NoChange' parameter mimics
2.2.x behavior.
10139N/A PR 45023, PR 39727. [Eric Covener]
10139N/A *) mod_rewrite: Add 'BNF' (backreferences-no-plus) flag to RewriteRule to
10139N/A allow spaces in backreferences to be encoded as %20 instead of '+'.
10139N/A *) mod_rewrite: Support an optional list of characters to escape in the
10139N/A argument for the 'B' (escape backreferences) flag. [Eric Covener]
10139N/A *) mod_ssl: Add SSLOCSPUseRequestNonce directive to control whether or not
10139N/A OCSP requests should use a nonce to be checked against the responder's
10139N/A *) mod_dir: Default to 2.2-like behavior and skip execution when method is
10139N/A neither GET nor POST, such as for DAV requests. PR 54914. [Chris Darroch]
10139N/A *) mod_rewrite: Rename the handler that does per-directory internal
10139N/A redirects to "rewrite-redirect-handler" from "redirect-handler" so
10139N/A it is less ambiguous and less likely to be reused. [Eric Covener]
10139N/A *) mod_rewrite: Protect against looping with the [N] flag by enforcing a
10139N/A default limit of 10000 iterations, and allowing each rule to change its
10139N/A *) mod_ssl: Fix config merging of SSLOCSPEnable and SSLOCSPOverrideResponder.
10139N/A *) Add HttpContentLengthHeadZero and HttpExpectStrict directives.
10139N/A [Yehuda Sadeh <yehuda inktank com>, Justin Erenkrantz]
10139N/A *) FreeBSD: Disable IPv4-mapped listening sockets by default for versions
10139N/A 5+ instead of just for FreeBSD 5. PR 53824. [Jeff Trawick]
10139N/A *) mod_auth_form: Add a debug message when the fields on a form are not
10139N/A *) mod_ssl: Add -t -DDUMP_CA_CERTS option which dumps the filenames of all
10139N/A configured SSL CA certificates to stdout the same way as DUMP_CERTS does.
10139N/A *) mod_ssl: Don't flush when an EOS is received. Prepares mod_ssl
10139N/A to support write completion. [Graham Leggett]
10139N/A *) core: Add parse_errorlog_arg callback to ap_errorlog_provider
10139N/A to allow providers to check the ErrorLog argument. [Jan Kaluza]
10139N/A *) mod_cgid: Use the servers Timeout for each read from a CGI script,
10139N/A allow override with new CGIDRequestTimeout directive. PR43494
10139N/A [Eric Covener, Toshikuni Fukaya <toshikuni-fukaya cybozu co jp>]
10139N/A *) core: Add missing Reason-Phrase in HTTP response headers.
10139N/A *) core: ensure any abnormal exit is reported to stderr if it's a tty.
10139N/A shared memory pool instead of a per-process pool. [Daniel Gruno]
10139N/A *) ldap: Support ldaps when using the Microsoft LDAP SDK.
10139N/A PR 54626. [Jean-Frederic Clere]
10139N/A *) mod_proxy: Add ap_connection_reusable() for checking if a connection
10139N/A is reusable as of this point in processing. [Jeff Trawick]
10139N/A *) mod_authnz_ldap: Change default value of AuthLDAPMaxSubGroupDepth to 0
10139N/A to avoid performance problems when subgroups aren't in use. [Eric Covener]
10139N/A *) mod_syslog: New module implementing syslog ap_error_log provider.
10139N/A Previously, this code was part of core, now it's in separate module.
10139N/A *) core: Add ap_errorlog_provider to make ErrorLog logging modular. Move
10139N/A syslog support from core to new mod_syslog. [Jan Kaluza]
10139N/A *) WinNT MPM: If ap_run_pre_connection() fails or sets c->aborted, don't
10139N/A save the socket for reuse by the next worker as if it were an
10139N/A APR_SO_DISCONNECTED socket. Restores 2.2 behavior. [Eric Covener]
10139N/A *) mod_status, mod_echo: Fix the display of client addresses.
10139N/A They were truncated to 31 characters which is not enough for IPv6 addresses.
10139N/A PR 54848 [Bernhard Schmidt <berni birkenwald de>]
10139N/A *) core: Add ap_log_data(), ap_log_rdata(), etc. for logging buffers.
10139N/A *) mod_unique_id: Use output of the PRNG rather than IP address and
10139N/A pid, avoiding sleep() call and possible DNS issues at startup,
10139N/A plus improving randomness for IPv6-only hosts.
10139N/A *) mod_authnz_ldap: Support primitive LDAP servers that do not accept
10139N/A filters, such as "SDBM-backed LDAP" on
z/OS, by allowing a special
10139N/A filter "none" to be specified in AuthLDAPURL. [Eric Covener]
10139N/A *) mod_file_cache: mod_file_cache should be able to serve files that
10139N/A haven't had a Content-Type set via
e.g. mod_mime. [Eric Covener]
10139N/A *) core: merge AllowEncodedSlashes from the base configuration into
10139N/A *) mod_ldap: Don't keep retrying if a new LDAP connection times out.
10139N/A *) mod_deflate: permit compilation of mod_deflate against a zlib that has
10139N/A been configured with -D Z_PREFIX, which redefines the token "deflate".
10139N/A *) mod_auth_digest: Use the secret when generating nonces in all cases and
10139N/A not only when AuthName is used in .htaccess files (this change may cause
10139N/A problems if used with round robin load balancers). Don't regenerate the
10139N/A secret on graceful restarts. PR 54637 [Stefan Fritsch]
10139N/A *) core: Remove apr_brigade_flatten(), buffering and duplicated code
10139N/A from the HTTP_IN filter, parse chunks in a single pass with zero copy.
10139N/A Reduce memory usage by 48 bytes per request. [Graham Leggett]
10139N/A *) core: Stop the HTTP_IN filter from attempting to write error buckets
10139N/A to the output filters, which is bogus in the proxy case. Create a
10139N/A clean mapping from APR codes to HTTP status codes, and use it where
10139N/A *) mod_proxy: Ensure network errors detected by the proxy are returned as
10139N/A 504 Gateway Timout as opposed to 502 Bad Gateway, in order to be
10139N/A compliant with RFC2616 14.9.4 Cache Revalidation and Reload Controls.
10139N/A *) mod_dav: mod_dav overrides dav_fs response on PUT failure. PR 35981
10139N/A *) core, mod_ssl: Enable the ability for a module to reverse the sense of
10139N/A a poll event from a read to a write or vice versa. This is a step on
10139N/A the way to allow mod_ssl taking full advantage of the event MPM.
10139N/A *) mod_ldap: LDAP connections used for authentication were not respecting
10139N/A LDAPConnectionPoolTimeout. PR 54587
10139N/A *) core: ap_rgetline_core now pulls from r->proto_input_filters.
10139N/A *) mod_proxy_html: process parsed comments immediately.
10139N/A Fixes bug where parsed comments may be lost. [Nick Kew]
10139N/A *) mod_proxy_html: introduce doctype for HTML 5 [Nick Kew]
10139N/A *) mod_proxy_html: fix typo-bug processing "strict" vs "transitional"
10139N/A *) core: Add option to add valgrind support. Use it to reduce false positive
10139N/A warnings in mod_ssl. [Stefan Fritsch]
10139N/A *) mod_authn_file, mod_authn_dbd, mod_authn_dbm, mod_authn_socache:
10139N/A Cache the result of the most recent password hash verification for every
10139N/A keep-alive connection. This saves some expensive calculations.
10139N/A *) http: Remove support for Request-Range header sent by Navigator 2-3 and
10139N/A *) core, http: Extend HttpProtocol with an option to enforce stricter HTTP
10139N/A conformance or to only log the found problems. [Stefan Fritsch]
10139N/A *) core: Correctly parse an IPv6 literal host specification in an absolute
10139N/A URL in the request line. [Stefan Fritsch]
10139N/A *) core: Add LogLevelOverride directive that allows to override the
10139N/A loglevel for clients from certain IPs. This also works for things
10139N/A like the SSL handshake where <If> LogLevel ... </If> is evaluated
10139N/A *) core: Add new directive Warning to issue warnings from a configuration
10139N/A file. Both Warning and Error now generate a timestamped log message.
10139N/A *) ap_expr: Add SERVER_PROTOCOL_VERSION, ..._MAJOR, and ..._MINOR
10139N/A *) core: New directive RegisterHttpMethod for registering non-standard
10139N/A *) core: New directive HttpProtocol which allows to disable HTTP/0.9
10139N/A *) mod_allowhandlers: New module to forbid specific handlers for specific
10139N/A *) mod_systemd: New module, for integration with systemd on Linux.
10139N/A *) WinNT MPM: Store pid and generation for each thread in scoreboard
10139N/A to allow tracking of threads from exiting children via mod_status
10139N/A or other such mechanisms. [Jeff Trawick]
10139N/A - APIs: ap_log_pid(), ap_remove_pid, ap_read_pid()
10139N/A - core: the scoreboard (ScoreBoardFile), pid file (PidFile), and
10139N/A - mod_cache: thundering herd lock directory
10139N/A - mod_lbmethod_heartbeat, mod_heartmonitor: heartbeat storage file
10139N/A - mod_ldap: shared memory cache
10139N/A - mod_socache_shmcb, mod_socache_dbm: shared memory or dbm for cache
10139N/A *) suexec: Add --enable-suexec-capabilites support on Linux, to use
10139N/A *) suexec: Add support for logging to syslog as an alternative to logging
10139N/A to a file; configure --without-suexec-logfile --with-suexec-syslog.
10139N/A *) mod_ssl: Add support for TLS Next Protocol Negotiation. PR 52210.
10139N/A *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
10139N/A be compiled by the build compiler instead of the host compiler.
10139N/A Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
10139N/A *) core: In maintainer mode, replace apr_palloc with a version that
10139N/A initializes the allocated memory with non-zero values, except if
10139N/A AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
10139N/A *) mod_policy: Add a new testing module to help server administrators
10139N/A enforce a configurable level of protocol compliance on their
10139N/A servers and application servers behind theirs. [Graham Leggett]
10139N/A *) mod_firehose: Add a new debugging module able to record traffic
10139N/A passing through the server in such a way that connections
and/or 10139N/A requests be reconstructed and replayed. [Graham Leggett]
10139N/A [Apache 2.5.0-dev includes those bug fixes and changes with the