From 6beeb1b708550be0d4a53b272283e17e5e35fe17 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 17:01:30 +0200 Subject: Adding upstream version 2.4.57. Signed-off-by: Daniel Baumann --- modules/proxy/CHANGES | 223 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 223 insertions(+) create mode 100644 modules/proxy/CHANGES (limited to 'modules/proxy/CHANGES') diff --git a/modules/proxy/CHANGES b/modules/proxy/CHANGES new file mode 100644 index 0000000..b8e03a1 --- /dev/null +++ b/modules/proxy/CHANGES @@ -0,0 +1,223 @@ +****************************************** +* PLEASE NOTE: Now that development for * +* mod_proxy has been folded back into * +* the httpd-2.1 tree, this file has * +* been deprecated. Proxy changes should * +* be noted in httpd-2.x's CHANGES file. * +* This file exists for historical * +* purposes. * +****************************************** + +mod_proxy changes for httpd 2.0.29-dev + *) don't do keepalives for sub-requests. [Ian Holsman] + + *) fix up proxypass handling [Ian Holsman] + + *) don't send If-Modified-Since, Cache-Control, or If-None-Match on + a subrequest [Ian Holsman] + +mod_proxy changes for httpd 2.0.26-dev + *) Add New option 'HTTPProxyOverrideReturnedErrors'. By Turning the + Flag on, you will mask the error pages returned by the proxied + server, and will it will be handled as if your server generated + the error. This change was put in so that a 404 on a included + r-proxied component will act in the same manner as a 404 on a + included file. [Ian Holsman ] + +mod_proxy changes for httpd 2.0.25-dev + + *) Split proxy: space using directive blocks from + the and blocks. Mod_proxy + now bypasses the directory and files testing phase (and skips + the http TRACE default handler on it's own, as well). Note that + blocks continue to be processed for proxy: requests. + [William Rowe ] + + *) apr_uri type/function namespace changes in apr_uri functions + [Doug MacEachern ] + +mod_proxy changes for httpd 2.0.23-dev + + *) break the proxy_http_handler into multiple smaller functions. + [John Barbee ] + + *) Fix the proxy when the origin server sends back a 100 + Continue response. [John Barbee ] + + *) Change 'readbytes' from apr_size_t to apr_off_t due to change + in ap_get_brigade's parameters [John Barbee ] + +mod_proxy changes for httpd 2.0.20-dev + *) Timeout added for backend connections. + [Victor Orlikowski ] + + *) Fix abort code path in proxy_http.c, similar to FTP fix. + [Chuck Murcko ] + + *) Fix FTP ABOR command execution path. + [Victor Orlikowski ] + + *) FTP return code variable cleanup; fixed problem in login + [Chuck Murcko ] + + *) Get PORT working again in the ftp proxy. + [Victor Orlikowski ] + + *) Return result code check for FTP QUIT, after fixing + problems with passive connection handling. + [Victor Orlikowski ] + + *) Reorganize ap_proxy_string_read() internally to not process eos + buckets. + [Chuck Murcko ] + [Victor Orlikowski ] + + *) Remove result code check for FTP QUIT command. Some servers send + nothing at all back in response to QUIT. + [Chuck Murcko ] + [Victor Orlikowski ] + +mod_proxy changes for httpd 2.0.19 + + *) Reverse previous patch since the core reverted. + [Chuck Murcko ] + + *) Remove indirection on number of bytes to read for input filters. + [Chuck Murcko ] + + *) Fixed a problem with directory listing corruption in the + PROXY_DIR filter. + [Graham Leggett ] + + *) mod_proxy and the proxy submodules now build properly as DSOs. + [Graham Leggett ] + + *) Stopped the HTTP proxy from trying to read entity bodies when there + wasn't one (response was 1xx, 204, 205 or 304). + [Graham Leggett ] + + *) Made sure dates were canonicalised correctly when passed to the client + browser through the HTTP proxy. + [Graham Leggett ] + + *) Split each individual proxy protocol into separate modules. + [Graham Leggett ] + + *) Added Max-Forwards support for all request types so as to prevent + loops. + [Graham Leggett ] + + *) Fix warnings about byte count type on Darwin (connect handler). + [Chuck Murcko ] + +mod_proxy changes for httpd 2.0.18 + + *) IPV6 EPSV support for IPV6 in FTP proxy. + [Graham Leggett ] + + *) FTP directory filter works now. + [Graham Leggett ] + + *) Fixed some thread-safety issues with the HTTP proxy in mod_proxy. + [Graham Leggett ] + + *) PASV FTP works now. + [Graham Leggett ] + + *) Reworked the line-at-a-time read from the control connection to + workaround a stray empty bucket returned by the HTTP_IN filter. + [Graham Leggett ] + + *) Stopped the CORE filter from sending off an HTTP response when a + CONNECT tunnel was closed. + [Graham Leggett ] + + *) Fixed the poll() loop in proxy_connect.c -> it works now!!! + [Graham Leggett ] + + *) Converted send_dir() to ap_proxy_send_dir_filter() in proxy_ftp.c. + [Graham Leggett ] + +mod_proxy changes for httpd 2.0.17 + + *) Major rework of ap_proxy_ftp_handler() to use filters (begone foul + BUFF!!!). It compiles, but is untested, and the build environment needs + to be fixed to include proxy_ftp.c. + [Graham Leggett ] + + *) Cleanup of dead functions within proxy_util.c. + [Graham Leggett ] + + *) Reworked the storage of the client socket between keepalive connections + to fix some nasty problems with the socket lasting longer than the + memory pool it was allocated from. + [Graham Leggett ] + + *) Fixed bug where a hostname without a "." in it (such as "localhost") + would not trigger an IP address check with ProxyBlock. + [Graham Leggett ] + +mod_proxy changes for httpd 2.0.16 + + *) Fixed ProxyBlock bugs with ap_proxy_http_handler() and + ap_proxy_connect_handler(). + [Graham Leggett ] + + *) Updated ap_proxy_connect_handler() to support APR, while + moving some common code between http_handler and connect_handler + to proxy_util.c. + [Graham Leggett ] + + *) Updated mod_proxy.html docs to include v2.0 configuration. + [Graham Leggett ] + + *) Fixed problem where responses without entity bodies would cause + the directly following proxy keepalive request to fail. + [Graham Leggett ] + +mod_proxy changes for httpd 2.0.15 + + *) Added support for downstream keepalives in mod_proxy. + [Graham Leggett ] + + *) Changed mod_proxy ap_proxy_http_handler() to support APR properly. + [Graham Leggett ] + + *) Fix problem where incoming response headers were not being returned + to the client in mod_proxy. + [Graham Leggett ] + + *) Added X-Forwarded-For, X-Forwarded-Host and X-Forwarded-Server to + reverse proxied request headers in mod_proxy. + [Graham Leggett ] + + *) replace INADDR_NONE with APR_INADDR_NONE [Ian Holsman ] + + *) Fix problem with proxy configuration where globally set + configuration options were overridden inside virtual hosts. + [Graham Leggett ] + + *) Fix ProxyReceiveBufferSize where default value was left + uninitialised. + [Graham Leggett ] + + *) Some small changes: + - Ensured hop-by-hop headers were stripped as per + RFC2616 13.5.1. + - Upgraded version code to HTTP/1.1. + - Added Connection: close until Keepalives come. + - Some cosmetic fixes and commenting. + [Graham Leggett ] + +mod_proxy changes for httpd 2.0.14 + + *) removed ProxyNoCache and ProxyCacheForceCompletion config directives, + since we no longer directly cache from this module + [Chuck Murcko ] + + *) removed cache + [Chuck Murcko ] + + *) initial rerebuild for 2.0 + [Chuck Murcko ] + -- cgit v1.2.3