]> granicus.if.org Git - apache/blob - CHANGES
7df69b0934872919f0acc527e214a28558d3b9f5
[apache] / CHANGES
1                                                          -*- coding: utf-8 -*-
2 Changes with Apache 2.5.0
3
4   *) mod_substitute: Fix spurious AH01328 (Line too long) errors on EBCDIC
5      systems.  [Eric Covener]
6
7   *) core: Disallow multiple Listen on the same IP:port when listener buckets
8      are configured (ListenCoresBucketsRatio > 0), consistently with the single
9      bucket case (default), thus avoiding the leak of the corresponding socket
10      descriptors on graceful restart.  [Yann Ylavic]
11
12   *) mod_autoindex: Add IndexOptions UseOldDateFormat to allow the date
13      format from 2.2 in the Last Modified column. PR60846.
14      [Hank Ibell <hwibell gmail.com>]
15
16   *) Add <IfDirective> and <IfSection> directives.  [Joe Orton]
17
18   *) mod_syslog: Support use of optional "tag" in syslog entries.
19      PR 60525. [Ben Rubson <ben.rubson gmail.com>, Jim Jagielski]
20
21   *) MPMs unix: Place signals handlers and helpers out of DSOs to avoid
22      a possible crash if a signal is caught during (graceful) restart.
23      PR 60487.  [Yann Ylavic]
24   
25   *) mod_proxy: Allow the per-request environment variable "no-proxy" to
26      be used as an alternative to ProxyPass /path !. This is primarily
27      to set exceptions for ProxyPass specified in <Location> context.
28      Use SetEnvIf, not SetEnv. [Eric Covener]
29
30   *) When using mod_status with the Event MPM, report the number of requests
31      associated with an active connection in the "ACC" field. Previously
32      zero was always reported with this MPM.  PR60647. [Eric Covener]
33
34   *) mod_proxy_hcheck: Don't validate timed out responses.  [Yann Ylavic]
35
36   *) mod_proxy_fcgi: Return to 2.4.20-and-earlier behavior of leaving
37      a "proxy:fcgi://" prefix in the SCRIPT_FILENAME environment variable by
38      default.  Add ProxyFCGIBackendType to allow the type of backend to be
39      specified so these kinds of fixups can be restored without impacting
40      FPM. PR60576 [Eric Covener, Jim Jagielski]
41
42   *) core: EBCDIC fixes for interim responses with additional headers.
43      [Eric Covener]
44
45   *) mod_remoteip: Add support for PROXY protocol (code donated by Cloudzilla).
46      Add ability for PROXY protocol processing to be optional to donated code.
47      See also: http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt
48      [Cloudzilla/roadrunner2@GitHub, Jim Jagielski, Daniel Ruggeri]
49
50   *) mod_rewrite: When a substitution is a fully qualified URL, and the 
51      scheme/host/port matches the current virtual host, stop interpreting the 
52      path component as a local path just because the first component of the 
53      path exists in the filesystem.  Adds RewriteOption "LegacyPrefixDocRoot" 
54      to revert to previous behavior. PR60009.
55      [Hank Ibell <hwibell gmail.com>]
56  
57   *) core: Add %{REMOTE_PORT} to the expression parser. PR59938
58      [Hank Ibell <hwibell gmail.com>]
59
60   *) mod_remoteip: When overriding the useragent address from X-Forwarded-For,
61      zero out what had been initialized as the connection-level port.  PR59931.
62      [Hank Ibell <hwibell gmail.com>]
63
64   *) mod_proxy_wstunnel: Reliably run before mod_proxy_http.
65      [Eric Covener]
66
67   *) mod_proxy_protocol: Add server-side, front-end support for PROXY PROTOCOL
68      (http://blog.haproxy.com/haproxy/proxy-protocol/).  [roadrunner2]
69      
70   *) mod_proxy_fcgi: Return HTTP 504 rather than 503 in case of proxy timeout.
71      [Luca Toscano]
72
73   *) http: Allow unknown response status' lines returned in the form of
74      "HTTP/x.x xxx Status xxx".  [Yann Ylavic]
75
76   *) core: Add <IfFile> configuration section to allow any file on disk to be
77      used as a conditional.  [Edward Lu, Eric Covener]
78
79   *) event: Avoid listener periodic wake ups by using the pollset wake-ability
80      when available.  PR 57399.  [Yann Ylavic, Luca Toscano]
81
82   *) mod_brotli: Add a new module for dynamic Brotli (RFC 7932) compression.
83      [Evgeny Kotkov]
84
85   *) core: Permit unencoded ';' characters to appear in proxy requests and
86      Location: response headers. Corresponds to modern browser behavior.
87      [William Rowe]
88
89   *) mod_crypto: Add the all purpose crypto filters with support for HLS.
90      [Graham Leggett]
91
92   *) core: Drop an invalid Last-Modified header value coming
93      from a FCGI/CGI script instead of replacing it with Unix epoch.
94      Warn the users about Last-Modified header value replacements
95      and violations of the RFC.
96      [Yann Ylavic, Luca Toscano, William Rowe, Jacob Champion]
97
98   *) mod_dav: Allow other modules to become providers and add ACLs
99      to the DAV response.
100      [Jari Urpalainen <jari.urpalainen nokia.com>, Graham Leggett]
101
102   *) mod_dav: Add dav_begin_multistatus, dav_send_one_response,
103      dav_finish_multistatus, dav_send_multistatus, dav_handle_err,
104      dav_failed_proppatch, dav_success_proppatch to mod_dav.h.
105      [Jari Urpalainen <jari.urpalainen nokia.com>, Graham Leggett]
106
107   *) mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections,
108      allowing per backend TLS configuration.  [Yann Ylavic]
109
110   *) core: explicitly exclude 'h2' from protocols announced via an Upgrade: 
111      header as commanded by http-wg. [Stefan Eissing]
112
113   *) mod_proxy_ajp: Add "secret" parameter to proxy workers to implement legacy
114      AJP13 authentication.  PR 53098.  [Dmitry A. Bakshaev <dab1818 gmail com>]
115
116   *) mpm: Generalise the ap_mpm_register_socket functions to accept pipes
117      or sockets. [Graham Leggett]
118
119   *) core: Extend support for setting aside data from the network input filter
120      to any connection or request input filter. [Graham Leggett]
121
122   *) core: Split ap_create_request() from ap_read_request(). [Graham Leggett]
123
124   *) mod_auth_digest: Fix compatibility with expression-based Authname. PR59039.
125      [Eric Covener]
126
127   *) mpm: Add a complete_connection hook that confirms whether an MPM is allowed
128      to leave the WRITE_COMPLETION phase. Move filter code out of the MPMs.
129      [Graham Leggett]
130
131   *) core: Added support for HTTP code 451. PR58985.
132      [Yehuda Katz <yehuda ymkatz.net>, Jim Jagielski]
133
134   *) mod_filter: Fix AddOutputFilterByType with non-content-level filters.
135      PR58856 [Micha Lenk <micha lenk.info>]
136
137   *) mod_cache: Consider Cache-Control: s-maxage in expiration
138      calculations.  [Eric Covener]
139
140   *) mod_cache: Allow caching of responses with an Expires header
141      in the past that also has Cache-Control: max-age or s-maxage.
142      PR55156. [Eric Covener]
143
144   *) Added many log numbers to log statements that had none.
145
146   *) mod_session: Introduce SessionExpiryUpdateInterval which allows to
147      configure the session/cookie expiry's update interval. PR 57300.
148      [Paul Spangler <paul.spangler ni.com>]
149
150   *) core: Extend support for asynchronous write completion from the
151      network filter to any connection or request filter. [Graham Leggett]
152
153   *) mod_auth_digest: remove AuthDigestEnableQueryStringHack which is no
154      more documented since dec 2012 (r1415960). [Christophe Jaillet]
155
156   *) mod_charset_lite: On EBCDIC platforms, make sure mod_charset_lite runs
157      after other resource-level filters. [Eric Covener]
158
159   *) http: Don't remove the Content-Length of zero from a HEAD response if
160      it comes from an origin server, module or script.  [Yann Ylavic]
161
162   *) http: Add support for RFC2324/RFC7168. [Graham Leggett]
163
164   *) mod_rewrite: Add support for starting External Rewriting Programs
165      as non-root user on UNIX systems by specifying username and group name
166      as third argument of RewriteMap directive. [Jan Kaluza]
167
168   *) mod_authn_core: Add expression support to AuthName and AuthType.
169      [Graham Leggett]
170
171   *) suexec: Filter out the HTTP_PROXY environment variable because it is
172      treated as alias for http_proxy by some programs. [Stefan Fritsch]
173
174   *) mod_proxy_http: Don't establish or reuse a backend connection before pre-
175      fetching the request body, so to minimize the delay between it is supposed
176      to be alive and the first bytes sent: this is a best effort to prevent the
177      backend from closing because of idle or keepalive timeout in the meantime.
178      Also, handle a new "proxy-flushall" environment variable which allows to
179      flush any forwarded body data immediately. PR 56541+37920. [Yann Ylavic]
180
181   *) core: Define and UnDefine are no longer permitted in
182      directory context. Previously they would always be evaulated
183      as the configuration was read without regard for the directory
184      context. [Eric Covener]
185
186   *) config: For directives that do not expect any arguments, enforce
187      that none are specified in the configuration file. 
188      [Joachim Zobel <jzobel heute-morgen.de>, Eric Covener]
189
190   *) mod_rewrite: Improve 'bad flag delimeters' startup error by showing
191      how the input was tokenized.  PR 56528. [Edward Lu <Chaosed0 gmail.com>]
192
193   *) mod_proxy: Don't put non balancer-member workers in error state by
194      default for connection or 500/503 errors, and honor status=+I for
195      any error.  PR 48388.  [Yann Ylavic]
196
197   *) mod_socache_memcache: Pass expiration time through to memcached. PR 55445.
198      [Faidon Liambotis <paravoid debian.org>, Joe Orton]
199
200   *) ap_expr: Add filemod function for checking file modification dates
201      [Daniel Gruno]
202
203   *) mod_authnz_ldap: Resolve crashes with LDAP authz and non-LDAP authn since 
204      r1608202. [Eric Covener]
205
206   *) apreq: Content-Length header should be always interpreted as a decimal.
207      Leading 0 could be erroneously considered as an octal value. PR 56598.
208      [Chris Card <ctcard hotmail com>]
209
210   *) mod_proxy: Now allow for 191 character worker names, with non-fatal
211      errors if name is truncated. PR53218. [Jim Jagielski]
212
213   *) mod_ssl: Add optional function "ssl_get_tls_cb" to allow support
214      for channel bindings.  [Simo Sorce <simo redhat.com>]
215
216   *) mod_proxy_wstunnel: Concurrent websockets messages could be 
217      lost or delayed with ProxyWebsocketAsync enabled.  
218      [Edward Lu <Chaosed0 gmail.com>]
219
220   *) core, mod_info: Add compiled and loaded PCRE versions to version
221      number display.  [Rainer Jung]
222
223   *) mod_authnz_ldap: Return LDAP connections to the pool before the handler
224      is run, instead of waiting until the end of the request. [Eric Covener]
225
226   *) mod_proxy_html: support automatic detection of doctype and processing
227      of FPIs.  PR56285 [Micha Lenk <micha lenk info>, Nick Kew]
228
229   *) mod_proxy_html: skip documents shorter than 4 bytes
230      PR 56286 [Micha Lenk <micha lenk info>]
231
232   *) mod_proxy_fdpass: Fix computation of the size of 'struct sockaddr_un'
233      when passed to 'connect()'.
234      [Graham Dumpleton <grahamd apache org>]
235
236   *) core: Add ap_mpm_resume_suspended() API to allow a suspended connection
237      to resume. PR56333 
238      [Artem <artemciy gmail.com>, Edward Lu <Chaosed0 gmail.com>]
239
240   *) core: Add ap_mpm_register_socket_callback_timeout() API. [Eric Covener]
241
242   *) mod_proxy_wstunnel: Honor ProxyWebsocketIdleTimeout in asynchronous
243      processing mode. [Eric Covener]
244
245   *) mod_authnz_ldap: Fail explicitly when the filter is too long. Remove
246      unnecessary apr_pstrdup() and strlen(). [Graham Leggett]
247
248   *) Add the ldap-search option to mod_authnz_ldap, allowing authorization
249      to be based on arbitrary expressions that do not include the username.
250      [Graham Leggett]
251
252   *) Add the ldap function to the expression API, allowing LDAP filters and
253      distinguished names based on expressions to be escaped correctly to
254      guard against LDAP injection. [Graham Leggett]
255
256   *) Add module mod_ssl_ct, which provides an implementation of Certificate
257      Transparency (RFC 6962) for httpd.  [Jeff Trawick]
258
259   *) mod_proxy_wstunnel: Avoid sending error responses down an upgraded
260      websockets connection as it is being close down. [Eric Covener]
261
262   *) mod_proxy_wstunnel: Allow the administrator to cap the amount
263      of time a synchronous websockets connection stays idle with 
264      ProxyWebsocketIdleTimeout. [Eric Covener]
265
266   *) mod_proxy_wstunnel: Change to opt-in for asynchronous support, adding 
267      directives ProxyWebsocketAsync and ProxyWebsocketAsyncDelay. 
268      [Eric Covener]
269
270   *) mod_proxy_wstunnel: Stop leaking websockets backend connections under
271      event MPM (trunk-only). [Eric Covener]
272
273   *) mod_proxy_http: Add detach_backend hook (potentially usable
274      in other proxy scheme handlers).  [Jeff Trawick]
275
276   *) mod_deflate: Add DeflateAlterETag to control how the ETag
277      is modified. The 'NoChange' parameter mimics 2.2.x behavior.
278      PR 45023, PR 39727. [Eric Covener]
279
280   *) mod_rewrite: Add 'BNF' (backreferences-no-plus) flag to RewriteRule to 
281      allow spaces in backreferences to be encoded as %20 instead of '+'.
282      [Eric Covener]
283
284   *) mod_rewrite: Support an optional list of characters to escape in the 
285      argument for the 'B' (escape backreferences) flag. [Eric Covener]
286
287   *) mod_dir: Default to 2.2-like behavior and skip execution when method is
288      neither GET nor POST, such as for DAV requests. PR 54914. [Chris Darroch]
289
290   *) mod_rewrite: Rename the handler that does per-directory internal 
291      redirects to "rewrite-redirect-handler" from "redirect-handler" so
292      it is less ambiguous and less likely to be reused. [Eric Covener]
293
294   *) mod_rewrite: Protect against looping with the [N] flag by enforcing a 
295      default limit of 10000 iterations, and allowing each rule to change its
296      limit. [Eric Covener]
297
298   *) mod_ssl: Fix config merging of SSLOCSPEnable and SSLOCSPOverrideResponder.
299      [Jeff Trawick]
300
301   *) Add HttpContentLengthHeadZero and HttpExpectStrict directives.
302      [Yehuda Sadeh <yehuda inktank com>, Justin Erenkrantz]
303
304   *) mod_ssl: Add -t -DDUMP_CA_CERTS option which dumps the filenames of all
305      configured SSL CA certificates to stdout the same way as DUMP_CERTS does.
306      [Jan Kaluza]
307
308   *) mod_ssl: Don't flush when an EOS is received. Prepares mod_ssl
309      to support write completion. [Graham Leggett]
310
311   *) core: Add parse_errorlog_arg callback to ap_errorlog_provider
312      to allow providers to check the ErrorLog argument. [Jan Kaluza]
313
314   *) mod_cgid: Use the servers Timeout for each read from a CGI script,
315      allow override with new CGIDRequestTimeout directive. PR43494
316      [Eric Covener, Toshikuni Fukaya <toshikuni-fukaya cybozu co jp>]
317
318   *) core: ensure any abnormal exit is reported to stderr if it's a tty.
319      PR 55670 [Nick Kew]
320
321   *) mod_lua: Let the Inter-VM get/set functions work with a global 
322      shared memory pool instead of a per-process pool. [Daniel Gruno]
323
324   *) ldap: Support ldaps when using the Microsoft LDAP SDK.
325      PR 54626. [Jean-Frederic Clere]
326
327   *) mod_authnz_ldap: Change default value of AuthLDAPMaxSubGroupDepth to 0
328      to avoid performance problems when subgroups aren't in use. [Eric Covener]
329
330   *) mod_syslog: New module implementing syslog ap_error_log provider.
331      Previously, this code was part of core, now it's in separate module.
332      [Jan Kaluza]
333
334   *) core: Add ap_errorlog_provider to make ErrorLog logging modular. Move
335      syslog support from core to new mod_syslog. [Jan Kaluza]
336
337   *) mod_status, mod_echo: Fix the display of client addresses.
338      They were truncated to 31 characters which is not enough for IPv6 addresses.
339      PR 54848 [Bernhard Schmidt <berni birkenwald de>]
340
341   *) mod_unique_id: Use output of the PRNG rather than IP address and
342      pid, avoiding sleep() call and possible DNS issues at startup,
343      plus improving randomness for IPv6-only hosts.
344      [Jan Kaluza <jkaluza redhat.com>]
345
346   *) mod_file_cache: mod_file_cache should be able to serve files that
347      haven't had a Content-Type set via e.g. mod_mime. [Eric Covener]
348
349   *) core: merge AllowEncodedSlashes from the base configuration into
350      virtual hosts. [Eric Covener]
351
352   *) AIX: Install DSO's with "cp" instead of "install" in instdso.sh
353      [Eric Covener]
354
355   *) mod_ldap: Don't keep retrying if a new LDAP connection times out.
356      [Eric Covener]
357
358   *) mod_deflate: permit compilation of mod_deflate against a zlib that has
359      been configured with -D Z_PREFIX, which redefines the token "deflate".
360      [Eric Covener]
361
362   *) mod_auth_digest: Use the secret when generating nonces in all cases and
363      not only when AuthName is used in .htaccess files (this change may cause
364      problems if used with round robin load balancers). Don't regenerate the
365      secret on graceful restarts. PR 54637  [Stefan Fritsch]
366
367   *) core: Remove apr_brigade_flatten(), buffering and duplicated code
368      from the HTTP_IN filter, parse chunks in a single pass with zero copy.
369      Reduce memory usage by 48 bytes per request. [Graham Leggett]
370
371   *) core: Stop the HTTP_IN filter from attempting to write error buckets
372      to the output filters, which is bogus in the proxy case. Create a
373      clean mapping from APR codes to HTTP status codes, and use it where
374      needed. [Graham Leggett]
375
376   *) mod_proxy: Ensure network errors detected by the proxy are returned as
377      504 Gateway Timout as opposed to 502 Bad Gateway, in order to be
378      compliant with RFC2616 14.9.4 Cache Revalidation and Reload Controls.
379
380   *) mod_dav: mod_dav overrides dav_fs response on PUT failure. PR 35981
381      [Basant Kumar Kukreja <basant.kukreja sun.com>, Alejandro Alvarez
382      <alejandro.alvarez.ayllon cern.ch>]
383
384   *) mod_ldap: LDAP connections used for authentication were not respecting
385      LDAPConnectionPoolTimeout.  PR 54587
386
387   *) core: ap_rgetline_core now pulls from r->proto_input_filters.
388
389   *) mod_proxy_html: process parsed comments immediately. 
390      Fixes bug where parsed comments may be lost. [Nick Kew]
391
392   *) mod_proxy_html: introduce doctype for HTML 5 [Nick Kew]
393
394   *) mod_proxy_html: fix typo-bug processing "strict" vs "transitional"
395      HTML/XHTML [Nick Kew]
396
397   *) core: Add option to add valgrind support. Use it to reduce false positive
398      warnings in mod_ssl. [Stefan Fritsch]
399
400   *) mod_authn_file, mod_authn_dbd, mod_authn_dbm, mod_authn_socache:
401      Cache the result of the most recent password hash verification for every
402      keep-alive connection. This saves some expensive calculations.
403      [Stefan Fritsch]
404
405   *) http: Remove support for Request-Range header sent by Navigator 2-3 and
406      MSIE 3. [Stefan Fritsch]
407
408   *) core, http: Extend HttpProtocol with an option to enforce stricter HTTP
409      conformance or to only log the found problems. [Stefan Fritsch]
410
411   *) core: Correctly parse an IPv6 literal host specification in an absolute
412      URL in the request line. [Stefan Fritsch]
413
414   *) EventOpt MPM
415
416   *) core: Add LogLevelOverride directive that allows to override the
417      loglevel for clients from certain IPs. This also works for things
418      like the SSL handshake where <If> LogLevel ... </If> is evaluated
419      too late. [Stefan Fritsch]
420
421   *) core: Add new directive Warning to issue warnings from a configuration
422      file. Both Warning and Error now generate a timestamped log message.
423      [Fabien Coelho] 
424
425   *) ap_expr: Add SERVER_PROTOCOL_VERSION, ..._MAJOR, and ..._MINOR
426      variables. [Stefan Fritsch]
427
428   *) core: New directive RegisterHttpMethod for registering non-standard
429      HTTP methods. [Stefan Fritsch]
430
431   *) core: New directive HttpProtocol which allows to disable HTTP/0.9
432      support. [Stefan Fritsch]
433
434   *) mod_allowhandlers: New module to forbid specific handlers for specific
435      directories. [Stefan Fritsch]
436
437   *) mod_systemd: New module, for integration with systemd on Linux.
438      [Jan Kaluza <jkaluza redhat.com>]
439
440   *) WinNT MPM: Store pid and generation for each thread in scoreboard
441      to allow tracking of threads from exiting children via mod_status
442      or other such mechanisms.  [Jeff Trawick]
443
444   *) The following now respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
445      - APIs: ap_log_pid(), ap_remove_pid, ap_read_pid()
446      - mod_cache: thundering herd lock directory
447      - mod_lbmethod_heartbeat, mod_heartmonitor: heartbeat storage file
448      - mod_ldap: shared memory cache
449      - mod_socache_shmcb, mod_socache_dbm: shared memory or dbm for cache
450      [Jeff Trawick]
451
452   *) suexec: Add --enable-suexec-capabilites support on Linux, to use
453      setuid/setgid capability bits rather than a setuid root binary.
454      [Joe Orton]
455
456   *) suexec: Add support for logging to syslog as an alternative to logging
457      to a file; configure --without-suexec-logfile --with-suexec-syslog.  
458      [Joe Orton]
459
460   *) mod_ssl: Add support for TLS Next Protocol Negotiation.  PR 52210.
461      [Matthew Steele <mdsteele google.com>]
462
463   *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
464      be compiled by the build compiler instead of the host compiler.
465      Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
466      PR 51257. [Guenter Knauf]
467
468   *) core: In maintainer mode, replace apr_palloc with a version that
469      initializes the allocated memory with non-zero values, except if
470      AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
471
472   *) mod_policy: Add a new testing module to help server administrators
473      enforce a configurable level of protocol compliance on their
474      servers and application servers behind theirs. [Graham Leggett]
475
476   *) mod_firehose: Add a new debugging module able to record traffic
477      passing through the server in such a way that connections and/or
478      requests be reconstructed and replayed. [Graham Leggett]
479
480   *) mod_noloris
481
482   *) APREQ
483
484   *) Simple MPM
485
486   *) mod_serf
487
488   [Apache 2.5.0-dev includes those bug fixes and changes with the
489    Apache 2.4.xx tree as documented below, except as noted.]
490
491 Changes with Apache 2.4.x and later:
492
493   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
494
495 Changes with Apache 2.2.x and later:
496
497   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
498
499 Changes with Apache 2.0.x and later:
500
501   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
502