CHANGES revision 9e7c7a8fa19c33d1e90f8f7ffab69beacbe72566
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak -*- coding: utf-8 -*-
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniakChanges with Apache 2.3.10
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_autoindex: add IndexIgnoreReset to reset the list of IndexIgnored
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak filenames in higher precedence configuration sections. PR 24243.
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak [Eric Covener]
96ad5d81ee4a2cc66a4ae19893efc8aa6d06fae7jailletc *) mod_cgid: RLimit* directive support for mod_cgid. PR 42135
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak [Eric Covener]
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen *) core: Fail startup when the argument to ServerName looks like a glob
2e545ce2450a9953665f701bb05350f0d3f26275nd or a regular expression instead of a hostname (*?[]). PR 39863
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_userdir: Add merging of enable, disable, and filename arguments
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak to UserDir directive, leaving enable/disable of userlists unmerged.
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen PR 44076 [Eric Covener]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) httpd: When no -k option is provided on the httpd command line, the server
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak was starting without checking for an existing pidfile. PR 50350
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak [Eric Covener]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_proxy: Put the worker in error state if the SSL handshake with the
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak backend fails. PR 50332.
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak [Daniel Ruggeri <DRuggeri primary.net>, Ruediger Pluem]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_cache_disk: Fix Windows build which was broken after renaming
91f378b5a10f2d83820902ed10ba7967a3920c18nilgun the module. [Gregg L. Smith]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniakChanges with Apache 2.3.9
4b575a6b6704b516f22d65a3ad35696d7b9ba372rpluem *) SECURITY: CVE-2010-1623 (cve.mitre.org)
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak Fix a denial of service attack against mod_reqtimeout.
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak [Stefan Fritsch]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_include: Add the onerror attribute to the include element,
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak allowing an URL to be specified to include on error. [Graham
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_cache_disk: mod_disk_cache renamed to mod_cache_disk, to be
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak consistent with the naming of other modules. [Graham Leggett]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_setenvif: Add SetEnvIfExpr directive to set env var depending on
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak expression. [Stefan Fritsch]
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh *) mod_proxy: Fix ProxyPassInterpolateEnv directive. PR 50292.
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak [Stefan Fritsch]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) suEXEC: Add Suexec directive to disable suEXEC without renaming the
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak binary (Suexec Off), or force startup failure if suEXEC is required
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak but not supported (Suexec On). Change SuexecUserGroup to fail
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak startup instead of just printing a warning if suEXEC is disabled.
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak [Jeff Trawick]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) core: Add Error directive for aborting startup or htaccess processing
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak with a specified error message. [Jeff Trawick]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_rewrite: Fix the RewriteEngine directive to work within a
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak location. Previously, once RewriteEngine was switched on globally,
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak it was impossible to switch off. [Graham Leggett]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) core, mod_include, mod_ssl: Move the expression parser derived from
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak mod_include back into mod_include. Replace ap_expr with a parser
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak derived from mod_ssl's parser. Make mod_ssl use the new parser. Rework
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak ap_expr's public interface and provide hooks for modules to add variables
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak and functions. [Stefan Fritsch]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) core: Do the hook sorting earlier so that the hooks are properly sorted
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak for the pre_config hook and during parsing the config. [Stefan Fritsch]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) core: In the absence of any AllowOverride directives, the default is now
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak "None" instead of "All". PR49823 [Eric Covener]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_proxy: Don't allow ProxyPass or ProxyPassReverse in
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak <Directory> or <Files>. PR47765 [Eric Covener]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) prefork/worker/event MPMS: default value (when no directive is present)
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak of MaxConnectionsPerChild/MaxRequestsPerChild is changed to 0 from 10000
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak to match default configuration and manual. PR47782 [Eric Covener]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) proxy_connect: Don't give up in the middle of a CONNECT tunnel
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak when the child process is starting to exit. PR50220. [Eric Covener]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_autoindex: Fix inheritance of mod_autoindex directives into
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak contexts that don't have any mod_autoindex directives. PR47766.
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak [Eric Covener]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_rewrite: Add END flag for RewriteRule to prevent further rounds
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak of rewrite processing when a per-directory substitution occurs.
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak [Eric Covener]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_ssl: Make sure to always log an error if loading of CA certificates
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak fails. PR 40312. [Paul Tiemann <issues apache org ourdetour com>]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_dav: Send 501 error if unknown Content-* header is received for a PUT
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak request (RFC 2616 9.6). PR 42978. [Stefan Fritsch]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_dav: Send 400 error if malformed Content-Range header is received for
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak a put request (RFC 2616 14.16). PR 49825. [Stefan Fritsch]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_proxy: Release the backend connection as soon as EOS is detected,
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak so the backend isn't forced to wait for the client to eventually
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak acknowledge the data. [Graham Leggett]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_proxy: Optimise ProxyPass within a Location so that it is stored
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak per-directory, and chosen during the location walk. Make ProxyPass
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak work correctly from within a LocationMatch. [Graham Leggett]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) core: Fix segfault if per-module LogLevel is on virtual host
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak scope. PR 50117. [Stefan Fritsch]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_proxy: Move the ProxyErrorOverride directive to have per
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak directory scope. [Graham Leggett]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_allowmethods: New module to deny certain HTTP methods without
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak interfering with authentication/authorization. [Paul Querna,
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak Igor Galić, Stefan Fritsch]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_ssl: Log certificate information and improve error message if client
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak cert verification fails. PR 50093, PR 50094. [Lassi Tuura <lat cern ch>,
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak Stefan Fritsch]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) htcacheclean: Teach htcacheclean to limit cache size by number of
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak inodes in addition to size of files. Prevents a cache disk from
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak running out of space when many small files are cached.
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak [Graham Leggett]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) core: Rename MaxRequestsPerChild to MaxConnectionsPerChild, which
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak describes more accurately what the directive does. The old name
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak still works but logs a warning. [Stefan Fritsch]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_cache: Optionally serve stale data when a revalidation returns a
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak 5xx response, controlled by the CacheStaleOnError directive.
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak [Graham Leggett]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) htcacheclean: Allow the listing of valid URLs within the cache, with
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak the option to list entry metadata such as sizes and times. [Graham
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_cache: correctly parse quoted strings in cache headers.
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak PR 50199 [Nick Kew]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_cache: Allow control over the base URL of reverse proxied requests
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak using the CacheKeyBaseURL directive, so that the cache key can be
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak calculated from the endpoint URL instead of the server URL. [Graham
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_cache: CacheLastModifiedFactor, CacheStoreNoStore, CacheStorePrivate,
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak CacheStoreExpired, CacheIgnoreNoLastMod, CacheDefaultExpire,
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak CacheMinExpire and CacheMaxExpire can be set per directory/location.
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak [Graham Leggett]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_disk_cache: CacheMaxFileSize, CacheMinFileSize, CacheReadSize and
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak CacheReadTime can be set per directory/location. [Graham Leggett]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) core: Speed up config parsing if using a very large number of config
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak files. PR 50002 [andrew cloudaccess net]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_cache: Support the caching of HEAD requests. [Graham Leggett]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) htcacheclean: Allow the option to round up file sizes to a given
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak block size, improving the accuracy of disk usage. [Graham Leggett]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_ssl: Add authz providers for use with mod_authz_core and its
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak RequireAny/RequireAll containers: 'ssl' (equivalent to SSLRequireSSL),
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak 'ssl-verify-client' (for use with 'SSLVerifyClient optional'), and
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak 'ssl-require' (expressions with same syntax as SSLRequire).
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak [Stefan Fritsch]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_ssl: Make the ssl expression parser thread-safe. It now requires
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak bison instead of yacc. [Stefan Fritsch]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_disk_cache: Change on-disk header file format to support the
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak link of the device/inode of the data file to the matching header
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak file, and to support the option of not writing a data file when
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak the data file is empty. [Graham Leggett]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) core/mod_unique_id: Add generate_log_id hook to allow to use
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak the ID generated by mod_unique_id as error log ID for requests.
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak [Stefan Fritsch]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_cache: Make sure that we never allow a 304 Not Modified response
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak that we asked for to leak to the client should the 304 response be
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak uncacheable. PR45341 [Graham Leggett]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_cache: Add the cache_status hook to register the final cache
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak decision hit/miss/revalidate. Add optional support for an X-Cache
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak and/or an X-Cache-Detail header to add the cache status to the
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak response. PR48241 [Graham Leggett]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_authz_host: Add 'local' provider that matches connections originating
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak on the local host. PR 19938. [Stefan Fritsch]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) Event MPM: Fix crash accessing pollset on worker thread when child
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak process is exiting. [Jeff Trawick]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) core: For process invocation (cgi, fcgid, piped loggers and so forth)
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak pass the system library path (LD_LIBRARY_PATH or platform-specific
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak variables) along with the system PATH, by default. Both should be
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak overridden together as desired using PassEnv etc; see mod_env.
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak [William Rowe]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_cache: Introduce CacheStoreExpired, to allow administrators to
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak capture a stale backend response, perform If-Modified-Since requests
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak against the backend, and serving from the cache all 304 responses.
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak This restores pre-2.2.4 cache behavior. [William Rowe]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_rewrite: Introduce <=, >= string comparison operators, and integer
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak comparators -lt, -le, -eq, -ge, and -gt. To help bash users and drop
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak the ambiguity of the symlink test "-ltest", introduce -h or -L as
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak symlink test operators. [William Rowe]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_cache: Give the cache provider the opportunity to choose to cache
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak or not cache based on the buckets present in the brigade, such as the
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak presence of a FILE bucket.
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak [Graham Leggett]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_authz_core: Allow authz providers to check args while reading the
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak config and allow to cache parsed args. Move 'all' and 'env' authz
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak providers from mod_authz_host to mod_authz_core. Add 'method' authz
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak provider depending on the HTTP method. [Stefan Fritsch]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_include: Move the request_rec within mod_include to be
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak exposed within include_ctx_t. [Graham Leggett]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_include: Reinstate support for UTF-8 character sets by allowing a
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak variable being echoed or set to be decoded and then encoded as separate
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak steps. PR47686 [Graham Leggett]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_cache: Add a discrete commit_entity() provider function within the
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak mod_cache provider interface which is called to indicate to the
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak provider that caching is complete, giving the provider the opportunity
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak to commit temporary files permanently to the cache in an atomic
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak fashion. Replace the inconsistent use of error cleanups with a formal
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak set of pool cleanups attached to a subpool, which is destroyed on error.
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak [Graham Leggett]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_cache: Change the signature of the store_body() provider function
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak within the mod_cache provider interface to support an "in" brigade
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak and an "out" brigade instead of just a single input brigade. This
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak gives a cache provider the option to consume only part of the brigade
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak passed to it, rather than the whole brigade as was required before.
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak This fixes an out of memory and a request timeout condition that would
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak occur when the original document was a large file. Introduce
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak CacheReadSize and CacheReadTime directives to mod_disk_cache to control
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak the amount of data to attempt to cache at a time. [Graham Leggett]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) core: Add ErrorLogFormat to allow configuring error log format, including
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak additional information that is logged once per connection or request. Add
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak error log IDs for connections and request to allow correlating error log
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak lines and the corresponding access log entry. [Stefan Fritsch]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) core: Disable sendfile by default. [Stefan Fritsch]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_cache: Check the request to determine whether we are allowed
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak to return cached content at all, and respect a "Cache-Control:
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak no-cache" header from a client. Previously, "no-cache" would
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak behave like "max-age=0". [Graham Leggett]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_cache: Use a proper filter context to hold filter data instead
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak of misusing the per-request configuration. Fixes a segfault on trunk
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak when the normal handler is used. [Graham Leggett]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_cgid: Log a warning if the ScriptSock path is truncated because
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak it is too long. PR 49388. [Stefan Fritsch]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) vhosts: Do not allow _default_ in NameVirtualHost, or mixing *
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak and non-* ports on NameVirtualHost, or multiple NameVirtualHost
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak directives for the same address:port, or NameVirtualHost
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak directives with no matching VirtualHosts, or multiple ip-based
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak VirtualHost sections for the same address:port. These were
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak previously accepted with a warning, but the behavior was
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak undefined. [Dan Poirier]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_remoteip: Fix a segfault when using mod_remoteip in conjunction with
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak Allow/Deny. PR 49838. [Andrew Skalski <voltara gmail.com>]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) core: DirectoryMatch can now match on the end of line character ($),
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak and sub-directories of matched directories are no longer implicitly
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak matched. PR49809 [Eric Covener]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) Regexps: introduce new higher-level regexp utility including parsing
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak and executing perl-style regexp ops (e.g s/foo/bar/i) and regexp memory
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) Proxy: support setting source address. PR 29404
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak [Multiple contributors iterating through bugzilla,
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak Aron Ujvari <xanco nikhok.hu>, Aleksey Midenkov <asm uezku.kemsu.ru>,
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak <dan listening-station.net; trunk version Nick Kew]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) HTTP protocol: return 400 not 503 if we have to abort due to malformed
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak chunked encoding. [Nick Kew]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniakChanges with Apache 2.3.8
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) suexec: Support large log files. PR 45856. [Stefan Fritsch]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) core: Abort with sensible error message if no or more than one MPM is
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak loaded. [Stefan Fritsch]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_proxy: Rename erroronstatus to failonstatus.
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak [Daniel Ruggeri <DRuggeri primary.net>]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_dav_fs: Fix broken "creationdate" property.
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak Regression in version 2.3.7. [Rainer Jung]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniakChanges with Apache 2.3.7
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) SECURITY: CVE-2010-1452 (cve.mitre.org)
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak mod_dav, mod_cache, mod_session: Fix Handling of requests without a path
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak segment. PR: 49246 [Mark Drayton, Jeff Trawick]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_ldap: Properly check the result returned by apr_ldap_init. PR 46076.
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak [Stefan Fritsch]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_rewrite: Log errors if rewrite map files cannot be opened. PR 49639.
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak [Stefan Fritsch]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) mod_proxy_http: Support the 'ping' property for backend HTTP/1.1 servers
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak via leveraging 100-Continue as the initial "request".
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak [Jim Jagielski]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) core/mod_authz_core: Introduce new access_checker_ex hook that enables
91f378b5a10f2d83820902ed10ba7967a3920c18nilgun mod_authz_core to bypass authentication if access should be allowed by
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung IP address/env var/... [Stefan Fritsch]
0d0ba3a410038e179b695446bb149cce6264e0abnd *) core: Introduce note_auth_failure hook to allow modules to add support
727872d18412fc021f03969b8641810d8896820bhumbedooh for additional auth types. This makes ap_note_auth_failure() work with
cc7e1025de9ac63bd4db6fe7f71c158b2cf09fe4humbedooh mod_auth_digest again. PR 48807. [Stefan Fritsch]
cc7e1025de9ac63bd4db6fe7f71c158b2cf09fe4humbedooh *) socache modules: return APR_NOTFOUND when a lookup is not found [Nick Kew]
0d0ba3a410038e179b695446bb149cce6264e0abnd *) mod_authn_cache: new module [Nick Kew]
0d0ba3a410038e179b695446bb149cce6264e0abnd *) configure: Add reallyall option for --enable-mods-shared. [Stefan Fritsch]
0d0ba3a410038e179b695446bb149cce6264e0abnd *) Fix Windows build when using VC6. [Gregg L. Smith <lists glewis com>]
0d0ba3a410038e179b695446bb149cce6264e0abnd *) mod_rewrite: Allow to set environment variables without explicitly
727872d18412fc021f03969b8641810d8896820bhumbedooh giving a value. [Rainer Jung]
0d0ba3a410038e179b695446bb149cce6264e0abnd *) mod_rewrite: Remove superfluous EOL from rewrite logging. [Rainer Jung]
07dc96d063d49299da433f84b5c5681da9bbdf68rbowen *) mod_include: recognise "text/html; parameters" as text/html
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen PR 49616 [Andrey Chernov <ache nagual.pp.ru>]
7fec19672a491661b2fe4b29f685bc7f4efa64d4nd *) CGI vars: allow PATH to be set by SetEnv, consistent with LD_LIBRARY_PATH
7fec19672a491661b2fe4b29f685bc7f4efa64d4nd PR 43906 [Nick Kew]
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *) Core: Extra robustness: don't try authz and segfault if authn
*) 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: