CHANGES revision 53b3e9f9937ca992fb149d02d19223674c81c5a4
16c3dab75292d97eca6698f695f5012c16f86011slive -*- coding: utf-8 -*-
16c3dab75292d97eca6698f695f5012c16f86011sliveChanges with Apache 2.3.14
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_log_debug: New module that allows to log custom messages at various
16c3dab75292d97eca6698f695f5012c16f86011slive phases in the request processing. [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_ssl: Add some debug logging when loading server certificates.
16c3dab75292d97eca6698f695f5012c16f86011slive PR 37912. [Nick Burch <nick burch alfresco com>]
16c3dab75292d97eca6698f695f5012c16f86011slive *) configure: Support reallyall option also for --enable-mods-static.
16c3dab75292d97eca6698f695f5012c16f86011slive [Rainer Jung]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_socache_dc: add --with-distcache to configure for choosing
16c3dab75292d97eca6698f695f5012c16f86011slive the distcache installation directory. [Rainer Jung]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_socache_dc: use correct build variable MOD_SOCACHE_DC_LDADD
16c3dab75292d97eca6698f695f5012c16f86011slive instead of MOD_SOCACHE_LDADD in build macro. [Rainer Jung]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_lua, mod_deflate: respect platform specific runpath linker
16c3dab75292d97eca6698f695f5012c16f86011slive flag. [Rainer Jung]
16c3dab75292d97eca6698f695f5012c16f86011sliveChanges with Apache 2.3.13
16c3dab75292d97eca6698f695f5012c16f86011slive *) ab: Support specifying the local address to use. PR 48930.
16c3dab75292d97eca6698f695f5012c16f86011slive [Peter Schuller <scode spotify com>]
16c3dab75292d97eca6698f695f5012c16f86011slive *) core: Add support to ErrorLogFormat for logging the system unique
16c3dab75292d97eca6698f695f5012c16f86011slive thread id under Linux. [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) event: New AsyncRequestWorkerFactor directive to influence how many
16c3dab75292d97eca6698f695f5012c16f86011slive connections will be accepted per process. [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) prefork, worker, event: Rename MaxClients to MaxRequestWorkers which
16c3dab75292d97eca6698f695f5012c16f86011slive describes more accurately what it does. [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) rotatelogs: Add -p argument to specify custom program to invoke
16c3dab75292d97eca6698f695f5012c16f86011slive after a log rotation. PR 51285. [Sven Ulland <sveniu ifi.uio.no>,
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_ssl: Don't do OCSP checks for valid self-issued certs. [Kaspar Brand]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_ssl: Avoid unnecessary renegotiations with SSLVerifyDepth 0.
16c3dab75292d97eca6698f695f5012c16f86011slive PR 48215. [Kaspar Brand]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_status: Display information about asynchronous connections in the
16c3dab75292d97eca6698f695f5012c16f86011slive server-status. PR 44377. [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mpm_event: If the number of connections of a process is very high, or if
16c3dab75292d97eca6698f695f5012c16f86011slive all workers are busy, don't accept new connections in that process.
16c3dab75292d97eca6698f695f5012c16f86011slive [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mpm_event: Process lingering close asynchronously instead of tying up
16c3dab75292d97eca6698f695f5012c16f86011slive worker threads. [Jeff Trawick, Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mpm_event: If MaxMemFree is set, limit the number of pools that is kept
16c3dab75292d97eca6698f695f5012c16f86011slive around. [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mpm_event: Fix graceful restart aborting connections. PR 43359.
16c3dab75292d97eca6698f695f5012c16f86011slive [Takashi Sato <takashi lans-tv com>]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_ssl: Disable AECDH ciphers in example config. PR 51363.
16c3dab75292d97eca6698f695f5012c16f86011slive [Rob Stradling <rob comodo com>]
16c3dab75292d97eca6698f695f5012c16f86011slive *) core: Introduce new function ap_get_conn_socket() to access the socket of
16c3dab75292d97eca6698f695f5012c16f86011slive a connection. [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_data: Introduce a filter to support RFC2397 data URLs. [Graham
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_userdir/mod_alias/mod_vhost_alias: Correctly set DOCUMENT_ROOT,
4e191199a0aeab09d78df8f5579e745572e8b7bcwsanchez CONTEXT_DOCUMENT_ROOT, CONTEXT_PREFIX. PR 26052. PR 46198.
16c3dab75292d97eca6698f695f5012c16f86011slive [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) core: Allow to override document_root on a per-request basis. Introduce
16c3dab75292d97eca6698f695f5012c16f86011slive new context_document_root and context_prefix which provide information
16c3dab75292d97eca6698f695f5012c16f86011slive about non-global URI-to-directory mappings (from e.g. mod_userdir or
16c3dab75292d97eca6698f695f5012c16f86011slive mod_alias) to scripts. PR 49705. [Stefan Fritsch]
4e191199a0aeab09d78df8f5579e745572e8b7bcwsanchez *) core: Add <ElseIf> and <Else> to complement <If> sections.
16c3dab75292d97eca6698f695f5012c16f86011slive [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_ext_filter: Remove DebugLevel option in favor of per-module loglevel.
16c3dab75292d97eca6698f695f5012c16f86011slive [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_include: Make the "#if expr" element use the new "ap_expr" expression
16c3dab75292d97eca6698f695f5012c16f86011slive parser. The old parser can still be used by setting the new directive
16c3dab75292d97eca6698f695f5012c16f86011slive SSILegacyExprParser. [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) core: Add some features to ap_expr for use by mod_include: a restricted
16c3dab75292d97eca6698f695f5012c16f86011slive mode that does not allow to bypass request access restrictions; new
16c3dab75292d97eca6698f695f5012c16f86011slive variables DOCUMENT_URI (alias for REQUEST_URI), LAST_MODIFIED; -A as an
16c3dab75292d97eca6698f695f5012c16f86011slive alias for -U; an additional data entry in ap_expr_eval_ctx_t for use by
16c3dab75292d97eca6698f695f5012c16f86011slive the consumer; an extensible ap_expr_exec_ctx() API that allows to use that
16c3dab75292d97eca6698f695f5012c16f86011slive data entry. [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_include: Merge directory configs instead of one SSI* config directive
16c3dab75292d97eca6698f695f5012c16f86011slive causing all other per-directory SSI* config directives to be reset.
16c3dab75292d97eca6698f695f5012c16f86011slive [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_charset_lite: Remove DebugLevel option in favour of per-module
16c3dab75292d97eca6698f695f5012c16f86011slive loglevel. [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) core: Add ap_regexec_len() function that works with non-null-terminated
16c3dab75292d97eca6698f695f5012c16f86011slive strings. PR 51231. [Yehezkel Horowitz <horowity checkpoint com>]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_authnz_ldap: If the LDAP server returns constraint violation,
16c3dab75292d97eca6698f695f5012c16f86011slive don't treat this as an error but as "auth denied". [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_proxy_fcgi|scgi: Add support for "best guess" of PATH_INFO
16c3dab75292d97eca6698f695f5012c16f86011slive for SCGI/FCGI. PR 50880, 50851. [Mark Montague <mark catseye.org>,
16c3dab75292d97eca6698f695f5012c16f86011slive Jim Jagielski]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_cache: When content is served stale, and there is no means to
16c3dab75292d97eca6698f695f5012c16f86011slive revalidate the content using ETag or Last-Modified, and we have
16c3dab75292d97eca6698f695f5012c16f86011slive mandated no stale-on-error behaviour, stand down and don't cache.
16c3dab75292d97eca6698f695f5012c16f86011slive Saves a cache write that will never be read.
16c3dab75292d97eca6698f695f5012c16f86011slive [Graham Leggett]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_reqtimeout: Fix a timed out connection going into the keep-alive
16c3dab75292d97eca6698f695f5012c16f86011slive state after a timeout when discarding a request body. PR 51103.
16c3dab75292d97eca6698f695f5012c16f86011slive [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) core: Add various file existance test operators to ap_expr.
16c3dab75292d97eca6698f695f5012c16f86011slive [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_proxy_express: New mass reverse-proxy switch extension for
16c3dab75292d97eca6698f695f5012c16f86011slive mod_proxy. [Jim Jagielski]
16c3dab75292d97eca6698f695f5012c16f86011slive *) configure: Fix script error when configuring module set "reallyall".
16c3dab75292d97eca6698f695f5012c16f86011slive [Rainer Jung]
16c3dab75292d97eca6698f695f5012c16f86011sliveChanges with Apache 2.3.12
16c3dab75292d97eca6698f695f5012c16f86011slive *) configure, core: Provide easier support for APR's hook probe
16c3dab75292d97eca6698f695f5012c16f86011slive capability. [Jim Jagielski, Jeff Trawick]
16c3dab75292d97eca6698f695f5012c16f86011slive *) Silence autoconf 2.68 warnings. [Rainer Jung]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_authnz_ldap: Resolve crash when LDAP is used for authorization only
16c3dab75292d97eca6698f695f5012c16f86011slive [Scott Hill <shill genscape.com>]
16c3dab75292d97eca6698f695f5012c16f86011slive *) support: Make sure check_forensic works with mod_unique_id loaded
16c3dab75292d97eca6698f695f5012c16f86011slive [Joe Schaefer]
16c3dab75292d97eca6698f695f5012c16f86011slive *) Add child_status hook for tracking creation/termination of MPM child
16c3dab75292d97eca6698f695f5012c16f86011slive processes. Add end_generation hook for notification when the last
16c3dab75292d97eca6698f695f5012c16f86011slive MPM child of a generation exits. [Jeff Trawick]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_ldap: Make LDAPSharedCacheSize 0 create a non-shared-memory cache per
16c3dab75292d97eca6698f695f5012c16f86011slive process as opposed to disabling caching completely. This allows to use
16c3dab75292d97eca6698f695f5012c16f86011slive the non-shared-memory cache as a workaround for the shared memory cache
16c3dab75292d97eca6698f695f5012c16f86011slive not being available during graceful restarts. PR 48958. [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) Add new ap_reserve_module_slots/ap_reserve_module_slots_directive API,
16c3dab75292d97eca6698f695f5012c16f86011slive necessary if a module (like mod_perl) registers additional modules late
16c3dab75292d97eca6698f695f5012c16f86011slive in the startup phase. [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) core: Prevent segfault if DYNAMIC_MODULE_LIMIT is reached. PR 51072.
16c3dab75292d97eca6698f695f5012c16f86011slive [Torsten Förtsch <torsten foertsch gmx net>]
16c3dab75292d97eca6698f695f5012c16f86011slive *) WinNT MPM: Improve robustness under heavy load. [Jeff Trawick]
16c3dab75292d97eca6698f695f5012c16f86011slive *) MinGW build improvements. PR 49535. [John Vandenberg
16c3dab75292d97eca6698f695f5012c16f86011slive <jayvdb gmail.com>, Jeff Trawick]
16c3dab75292d97eca6698f695f5012c16f86011slive *) core: Support module names with colons in loglevel configuration.
16c3dab75292d97eca6698f695f5012c16f86011slive [Torsten Förtsch <torsten foertsch gmx net>]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_ssl, ab: Support OpenSSL compiled without SSLv2 support.
16c3dab75292d97eca6698f695f5012c16f86011slive [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) core: Abort if the MPM is changed across restart. [Jeff Trawick]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_proxy_ajp: Add support for 'ProxyErrorOverride on'. PR 50945.
16c3dab75292d97eca6698f695f5012c16f86011slive [Peter Pramberger <peter pramberger.at>, Jim Jagielski]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_proxy_fcgi: Add support for 'ProxyErrorOverride on'. PR 50913.
16c3dab75292d97eca6698f695f5012c16f86011slive [Mark Montague <mark catseye.org>, Jim Jagielski]
16c3dab75292d97eca6698f695f5012c16f86011slive *) core: Change the APIs of ap_cfg_getline() and ap_cfg_getc() to return an
16c3dab75292d97eca6698f695f5012c16f86011slive error code. Abort with a nice error message if a config line is too long.
16c3dab75292d97eca6698f695f5012c16f86011slive Partial fix for PR 50824. [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_info: Dump config to stdout during startup if -DDUMP_CONFIG is
16c3dab75292d97eca6698f695f5012c16f86011slive specified. PR 31956. [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) Restore visibility of DEFAULT_PIDLOG to core and modules. MPM
16c3dab75292d97eca6698f695f5012c16f86011slive helper function ap_remove_pid() added. [Jeff Trawick]
16c3dab75292d97eca6698f695f5012c16f86011slive *) Enable DEFAULT_REL_RUNTIMEDIR on Windows and NetWare. [various]
16c3dab75292d97eca6698f695f5012c16f86011slive *) Correct C++ incompatibility with http_log.h. [Stefan Fritsch, Jeff
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_log_config: Prevent segfault. PR 50861. [Torsten Förtsch
16c3dab75292d97eca6698f695f5012c16f86011slive *) core: AllowEncodedSlashes new option NoDecode to allow encoded slashes
16c3dab75292d97eca6698f695f5012c16f86011slive in request URL path info but not decode them. Change behavior of option
16c3dab75292d97eca6698f695f5012c16f86011slive "On" to decode the encoded slashes as 2.0 and 2.2 do. PR 35256,
16c3dab75292d97eca6698f695f5012c16f86011slive PR 46830. [Dan Poirier]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_ssl: Check SNI hostname against Host header case-insensitively.
16c3dab75292d97eca6698f695f5012c16f86011slive PR 49491. [Mayank Agrawal <magrawal.08 gmail.com>]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_ldap: Add LDAPConnectionPoolTTL to give control over lifetime
16c3dab75292d97eca6698f695f5012c16f86011slive of bound backend LDAP connections. PR47634 [Eric Covener]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_cache: Make CacheEnable and CacheDisable configurable per
16c3dab75292d97eca6698f695f5012c16f86011slive directory in addition to per server, making them work from within
16c3dab75292d97eca6698f695f5012c16f86011slive a LocationMatch. [Graham Leggett]
16c3dab75292d97eca6698f695f5012c16f86011slive *) worker, event, prefork: Correct several issues when built as
16c3dab75292d97eca6698f695f5012c16f86011slive DSOs; most notably, the scoreboard was reinitialized during graceful
16c3dab75292d97eca6698f695f5012c16f86011slive restart, such that processes of the previous generation were not
16c3dab75292d97eca6698f695f5012c16f86011slive observable. [Jeff Trawick]
16c3dab75292d97eca6698f695f5012c16f86011sliveChanges with Apache 2.3.11
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_win32: Added shebang check for '! so that .vbs scripts work as CGI.
16c3dab75292d97eca6698f695f5012c16f86011slive Win32's cscript interpreter can only use a single quote as comment char.
4e191199a0aeab09d78df8f5579e745572e8b7bcwsanchez [Guenter Knauf]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_proxy: balancer-manager now uses POST instead of GET.
16c3dab75292d97eca6698f695f5012c16f86011slive [Jim Jagielski]
4e191199a0aeab09d78df8f5579e745572e8b7bcwsanchez *) core: new util function: ap_parse_form_data(). Previously,
16c3dab75292d97eca6698f695f5012c16f86011slive this capability was tucked away in mod_request. [Jim Jagielski]
16c3dab75292d97eca6698f695f5012c16f86011slive *) core: new hook: ap_run_pre_read_request. [Jim Jagielski]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_cache: When a request other than GET or HEAD arrives, we must
16c3dab75292d97eca6698f695f5012c16f86011slive invalidate existing cache entities as per RFC2616 13.10. PR 15868.
16c3dab75292d97eca6698f695f5012c16f86011slive [Graham Leggett]
16c3dab75292d97eca6698f695f5012c16f86011slive *) modules: Fix many modules that were not correctly initializing if they
16c3dab75292d97eca6698f695f5012c16f86011slive were not active during server startup but got enabled later during a
16c3dab75292d97eca6698f695f5012c16f86011slive graceful restart. [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) core: Create new ap_state_query function that allows modules to determine
16c3dab75292d97eca6698f695f5012c16f86011slive if the current configuration run is the initial one at server startup,
16c3dab75292d97eca6698f695f5012c16f86011slive and if the server is started for testing/config dumping only.
16c3dab75292d97eca6698f695f5012c16f86011slive [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_proxy: Runtime configuration of many parameters for existing
16c3dab75292d97eca6698f695f5012c16f86011slive balancers via the balancer-manager. [Jim Jagielski]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_proxy: Runtime addition of new workers (BalancerMember) for existing
4e191199a0aeab09d78df8f5579e745572e8b7bcwsanchez balancers via the balancer-manager. [Jim Jagielski]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_cache: When a bad Expires date is present, we need to behave as if
16c3dab75292d97eca6698f695f5012c16f86011slive the Expires is in the past, not as if the Expires is missing. PR 16521.
16c3dab75292d97eca6698f695f5012c16f86011slive [Co-Advisor <coad@measurement-factory.com>]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_cache: We must ignore quoted-string values that appear in a
16c3dab75292d97eca6698f695f5012c16f86011slive Cache-Control header. PR 50199. [Graham Leggett]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_dav: Revert change to send 501 error if unknown Content-* header is
16c3dab75292d97eca6698f695f5012c16f86011slive received for a PUT request. PR 42978. [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_cache: Respect s-maxage as described by RFC2616 14.9.3, which must
16c3dab75292d97eca6698f695f5012c16f86011slive take precedence if present. PR 35247. [Graham Leggett]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_ssl: Fix a possible startup failure if multiple SSL vhosts
16c3dab75292d97eca6698f695f5012c16f86011slive are configured with the same ServerName and private key file.
16c3dab75292d97eca6698f695f5012c16f86011slive [Masahiro Matsuya <mmatsuya redhat.com>, Joe Orton]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_socache_dc: Make module compile by fixing some typos.
16c3dab75292d97eca6698f695f5012c16f86011slive PR 50735 [Mark Montague <mark catseye.org>]
16c3dab75292d97eca6698f695f5012c16f86011slive *) prefork: Update MPM state in children during a graceful stop or
16c3dab75292d97eca6698f695f5012c16f86011slive restart. PR 41743. [Andrew Punch <andrew.punch 247realmedia.com>]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_mime: Ignore leading dots when looking for mime extensions.
16c3dab75292d97eca6698f695f5012c16f86011slive PR 50434 [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) core: Add support to set variables with the 'Define' directive. The
16c3dab75292d97eca6698f695f5012c16f86011slive variables that can then be used in the config using the ${VAR} syntax
16c3dab75292d97eca6698f695f5012c16f86011slive known from envvar interpolation. [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_proxy_http: make adding of X-Forwarded-* headers configurable.
16c3dab75292d97eca6698f695f5012c16f86011slive ProxyAddHeaders defaults to On. [Vincent Deffontaines]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_slotmem_shm: Increase memory alignment for slotmem data.
16c3dab75292d97eca6698f695f5012c16f86011slive [Rainer Jung]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_ssl: Add config options for OCSP: SSLOCSPResponderTimeout,
16c3dab75292d97eca6698f695f5012c16f86011slive SSLOCSPResponseMaxAge, SSLOCSPResponseTimeSkew.
16c3dab75292d97eca6698f695f5012c16f86011slive [Kaspar Brand <httpd-dev.2011 velox.ch>]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_ssl: Revamp output buffering to reduce network overhead for
16c3dab75292d97eca6698f695f5012c16f86011slive output fragmented into many buckets, such as chunked HTTP responses.
16c3dab75292d97eca6698f695f5012c16f86011slive [Joe Orton]
16c3dab75292d97eca6698f695f5012c16f86011slive *) core: Apply <If> sections to all requests, not only to file base requests.
16c3dab75292d97eca6698f695f5012c16f86011slive Allow to use <If> inside <Directory>, <Location>, and <Files> sections.
16c3dab75292d97eca6698f695f5012c16f86011slive The merging of <If> sections now happens after the merging of <Location>
16c3dab75292d97eca6698f695f5012c16f86011slive sections, even if an <If> section is embedded inside a <Directory> or
16c3dab75292d97eca6698f695f5012c16f86011slive <Files> section. [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_proxy: Refactor usage of shared data by dropping the scoreboard
16c3dab75292d97eca6698f695f5012c16f86011slive and using slotmem. Create foundation for dynamic growth/changes of
16c3dab75292d97eca6698f695f5012c16f86011slive members within a balancer. Remove BalancerNonce in favor of a
16c3dab75292d97eca6698f695f5012c16f86011slive per-balancer 'nonce' parameter. [Jim Jagielski]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_status: Don't show slots which are disabled by MaxClients as open.
16c3dab75292d97eca6698f695f5012c16f86011slive PR: 47022 [Jordi Prats <jordi prats gmail com>, Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mpm_prefork: Fix ap_mpm_query results for AP_MPMQ_MAX_DAEMONS and
16c3dab75292d97eca6698f695f5012c16f86011slive AP_MPMQ_MAX_THREADS.
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_authz_core: Fix bug in merging logic if user-based and non-user-based
16c3dab75292d97eca6698f695f5012c16f86011slive authorization directives were mixed. [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_authn_socache: change directive name from AuthnCacheProvider
16c3dab75292d97eca6698f695f5012c16f86011slive to AuthnCacheProvideFor. The term "provider" is overloaded in
16c3dab75292d97eca6698f695f5012c16f86011slive this module, and we should avoid confusion between the provider
16c3dab75292d97eca6698f695f5012c16f86011slive of a backend (AuthnCacheSOCache) and the authn provider(s) for
16c3dab75292d97eca6698f695f5012c16f86011slive which this module provides cacheing (AuthnCacheProvideFor).
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_proxy_http: Allocate the fake backend request from a child pool
16c3dab75292d97eca6698f695f5012c16f86011slive of the backend connection, instead of misusing the pool of the frontend
16c3dab75292d97eca6698f695f5012c16f86011slive request. Fixes a thread safety issue where buckets set aside in the
16c3dab75292d97eca6698f695f5012c16f86011slive backend connection leak into other threads, and then disappear when
16c3dab75292d97eca6698f695f5012c16f86011slive the frontend request is cleaned up, in turn causing corrupted buckets
16c3dab75292d97eca6698f695f5012c16f86011slive to make other threads spin. [Graham Leggett]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_ssl: Change the format of the SSL_{CLIENT,SERVER}_{I,S}_DN variables
16c3dab75292d97eca6698f695f5012c16f86011slive to be RFC 2253 compatible, convert non-ASCII characters to UTF8, and
16c3dab75292d97eca6698f695f5012c16f86011slive escape other special characters with backslashes. The old format can
16c3dab75292d97eca6698f695f5012c16f86011slive still be used with the LegacyDNStringFormat argument to SSLOptions.
16c3dab75292d97eca6698f695f5012c16f86011slive *) core, mod_rewrite: Make the REQUEST_SCHEME variable available to
16c3dab75292d97eca6698f695f5012c16f86011slive scripts and mod_rewrite. [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_rewrite: Allow to use arbitrary boolean expressions (ap_expr) in
16c3dab75292d97eca6698f695f5012c16f86011slive RewriteCond. [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_rewrite: Allow to unset environment variables using E=!VAR.
16c3dab75292d97eca6698f695f5012c16f86011slive PR 49512. [Mark Drayton <mark markdrayton info>, Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_headers: Restore the 2.3.8 and earlier default for the first
16c3dab75292d97eca6698f695f5012c16f86011slive argument of the Header directive ("onsuccess"). [Eric Covener]
16c3dab75292d97eca6698f695f5012c16f86011slive *) core: Disallow the mixing of relative and absolute Options PR 33708.
16c3dab75292d97eca6698f695f5012c16f86011slive [Sönke Tesch <st kino-fahrplan.de>]
16c3dab75292d97eca6698f695f5012c16f86011slive *) core: When exporting request headers to HTTP_* environment variables,
16c3dab75292d97eca6698f695f5012c16f86011slive drop variables whose names contain invalid characters. Describe in the
16c3dab75292d97eca6698f695f5012c16f86011slive docs how to restore the old behaviour. [Malte S. Stretz <mss apache org>]
16c3dab75292d97eca6698f695f5012c16f86011slive *) core: When selecting an IP-based virtual host, favor an exact match for
16c3dab75292d97eca6698f695f5012c16f86011slive the port over a wildcard (or omitted) port instead of favoring the one
16c3dab75292d97eca6698f695f5012c16f86011slive that came first in the configuration file. [Eric Covener]
16c3dab75292d97eca6698f695f5012c16f86011slive *) core: Overlapping virtual host address/port combinations now implicitly
16c3dab75292d97eca6698f695f5012c16f86011slive enable name-based virtual hosting for that address. The NameVirtualHost
16c3dab75292d97eca6698f695f5012c16f86011slive directive has no effect, and _default_ is interpreted the same as "*".
16c3dab75292d97eca6698f695f5012c16f86011slive [Eric Covener]
16c3dab75292d97eca6698f695f5012c16f86011slive *) core: In the absence of any Options directives, the default is now
16c3dab75292d97eca6698f695f5012c16f86011slive "FollowSymlinks" instead of "All". [Igor Galić]
16c3dab75292d97eca6698f695f5012c16f86011slive *) rotatelogs: Add -e option to write logs through to stdout for optional
16c3dab75292d97eca6698f695f5012c16f86011slive further processing. [Graham Leggett]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_ssl: Correctly read full lines in input filter when the line is
16c3dab75292d97eca6698f695f5012c16f86011slive incomplete during first read. PR 50481. [Ruediger Pluem]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_authz_core: Add AuthzSendForbiddenOnFailure directive to allow
16c3dab75292d97eca6698f695f5012c16f86011slive sending '403 FORBIDDEN' instead of '401 UNAUTHORIZED' if authorization
16c3dab75292d97eca6698f695f5012c16f86011slive fails for an authenticated user. PR 40721. [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011sliveChanges with Apache 2.3.10
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_rewrite: Don't implicitly URL-escape the original query string
16c3dab75292d97eca6698f695f5012c16f86011slive when no substitution has changed it. PR 50447. [Eric Covener]
16c3dab75292d97eca6698f695f5012c16f86011slive *) core: Honor 'AcceptPathInfo OFF' during internal redirects,
16c3dab75292d97eca6698f695f5012c16f86011slive such as per-directory mod_rewrite substitutions. PR 50349.
16c3dab75292d97eca6698f695f5012c16f86011slive [Eric Covener]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_rewrite: Add 'RewriteOptions InheritBefore' to put the base
16c3dab75292d97eca6698f695f5012c16f86011slive rules/conditions before the overridden rules/conditions. PR 39313.
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_autoindex: add IndexIgnoreReset to reset the list of IndexIgnored
16c3dab75292d97eca6698f695f5012c16f86011slive filenames in higher precedence configuration sections. PR 24243.
16c3dab75292d97eca6698f695f5012c16f86011slive [Eric Covener]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_cgid: RLimit* directive support for mod_cgid. PR 42135
16c3dab75292d97eca6698f695f5012c16f86011slive [Eric Covener]
16c3dab75292d97eca6698f695f5012c16f86011slive *) core: Fail startup when the argument to ServerName looks like a glob
16c3dab75292d97eca6698f695f5012c16f86011slive or a regular expression instead of a hostname (*?[]). PR 39863
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_userdir: Add merging of enable, disable, and filename arguments
16c3dab75292d97eca6698f695f5012c16f86011slive to UserDir directive, leaving enable/disable of userlists unmerged.
16c3dab75292d97eca6698f695f5012c16f86011slive PR 44076 [Eric Covener]
16c3dab75292d97eca6698f695f5012c16f86011slive *) httpd: When no -k option is provided on the httpd command line, the server
16c3dab75292d97eca6698f695f5012c16f86011slive was starting without checking for an existing pidfile. PR 50350
16c3dab75292d97eca6698f695f5012c16f86011slive [Eric Covener]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_proxy: Put the worker in error state if the SSL handshake with the
16c3dab75292d97eca6698f695f5012c16f86011slive backend fails. PR 50332.
16c3dab75292d97eca6698f695f5012c16f86011slive [Daniel Ruggeri <DRuggeri primary.net>, Ruediger Pluem]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_cache_disk: Fix Windows build which was broken after renaming
16c3dab75292d97eca6698f695f5012c16f86011slive the module. [Gregg L. Smith]
16c3dab75292d97eca6698f695f5012c16f86011sliveChanges with Apache 2.3.9
16c3dab75292d97eca6698f695f5012c16f86011slive *) SECURITY: CVE-2010-1623 (cve.mitre.org)
16c3dab75292d97eca6698f695f5012c16f86011slive Fix a denial of service attack against mod_reqtimeout.
16c3dab75292d97eca6698f695f5012c16f86011slive [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_headers: Change default first argument of Header directive
16c3dab75292d97eca6698f695f5012c16f86011slive from "onsuccess" to "always". [Eric Covener]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_include: Add the onerror attribute to the include element,
16c3dab75292d97eca6698f695f5012c16f86011slive allowing an URL to be specified to include on error. [Graham
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_cache_disk: mod_disk_cache renamed to mod_cache_disk, to be
16c3dab75292d97eca6698f695f5012c16f86011slive consistent with the naming of other modules. [Graham Leggett]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_setenvif: Add SetEnvIfExpr directive to set env var depending on
16c3dab75292d97eca6698f695f5012c16f86011slive expression. [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_proxy: Fix ProxyPassInterpolateEnv directive. PR 50292.
16c3dab75292d97eca6698f695f5012c16f86011slive [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) suEXEC: Add Suexec directive to disable suEXEC without renaming the
16c3dab75292d97eca6698f695f5012c16f86011slive binary (Suexec Off), or force startup failure if suEXEC is required
16c3dab75292d97eca6698f695f5012c16f86011slive but not supported (Suexec On). Change SuexecUserGroup to fail
16c3dab75292d97eca6698f695f5012c16f86011slive startup instead of just printing a warning if suEXEC is disabled.
16c3dab75292d97eca6698f695f5012c16f86011slive [Jeff Trawick]
16c3dab75292d97eca6698f695f5012c16f86011slive *) core: Add Error directive for aborting startup or htaccess processing
16c3dab75292d97eca6698f695f5012c16f86011slive with a specified error message. [Jeff Trawick]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_rewrite: Fix the RewriteEngine directive to work within a
16c3dab75292d97eca6698f695f5012c16f86011slive location. Previously, once RewriteEngine was switched on globally,
16c3dab75292d97eca6698f695f5012c16f86011slive it was impossible to switch off. [Graham Leggett]
16c3dab75292d97eca6698f695f5012c16f86011slive *) core, mod_include, mod_ssl: Move the expression parser derived from
16c3dab75292d97eca6698f695f5012c16f86011slive mod_include back into mod_include. Replace ap_expr with a parser
16c3dab75292d97eca6698f695f5012c16f86011slive derived from mod_ssl's parser. Make mod_ssl use the new parser. Rework
16c3dab75292d97eca6698f695f5012c16f86011slive ap_expr's public interface and provide hooks for modules to add variables
16c3dab75292d97eca6698f695f5012c16f86011slive and functions. [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) core: Do the hook sorting earlier so that the hooks are properly sorted
16c3dab75292d97eca6698f695f5012c16f86011slive for the pre_config hook and during parsing the config. [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) core: In the absence of any AllowOverride directives, the default is now
16c3dab75292d97eca6698f695f5012c16f86011slive "None" instead of "All". PR49823 [Eric Covener]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_proxy: Don't allow ProxyPass or ProxyPassReverse in
16c3dab75292d97eca6698f695f5012c16f86011slive <Directory> or <Files>. PR47765 [Eric Covener]
16c3dab75292d97eca6698f695f5012c16f86011slive *) prefork/worker/event MPMS: default value (when no directive is present)
16c3dab75292d97eca6698f695f5012c16f86011slive of MaxConnectionsPerChild/MaxRequestsPerChild is changed to 0 from 10000
16c3dab75292d97eca6698f695f5012c16f86011slive to match default configuration and manual. PR47782 [Eric Covener]
16c3dab75292d97eca6698f695f5012c16f86011slive *) proxy_connect: Don't give up in the middle of a CONNECT tunnel
16c3dab75292d97eca6698f695f5012c16f86011slive when the child process is starting to exit. PR50220. [Eric Covener]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_autoindex: Fix inheritance of mod_autoindex directives into
16c3dab75292d97eca6698f695f5012c16f86011slive contexts that don't have any mod_autoindex directives. PR47766.
16c3dab75292d97eca6698f695f5012c16f86011slive [Eric Covener]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_rewrite: Add END flag for RewriteRule to prevent further rounds
16c3dab75292d97eca6698f695f5012c16f86011slive of rewrite processing when a per-directory substitution occurs.
16c3dab75292d97eca6698f695f5012c16f86011slive [Eric Covener]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_ssl: Make sure to always log an error if loading of CA certificates
16c3dab75292d97eca6698f695f5012c16f86011slive fails. PR 40312. [Paul Tiemann <issues apache org ourdetour com>]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_dav: Send 501 error if unknown Content-* header is received for a PUT
16c3dab75292d97eca6698f695f5012c16f86011slive request (RFC 2616 9.6). PR 42978. [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_dav: Send 400 error if malformed Content-Range header is received for
16c3dab75292d97eca6698f695f5012c16f86011slive a put request (RFC 2616 14.16). PR 49825. [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_proxy: Release the backend connection as soon as EOS is detected,
16c3dab75292d97eca6698f695f5012c16f86011slive so the backend isn't forced to wait for the client to eventually
16c3dab75292d97eca6698f695f5012c16f86011slive acknowledge the data. [Graham Leggett]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_proxy: Optimise ProxyPass within a Location so that it is stored
16c3dab75292d97eca6698f695f5012c16f86011slive per-directory, and chosen during the location walk. Make ProxyPass
16c3dab75292d97eca6698f695f5012c16f86011slive work correctly from within a LocationMatch. [Graham Leggett]
16c3dab75292d97eca6698f695f5012c16f86011slive *) core: Fix segfault if per-module LogLevel is on virtual host
16c3dab75292d97eca6698f695f5012c16f86011slive scope. PR 50117. [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_proxy: Move the ProxyErrorOverride directive to have per
16c3dab75292d97eca6698f695f5012c16f86011slive directory scope. [Graham Leggett]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_allowmethods: New module to deny certain HTTP methods without
16c3dab75292d97eca6698f695f5012c16f86011slive interfering with authentication/authorization. [Paul Querna,
16c3dab75292d97eca6698f695f5012c16f86011slive Igor Galić, Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_ssl: Log certificate information and improve error message if client
16c3dab75292d97eca6698f695f5012c16f86011slive cert verification fails. PR 50093, PR 50094. [Lassi Tuura <lat cern ch>,
16c3dab75292d97eca6698f695f5012c16f86011slive Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) htcacheclean: Teach htcacheclean to limit cache size by number of
16c3dab75292d97eca6698f695f5012c16f86011slive inodes in addition to size of files. Prevents a cache disk from
16c3dab75292d97eca6698f695f5012c16f86011slive running out of space when many small files are cached.
16c3dab75292d97eca6698f695f5012c16f86011slive [Graham Leggett]
16c3dab75292d97eca6698f695f5012c16f86011slive *) core: Rename MaxRequestsPerChild to MaxConnectionsPerChild, which
16c3dab75292d97eca6698f695f5012c16f86011slive describes more accurately what the directive does. The old name
16c3dab75292d97eca6698f695f5012c16f86011slive still works but logs a warning. [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_cache: Optionally serve stale data when a revalidation returns a
16c3dab75292d97eca6698f695f5012c16f86011slive 5xx response, controlled by the CacheStaleOnError directive.
16c3dab75292d97eca6698f695f5012c16f86011slive [Graham Leggett]
16c3dab75292d97eca6698f695f5012c16f86011slive *) htcacheclean: Allow the listing of valid URLs within the cache, with
16c3dab75292d97eca6698f695f5012c16f86011slive the option to list entry metadata such as sizes and times. [Graham
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_cache: correctly parse quoted strings in cache headers.
16c3dab75292d97eca6698f695f5012c16f86011slive PR 50199 [Nick Kew]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_cache: Allow control over the base URL of reverse proxied requests
16c3dab75292d97eca6698f695f5012c16f86011slive using the CacheKeyBaseURL directive, so that the cache key can be
16c3dab75292d97eca6698f695f5012c16f86011slive calculated from the endpoint URL instead of the server URL. [Graham
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_cache: CacheLastModifiedFactor, CacheStoreNoStore, CacheStorePrivate,
16c3dab75292d97eca6698f695f5012c16f86011slive CacheStoreExpired, CacheIgnoreNoLastMod, CacheDefaultExpire,
16c3dab75292d97eca6698f695f5012c16f86011slive CacheMinExpire and CacheMaxExpire can be set per directory/location.
16c3dab75292d97eca6698f695f5012c16f86011slive [Graham Leggett]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_disk_cache: CacheMaxFileSize, CacheMinFileSize, CacheReadSize and
16c3dab75292d97eca6698f695f5012c16f86011slive CacheReadTime can be set per directory/location. [Graham Leggett]
16c3dab75292d97eca6698f695f5012c16f86011slive *) core: Speed up config parsing if using a very large number of config
16c3dab75292d97eca6698f695f5012c16f86011slive files. PR 50002 [andrew cloudaccess net]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_cache: Support the caching of HEAD requests. [Graham Leggett]
16c3dab75292d97eca6698f695f5012c16f86011slive *) htcacheclean: Allow the option to round up file sizes to a given
16c3dab75292d97eca6698f695f5012c16f86011slive block size, improving the accuracy of disk usage. [Graham Leggett]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_ssl: Add authz providers for use with mod_authz_core and its
16c3dab75292d97eca6698f695f5012c16f86011slive RequireAny/RequireAll containers: 'ssl' (equivalent to SSLRequireSSL),
16c3dab75292d97eca6698f695f5012c16f86011slive 'ssl-verify-client' (for use with 'SSLVerifyClient optional'), and
16c3dab75292d97eca6698f695f5012c16f86011slive 'ssl-require' (expressions with same syntax as SSLRequire).
16c3dab75292d97eca6698f695f5012c16f86011slive [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_ssl: Make the ssl expression parser thread-safe. It now requires
16c3dab75292d97eca6698f695f5012c16f86011slive bison instead of yacc. [Stefan Fritsch]
16c3dab75292d97eca6698f695f5012c16f86011slive *) mod_disk_cache: Change on-disk header file format to support the
16c3dab75292d97eca6698f695f5012c16f86011slive link of the device/inode of the data file to the matching header
16c3dab75292d97eca6698f695f5012c16f86011slive file, and to support the option of not writing a data file when
16c3dab75292d97eca6698f695f5012c16f86011slive the data file is empty. [Graham Leggett]
16c3dab75292d97eca6698f695f5012c16f86011slive *) core/mod_unique_id: Add generate_log_id hook to allow to use
16c3dab75292d97eca6698f695f5012c16f86011slive the ID generated by mod_unique_id as error log ID for requests.
16c3dab75292d97eca6698f695f5012c16f86011slive [Stefan Fritsch]
decision hit/miss/revalidate. Add optional support for an X-Cache
and/or an X-Cache-Detail header to add the cache status to the
<dan listening-station.net; trunk version Nick Kew]
[Daniel Ruggeri <DRuggeri primary.net>]
*) SECURITY: CVE-2010-1452 (cve.mitre.org)
*) core/mod_authz_core: Introduce new access_checker_ex hook that enables
IP address/env var/... [Stefan Fritsch]
PR 49616 [Andrey Chernov <ache nagual.pp.ru>]
*) SECURITY: CVE-2009-3555 (cve.mitre.org)
*) SECURITY: CVE-2009-3555 (cve.mitre.org)
configuration which requires renegotiation for per-directory/location
*) SECURITY: CVE-2010-0408 (cve.mitre.org)
*) SECURITY: CVE-2010-0425 (cve.mitre.org)
[Brett Gervasoni <brettg senseofsecurity.com>, Jeff Trawick]
APR Util 1.x crypto. [Rainer Jung]
mod_rewrite: Replace RewriteLog/RewriteLogLevel with trace log levels.
mod_ssl/mod_proxy*: Adjust loglevels to be less verbose at levels info
PR 49369 [Matthew Steele <mdsteele google.com>]
to use the HTTP username/pass instead of an anonymous or hard-coded
[Bryn Dole <dole blekko.com>]
to control/set the nonce used in the balancer-manager application.
code from a backend. PR 48939. [Daniel Ruggeri <DRuggeri primary.net>]
PR 48944. [Mark Drayton mark markdrayton.info]
[Dr Stephen Henson <steve openssl.org>, William Rowe]
[Ruediger Pluem, Mark Montague <markmont umich.edu>]
*) support/rotatelogs: Add -L option to create a link to the current
log file. PR 48761 [<lyndon orthanc.ca>, Dan Poirier]
*) mod_ldap: LDAPTrustedClientCert now accepts CA_DER/CA_BASE64 argument
PR 33112 [Joergen Thomsen <apache jth.net>]
*) support/rotatelogs: Support the simplest log rotation case, log
*) support/htcacheclean: Teach it how to write a pid file (modelled on
[Philippe Dutrueux <lilas evidian.com>, Rainer Jung]
*) apxs: Fix -A and -a options to ignore whitespace in httpd.conf
request. [Christian Folini <christian.folini netnea com>]
[Johannes Müller <joh_m gmx.de>, Stefan Fritsch]
*) SECURITY: CVE-2010-0434 (cve.mitre.org)
[Dodou Wang <wangdong.08 gmail.com>, Ruediger Pluem]
PR 41887 [Jan van den Berg <janvdberg gmail.com>]
PR 48416 [Dmitry Bakshaev <dab18 izhnet.ru>, Nick Kew]
(See util_mutex.h.) Build-time setting DEFAULT_LOCKFILE is no longer
*) SECURITY: CVE-2009-3095 (cve.mitre.org)
[Stefan Fritsch <sf fritsch.de>, Joe Orton]
*) SECURITY: CVE-2009-3094 (cve.mitre.org)
[Stefan Fritsch <sf fritsch.de>, Joe Orton]
instead of substrings. PR 28037. [Dan Franklin <dan dan-franklin.com>,
[Dr Stephen Henson <shenson oss-institute.org>]
PR 47178. [Philipp Hagemeister <oss phihag.de>]
Brian France <brian brianfrance.com>]
modules to avoid segmentation fault. PR 47951. [hirose31 gmail.com]
*) mod_logio/core: Report more accurate byte counts in mod_status if
for the default values of 1024 for LdapCacheEntries/LdapOpCacheEntries.
the request is a CONNECT request. [Bill Zajac <billz consultla.com>]
[Peter Grandi <pg_asf asf.for.sabi.co.uk>, Graham Leggett]
Log 408 errors in access log as was done in Apache 1.3.x.
PR 39785 [Nobutaka Mantani <nobutaka nobutaka.org>,
Stefan Fritsch <sf fritsch.de>, Dan Poirier]
Brian France <brian brianfrance.com>]
Brian France <brian brianfrance.com>]
[Stefan Fritsch <sf sfritsch.de>]
*) mod_session.c: Prevent a segfault when session is added but not
definition. [Stefan Fritsch sf sfritsch.de]
*) Add support for HTTP PUT to ab. [Jeff Barnes <jbarnesweb yahoo.com>]
PR 46971 [evanc nortel.com]
[Stefan Fritsch <sf sfritsch.de>]
for a file is missing. PR 47682 [Peter Poeml <poeml suse.de>]
*) SECURITY: CVE-2009-1890 (cve.mitre.org)
*) SECURITY: CVE-2009-1191 (cve.mitre.org)
by the client. PR 33098 [ Stefan Fritsch <sf sfritsch.de>]
PR 42175 [Jim Radford <radford blackbean.org>]
type. PR 45107. [Michael Ströder <michael stroeder.com>,
PR 44020 [HÃ¥kon Stordahl <hakon stordahl.org>]
CGI process. PR 47335 [Kornél Pál <kornelpal gmail.com>]
PR 46942 [Dan Poirier <poirier pobox.com>]
PR 44729 [Sönke Tesch <st kino-fahrplan.de>, Jim Jagielski]
PR 47177 [Carlos Garcia Braschi <cgbraschi gmail.com>]
PR 45082 [Vitaly Polonetsky <m_vitaly topixoft.com>]
[Marko Kevac <mkevac gmail.com>]
as A/UX, Next, and Tandem. [Jeff Trawick]
directory listing. PR 46789 [Dan Poirier <poirier pobox.com>]
of module state across unload/load. [Jeff Trawick]
[Dan Poirier <poirier pobox.com>]
[Geoff Keating <geoffk apple.com>]
with kqueue (BSD/OS X) and excessive CPU with event ports (Solaris).
a media type has not been configured via mime.types, AddType,
[Ryan Phillips <ryan-apache trolocsis.com>]
[<tlhackque yahoo.com>]
*) prefork: Fix child process hang during graceful restart/stop in
*) core/utils: Enhance ap_escape_html API to support escaping non-ASCII chars
PR 45529 [Bob Ionescu <bobsiegen googlemail.com>]
times out before returning status line/headers.
PR 39332 [Masaoki Kobayashi <masaoki techfirm.co.jp>]
[Theo Schlossnagle <jesus omniti.com>, Paul Querna]
modules/proxy/balancers [Jim Jagielski]
privileges and Unix user/group IDs [Nick Kew]
logic replicate 2.2.x authz logic, and replace <Satisfy*>, Reject,
*) unixd: turn existing code into a module, and turn the set user/group
Suggested By André Warnier <aw ice-sa.com> [Eric Covener]
*) mod_ssl: Send Content-Type application/ocsp-request for POST requests to
OSCP responders. PR 46014 [Dr Stephen Henson <steve openssl.org>]
*) New module mod_sed: filter Request/Response bodies through sed
null value. [David Shane Holden <dpejesh apache.org>]
both inside and outside the location/directory sections, as
form request with the type of application/x-www-form-urlencoded.
*) mod_authz_dbd: When redirecting after successful login/logout per
PR 44560 [Anders Kaseorg <anders kaseorg.com>]
mod_cache et.al. to trap the results of the redirect.
*) ApacheMonitor.exe: Introduce --kill argument for use by the
*) mod_ldap, mod_authnz_ldap: Add support for nested groups (i.e. the ability
[David M. Lee <dmlee crossroads.com>]
[Niklas Edmundsson <nikke acc.umu.se>]
[Niklas Edmundsson <nikke acc.umu.se>]
[Markus Schiegl <ms schiegl.com>]
*) Remove incorrect comments from scoreboard.h regarding conditional
[Chris Darroch <chrisd pearsoncmg.com>]
in ap_init_scoreboard(). [Chris Darroch <chrisd pearsoncmg.com>]
[Chris Darroch <chrisd pearsoncmg.com>]
and 'Reject' to mod_authz_core. The new directives introduce 'AND/OR'
*) mod_authz_dbd: SQL authz with Login/Session support [Nick Kew]
Apache 2.2.xx tree as documented, and except as noted, below.]
Changes with Apache 2.2.x and later:
Changes with Apache 2.0.x and later: