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