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