CHANGES revision a1b1c78faf7969affb320f5c8eb270ffa21314c4
5beae861ede7eba138c7140f195ae77ba3106cbffielding -*- coding: utf-8 -*-
5beae861ede7eba138c7140f195ae77ba3106cbffieldingChanges with Apache 2.3.11
5beae861ede7eba138c7140f195ae77ba3106cbffielding *) mod_slotmem_shm: Increase memory alignment for slotmem data.
50085d81a01f6efbb898397253634837b2b4bddarbowen [Rainer Jung]
50085d81a01f6efbb898397253634837b2b4bddarbowen *) mod_ssl: Add config options for OCSP: SSLOCSPResponderTimeout,
50085d81a01f6efbb898397253634837b2b4bddarbowen SSLOCSPResponseMaxAge, SSLOCSPResponseTimeSkew.
50085d81a01f6efbb898397253634837b2b4bddarbowen [Kaspar Brand <httpd-dev.2011 velox.ch>]
50085d81a01f6efbb898397253634837b2b4bddarbowen *) mod_ssl: Revamp output buffering to reduce network overhead for
50085d81a01f6efbb898397253634837b2b4bddarbowen output fragmented into many buckets, such as chunked HTTP responses.
50085d81a01f6efbb898397253634837b2b4bddarbowen [Joe Orton]
50085d81a01f6efbb898397253634837b2b4bddarbowen *) core: Apply <If> sections to all requests, not only to file base requests.
5beae861ede7eba138c7140f195ae77ba3106cbffielding Allow to use <If> inside <Directory>, <Location>, and <Files> sections.
5beae861ede7eba138c7140f195ae77ba3106cbffielding The merging of <If> sections now happens after the merging of <Location>
5beae861ede7eba138c7140f195ae77ba3106cbffielding sections, even if an <If> section is embedded inside a <Directory> or
5beae861ede7eba138c7140f195ae77ba3106cbffielding <Files> section. [Stefan Fritsch]
5beae861ede7eba138c7140f195ae77ba3106cbffielding *) mod_proxy: Refactor usage of shared data by dropping the scoreboard
50085d81a01f6efbb898397253634837b2b4bddarbowen and using slotmem. Create foundation for dynamic growth/changes of
5beae861ede7eba138c7140f195ae77ba3106cbffielding members within a balancer. Remove BalancerNonce in favor of a
50085d81a01f6efbb898397253634837b2b4bddarbowen per-balancer 'nonce' parameter. [Jim Jagielski]
5beae861ede7eba138c7140f195ae77ba3106cbffielding *) mod_status: Don't show slots which are disabled by MaxClients as open.
5beae861ede7eba138c7140f195ae77ba3106cbffielding PR: 47022 [Jordi Prats <jordi prats gmail com>, Stefan Fritsch]
5beae861ede7eba138c7140f195ae77ba3106cbffielding *) mpm_prefork: Fix ap_mpm_query results for AP_MPMQ_MAX_DAEMONS and
5beae861ede7eba138c7140f195ae77ba3106cbffielding AP_MPMQ_MAX_THREADS.
5beae861ede7eba138c7140f195ae77ba3106cbffielding *) mod_authz_core: Fix bug in merging logic if user-based and non-user-based
5beae861ede7eba138c7140f195ae77ba3106cbffielding authorization directives were mixed. [Stefan Fritsch]
5beae861ede7eba138c7140f195ae77ba3106cbffielding *) mod_authn_socache: change directive name from AuthnCacheProvider
5beae861ede7eba138c7140f195ae77ba3106cbffielding to AuthnCacheProvideFor. The term "provider" is overloaded in
5beae861ede7eba138c7140f195ae77ba3106cbffielding this module, and we should avoid confusion between the provider
5beae861ede7eba138c7140f195ae77ba3106cbffielding of a backend (AuthnCacheSOCache) and the authn provider(s) for
5beae861ede7eba138c7140f195ae77ba3106cbffielding which this module provides cacheing (AuthnCacheProvideFor).
50085d81a01f6efbb898397253634837b2b4bddarbowen *) mod_proxy_http: Allocate the fake backend request from a child pool
5beae861ede7eba138c7140f195ae77ba3106cbffielding of the backend connection, instead of misusing the pool of the frontend
5beae861ede7eba138c7140f195ae77ba3106cbffielding request. Fixes a thread safety issue where buckets set aside in the
5beae861ede7eba138c7140f195ae77ba3106cbffielding backend connection leak into other threads, and then disappear when
5beae861ede7eba138c7140f195ae77ba3106cbffielding the frontend request is cleaned up, in turn causing corrupted buckets
5beae861ede7eba138c7140f195ae77ba3106cbffielding to make other threads spin. [Graham Leggett]
5beae861ede7eba138c7140f195ae77ba3106cbffielding *) mod_ssl: Change the format of the SSL_{CLIENT,SERVER}_{I,S}_DN variables
5beae861ede7eba138c7140f195ae77ba3106cbffielding to be RFC 2253 compatible, convert non-ASCII characters to UTF8, and
5beae861ede7eba138c7140f195ae77ba3106cbffielding escape other special characters with backslashes. The old format can
5beae861ede7eba138c7140f195ae77ba3106cbffielding still be used with the LegacyDNStringFormat argument to SSLOptions.
50085d81a01f6efbb898397253634837b2b4bddarbowen *) core, mod_rewrite: Make the REQUEST_SCHEME variable available to
5beae861ede7eba138c7140f195ae77ba3106cbffielding scripts and mod_rewrite. [Stefan Fritsch]
5beae861ede7eba138c7140f195ae77ba3106cbffielding *) mod_rewrite: Allow to use arbitrary boolean expressions (ap_expr) in
5beae861ede7eba138c7140f195ae77ba3106cbffielding RewriteCond. [Stefan Fritsch]
5beae861ede7eba138c7140f195ae77ba3106cbffielding *) mod_rewrite: Allow to unset environment variables using E=!VAR.
5beae861ede7eba138c7140f195ae77ba3106cbffielding PR 49512. [Mark Drayton <mark markdrayton info>, Stefan Fritsch]
5beae861ede7eba138c7140f195ae77ba3106cbffielding *) mod_headers: Restore the 2.3.8 and earlier default for the first
5beae861ede7eba138c7140f195ae77ba3106cbffielding argument of the Header directive ("onsuccess"). [Eric Covener]
c7a58a2e12f7a380fd330a1b5f931ae5d65d308bfielding *) core: Disallow the mixing of relative and absolute Options PR 33708.
c7a58a2e12f7a380fd330a1b5f931ae5d65d308bfielding [Sönke Tesch <st kino-fahrplan.de>]
5beae861ede7eba138c7140f195ae77ba3106cbffielding *) core: When exporting request headers to HTTP_* environment variables,
5beae861ede7eba138c7140f195ae77ba3106cbffielding drop variables whose names contain invalid characters. Describe in the
50085d81a01f6efbb898397253634837b2b4bddarbowen docs how to restore the old behaviour. [Malte S. Stretz <mss apache org>]
50085d81a01f6efbb898397253634837b2b4bddarbowen *) core: When selecting an IP-based virtual host, favor an exact match for
f28faf3b1ca7c6bc03736819a8929ddce2233340rbowen the port over a wildcard (or omitted) port instead of favoring the one
f28faf3b1ca7c6bc03736819a8929ddce2233340rbowen that came first in the configuration file. [Eric Covener]
f28faf3b1ca7c6bc03736819a8929ddce2233340rbowen *) core: Overlapping virtual host address/port combinations now implicitly
f28faf3b1ca7c6bc03736819a8929ddce2233340rbowen enable name-based virtual hosting for that address. The NameVirtualHost
f28faf3b1ca7c6bc03736819a8929ddce2233340rbowen directive has no effect, and _default_ is interpreted the same as "*".
f28faf3b1ca7c6bc03736819a8929ddce2233340rbowen [Eric Covener]
f28faf3b1ca7c6bc03736819a8929ddce2233340rbowen *) core: In the absence of any Options directives, the default is now
f28faf3b1ca7c6bc03736819a8929ddce2233340rbowen "FollowSymlinks" instead of "All". [Igor Galić]
f28faf3b1ca7c6bc03736819a8929ddce2233340rbowen *) rotatelogs: Add -e option to write logs through to stdout for optional
f28faf3b1ca7c6bc03736819a8929ddce2233340rbowen further processing. [Graham Leggett]
f28faf3b1ca7c6bc03736819a8929ddce2233340rbowen *) mod_ssl: Correctly read full lines in input filter when the line is
f28faf3b1ca7c6bc03736819a8929ddce2233340rbowen incomplete during first read. PR 50481. [Ruediger Pluem]
f28faf3b1ca7c6bc03736819a8929ddce2233340rbowen *) mod_authz_core: Add AuthzSendForbiddenOnFailure directive to allow
f28faf3b1ca7c6bc03736819a8929ddce2233340rbowen sending '403 FORBIDDEN' instead of '401 UNAUTHORIZED' if authorization
50085d81a01f6efbb898397253634837b2b4bddarbowen fails for an authenticated user. PR 40721. [Stefan Fritsch]
c7a58a2e12f7a380fd330a1b5f931ae5d65d308bfieldingChanges with Apache 2.3.10
c7a58a2e12f7a380fd330a1b5f931ae5d65d308bfielding *) mod_rewrite: Don't implicitly URL-escape the original query string
c7a58a2e12f7a380fd330a1b5f931ae5d65d308bfielding when no substitution has changed it. PR 50447. [Eric Covener]
c7a58a2e12f7a380fd330a1b5f931ae5d65d308bfielding *) core: Honor 'AcceptPathInfo OFF' during internal redirects,
c7a58a2e12f7a380fd330a1b5f931ae5d65d308bfielding such as per-directory mod_rewrite substitutions. PR 50349.
c7a58a2e12f7a380fd330a1b5f931ae5d65d308bfielding [Eric Covener]
c7a58a2e12f7a380fd330a1b5f931ae5d65d308bfielding *) mod_rewrite: Add 'RewriteOptions InheritBefore' to put the base
5beae861ede7eba138c7140f195ae77ba3106cbffielding rules/conditions before the overridden rules/conditions. PR 39313.
5beae861ede7eba138c7140f195ae77ba3106cbffielding *) mod_autoindex: add IndexIgnoreReset to reset the list of IndexIgnored
5beae861ede7eba138c7140f195ae77ba3106cbffielding filenames in higher precedence configuration sections. PR 24243.
5beae861ede7eba138c7140f195ae77ba3106cbffielding [Eric Covener]
5beae861ede7eba138c7140f195ae77ba3106cbffielding *) mod_cgid: RLimit* directive support for mod_cgid. PR 42135
5beae861ede7eba138c7140f195ae77ba3106cbffielding [Eric Covener]
5beae861ede7eba138c7140f195ae77ba3106cbffielding *) core: Fail startup when the argument to ServerName looks like a glob
5beae861ede7eba138c7140f195ae77ba3106cbffielding or a regular expression instead of a hostname (*?[]). PR 39863
50085d81a01f6efbb898397253634837b2b4bddarbowen *) mod_userdir: Add merging of enable, disable, and filename arguments
209d30d974f66f7f62c5888827d4cc0b95de40c0lars to UserDir directive, leaving enable/disable of userlists unmerged.
209d30d974f66f7f62c5888827d4cc0b95de40c0lars PR 44076 [Eric Covener]
209d30d974f66f7f62c5888827d4cc0b95de40c0lars *) httpd: When no -k option is provided on the httpd command line, the server
5beae861ede7eba138c7140f195ae77ba3106cbffielding was starting without checking for an existing pidfile. PR 50350
5beae861ede7eba138c7140f195ae77ba3106cbffielding [Eric Covener]
711d4b43c1e5c33611ac1b938cf7b944c3aa77b7jerenkrantz *) mod_proxy: Put the worker in error state if the SSL handshake with the
5beae861ede7eba138c7140f195ae77ba3106cbffielding backend fails. PR 50332.
0729ed19effa96566e715392dd17440bb5a107d6jwoolley [Daniel Ruggeri <DRuggeri primary.net>, Ruediger Pluem]
0729ed19effa96566e715392dd17440bb5a107d6jwoolley *) mod_cache_disk: Fix Windows build which was broken after renaming
5beae861ede7eba138c7140f195ae77ba3106cbffielding the module. [Gregg L. Smith]
5beae861ede7eba138c7140f195ae77ba3106cbffieldingChanges with Apache 2.3.9
50085d81a01f6efbb898397253634837b2b4bddarbowen *) SECURITY: CVE-2010-1623 (cve.mitre.org)
209d30d974f66f7f62c5888827d4cc0b95de40c0lars Fix a denial of service attack against mod_reqtimeout.
209d30d974f66f7f62c5888827d4cc0b95de40c0lars [Stefan Fritsch]
5beae861ede7eba138c7140f195ae77ba3106cbffielding *) mod_headers: Change default first argument of Header directive
5beae861ede7eba138c7140f195ae77ba3106cbffielding from "onsuccess" to "always". [Eric Covener]
5beae861ede7eba138c7140f195ae77ba3106cbffielding *) mod_include: Add the onerror attribute to the include element,
50085d81a01f6efbb898397253634837b2b4bddarbowen allowing an URL to be specified to include on error. [Graham
5beae861ede7eba138c7140f195ae77ba3106cbffielding *) mod_cache_disk: mod_disk_cache renamed to mod_cache_disk, to be
5beae861ede7eba138c7140f195ae77ba3106cbffielding consistent with the naming of other modules. [Graham Leggett]
50085d81a01f6efbb898397253634837b2b4bddarbowen *) mod_setenvif: Add SetEnvIfExpr directive to set env var depending on
50085d81a01f6efbb898397253634837b2b4bddarbowen expression. [Stefan Fritsch]
ae7bb2d0ddd3b41ced6100e77f6d1ed306774bd5rbowen *) mod_proxy: Fix ProxyPassInterpolateEnv directive. PR 50292.
5beae861ede7eba138c7140f195ae77ba3106cbffielding [Stefan Fritsch]
5beae861ede7eba138c7140f195ae77ba3106cbffielding *) suEXEC: Add Suexec directive to disable suEXEC without renaming the
5beae861ede7eba138c7140f195ae77ba3106cbffielding binary (Suexec Off), or force startup failure if suEXEC is required
5beae861ede7eba138c7140f195ae77ba3106cbffielding but not supported (Suexec On). Change SuexecUserGroup to fail
c7a58a2e12f7a380fd330a1b5f931ae5d65d308bfielding startup instead of just printing a warning if suEXEC is disabled.
5beae861ede7eba138c7140f195ae77ba3106cbffielding [Jeff Trawick]
50085d81a01f6efbb898397253634837b2b4bddarbowen *) core: Add Error directive for aborting startup or htaccess processing
5beae861ede7eba138c7140f195ae77ba3106cbffielding with a specified error message. [Jeff Trawick]
5beae861ede7eba138c7140f195ae77ba3106cbffielding *) mod_rewrite: Fix the RewriteEngine directive to work within a
ae7bb2d0ddd3b41ced6100e77f6d1ed306774bd5rbowen location. Previously, once RewriteEngine was switched on globally,
5beae861ede7eba138c7140f195ae77ba3106cbffielding it was impossible to switch off. [Graham Leggett]
5beae861ede7eba138c7140f195ae77ba3106cbffielding *) core, mod_include, mod_ssl: Move the expression parser derived from
5beae861ede7eba138c7140f195ae77ba3106cbffielding mod_include back into mod_include. Replace ap_expr with a parser
5beae861ede7eba138c7140f195ae77ba3106cbffielding derived from mod_ssl's parser. Make mod_ssl use the new parser. Rework
5beae861ede7eba138c7140f195ae77ba3106cbffielding ap_expr's public interface and provide hooks for modules to add variables
5beae861ede7eba138c7140f195ae77ba3106cbffielding and functions. [Stefan Fritsch]
5beae861ede7eba138c7140f195ae77ba3106cbffielding *) core: Do the hook sorting earlier so that the hooks are properly sorted
c7a58a2e12f7a380fd330a1b5f931ae5d65d308bfielding for the pre_config hook and during parsing the config. [Stefan Fritsch]
5beae861ede7eba138c7140f195ae77ba3106cbffielding *) core: In the absence of any AllowOverride directives, the default is now
5beae861ede7eba138c7140f195ae77ba3106cbffielding "None" instead of "All". PR49823 [Eric Covener]
5beae861ede7eba138c7140f195ae77ba3106cbffielding *) mod_proxy: Don't allow ProxyPass or ProxyPassReverse in
5beae861ede7eba138c7140f195ae77ba3106cbffielding <Directory> or <Files>. PR47765 [Eric Covener]
5beae861ede7eba138c7140f195ae77ba3106cbffielding *) prefork/worker/event MPMS: default value (when no directive is present)
5beae861ede7eba138c7140f195ae77ba3106cbffielding of MaxConnectionsPerChild/MaxRequestsPerChild is changed to 0 from 10000
5beae861ede7eba138c7140f195ae77ba3106cbffielding to match default configuration and manual. PR47782 [Eric Covener]
5beae861ede7eba138c7140f195ae77ba3106cbffielding *) proxy_connect: Don't give up in the middle of a CONNECT tunnel
5beae861ede7eba138c7140f195ae77ba3106cbffielding when the child process is starting to exit. PR50220. [Eric Covener]
5beae861ede7eba138c7140f195ae77ba3106cbffielding *) mod_autoindex: Fix inheritance of mod_autoindex directives into
5beae861ede7eba138c7140f195ae77ba3106cbffielding contexts that don't have any mod_autoindex directives. PR47766.
5beae861ede7eba138c7140f195ae77ba3106cbffielding [Eric Covener]
5beae861ede7eba138c7140f195ae77ba3106cbffielding *) mod_rewrite: Add END flag for RewriteRule to prevent further rounds
5beae861ede7eba138c7140f195ae77ba3106cbffielding of rewrite processing when a per-directory substitution occurs.
50085d81a01f6efbb898397253634837b2b4bddarbowen [Eric Covener]
5beae861ede7eba138c7140f195ae77ba3106cbffielding *) mod_ssl: Make sure to always log an error if loading of CA certificates
5beae861ede7eba138c7140f195ae77ba3106cbffielding fails. PR 40312. [Paul Tiemann <issues apache org ourdetour com>]
50085d81a01f6efbb898397253634837b2b4bddarbowen *) mod_dav: Send 501 error if unknown Content-* header is received for a PUT
5beae861ede7eba138c7140f195ae77ba3106cbffielding request (RFC 2616 9.6). PR 42978. [Stefan Fritsch]
50085d81a01f6efbb898397253634837b2b4bddarbowen *) mod_dav: Send 400 error if malformed Content-Range header is received for
5beae861ede7eba138c7140f195ae77ba3106cbffielding a put request (RFC 2616 14.16). PR 49825. [Stefan Fritsch]
5beae861ede7eba138c7140f195ae77ba3106cbffielding *) mod_proxy: Release the backend connection as soon as EOS is detected,
5beae861ede7eba138c7140f195ae77ba3106cbffielding so the backend isn't forced to wait for the client to eventually
50085d81a01f6efbb898397253634837b2b4bddarbowen acknowledge the data. [Graham Leggett]
5beae861ede7eba138c7140f195ae77ba3106cbffielding *) mod_proxy: Optimise ProxyPass within a Location so that it is stored
50085d81a01f6efbb898397253634837b2b4bddarbowen per-directory, and chosen during the location walk. Make ProxyPass
5beae861ede7eba138c7140f195ae77ba3106cbffielding work correctly from within a LocationMatch. [Graham Leggett]
5beae861ede7eba138c7140f195ae77ba3106cbffielding *) core: Fix segfault if per-module LogLevel is on virtual host
5beae861ede7eba138c7140f195ae77ba3106cbffielding scope. PR 50117. [Stefan Fritsch]
5beae861ede7eba138c7140f195ae77ba3106cbffielding *) mod_proxy: Move the ProxyErrorOverride directive to have per
50085d81a01f6efbb898397253634837b2b4bddarbowen directory scope. [Graham Leggett]
50085d81a01f6efbb898397253634837b2b4bddarbowen *) mod_allowmethods: New module to deny certain HTTP methods without
5beae861ede7eba138c7140f195ae77ba3106cbffielding interfering with authentication/authorization. [Paul Querna,
50085d81a01f6efbb898397253634837b2b4bddarbowen Igor Galić, Stefan Fritsch]
50085d81a01f6efbb898397253634837b2b4bddarbowen *) mod_ssl: Log certificate information and improve error message if client
5beae861ede7eba138c7140f195ae77ba3106cbffielding cert verification fails. PR 50093, PR 50094. [Lassi Tuura <lat cern ch>,
50085d81a01f6efbb898397253634837b2b4bddarbowen Stefan Fritsch]
5beae861ede7eba138c7140f195ae77ba3106cbffielding *) htcacheclean: Teach htcacheclean to limit cache size by number of
5beae861ede7eba138c7140f195ae77ba3106cbffielding inodes in addition to size of files. Prevents a cache disk from
5beae861ede7eba138c7140f195ae77ba3106cbffielding running out of space when many small files are cached.
50085d81a01f6efbb898397253634837b2b4bddarbowen [Graham Leggett]
5beae861ede7eba138c7140f195ae77ba3106cbffielding *) core: Rename MaxRequestsPerChild to MaxConnectionsPerChild, which
5beae861ede7eba138c7140f195ae77ba3106cbffielding describes more accurately what the directive does. The old name
50085d81a01f6efbb898397253634837b2b4bddarbowen still works but logs a warning. [Stefan Fritsch]
50085d81a01f6efbb898397253634837b2b4bddarbowen *) mod_cache: Optionally serve stale data when a revalidation returns a
5beae861ede7eba138c7140f195ae77ba3106cbffielding 5xx response, controlled by the CacheStaleOnError directive.
5beae861ede7eba138c7140f195ae77ba3106cbffielding [Graham Leggett]
5beae861ede7eba138c7140f195ae77ba3106cbffielding *) htcacheclean: Allow the listing of valid URLs within the cache, with
CacheMinExpire and CacheMaxExpire can be set per directory/location.
CacheReadTime can be set per directory/location. [Graham Leggett]
RequireAny/RequireAll containers: 'ssl' (equivalent to SSLRequireSSL),
link of the device/inode of the data file to the matching header
*) core/mod_unique_id: Add generate_log_id hook to allow to use
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:
Changes with Apache 1.3.x and later: