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