]> granicus.if.org Git - apache/blobdiff - modules/proxy/CHANGES
Added New Option 'HTTPProxyOverrideReturnedErrors' which lets the server override
[apache] / modules / proxy / CHANGES
index 1ec2291504ff7335fbd8be6fa9677fe9cb3f01ab..26bed8e98c41345780afdb039d87ed968f1e4566 100644 (file)
@@ -1,9 +1,65 @@
+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 <ianh@cnet.com>]
 
-mod_proxy changes for httpd 2.0.18-dev
+mod_proxy changes for httpd 2.0.25-dev
+
+  *) Split proxy: space using <Proxy[Match] > directive blocks from
+     the <Directory[Match] > and <Files[Match] > 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 
+     <Location > blocks continue to be processed for proxy: requests.
+     [William Rowe <wrowe@covalent.net>]
+
+  *) apr_uri type/function namespace changes in apr_uri functions
+     [Doug MacEachern <dougm@covalent.net>]
+
+mod_proxy changes for httpd 2.0.23-dev
+
+  *) break the proxy_http_handler into multiple smaller functions.
+     [John Barbee <barbee@veribox.net>]
+
+  *) Fix the proxy when the origin server sends back a 100
+     Continue response.  [John Barbee <barbee@veribox.net>]
+
+  *) Change 'readbytes' from apr_size_t to apr_off_t due to change
+     in ap_get_brigade's parameters [John Barbee <barbee@veribox.net>]
+
+mod_proxy changes for httpd 2.0.20-dev
+  *) Timeout added for backend connections.
+     [Victor Orlikowski <v.j.orlikowski@gte.net>]
+
+  *) Fix abort code path in proxy_http.c, similar to FTP fix.
+     [Chuck Murcko <chuck@topsail.org>]
+
+  *) Fix FTP ABOR command execution path.
+     [Victor Orlikowski <v.j.orlikowski@gte.net>]
+
+  *) FTP return code variable cleanup; fixed problem in login
+     [Chuck Murcko <chuck@topsail.org>]
+
+  *) Get PORT working again in the ftp proxy.
+     [Victor Orlikowski <v.j.orlikowski@gte.net>]
+
+  *) Return result code check for FTP QUIT, after fixing
+     problems with passive connection handling.
+     [Victor Orlikowski <v.j.orlikowski@gte.net>]
+
+  *) Reorganize ap_proxy_string_read() internally to not process eos
+     buckets.
+     [Chuck Murcko <chuck@topsail.org>]
+     [Victor Orlikowski <v.j.orlikowski@gte.net>]
 
   *) Remove result code check for FTP QUIT command. Some servers send
      nothing at all back in response to QUIT.
      [Chuck Murcko <chuck@topsail.org>]
+     [Victor Orlikowski <v.j.orlikowski@gte.net>]
+
+mod_proxy changes for httpd 2.0.19
 
   *) Reverse previous patch since the core reverted.
      [Chuck Murcko <chuck@topsail.org>]
@@ -36,6 +92,8 @@ mod_proxy changes for httpd 2.0.18-dev
   *) Fix warnings about byte count type on Darwin (connect handler).
      [Chuck Murcko <chuck@topsail.org>]
 
+mod_proxy changes for httpd 2.0.18
+
   *) IPV6 EPSV support for IPV6 in FTP proxy.
      [Graham Leggett <minfrin@sharp.fm>]
 
@@ -62,6 +120,8 @@ mod_proxy changes for httpd 2.0.18-dev
   *) Converted send_dir() to ap_proxy_send_dir_filter() in proxy_ftp.c.
      [Graham Leggett <minfrin@sharp.fm>]
 
+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.
@@ -79,6 +139,8 @@ mod_proxy changes for httpd 2.0.18-dev
      would not trigger an IP address check with ProxyBlock.
      [Graham Leggett <minfrin@sharp.fm>]
 
+mod_proxy changes for httpd 2.0.16
+
   *) Fixed ProxyBlock bugs with ap_proxy_http_handler() and
      ap_proxy_connect_handler().
      [Graham Leggett <minfrin@sharp.fm>]
@@ -95,6 +157,8 @@ mod_proxy changes for httpd 2.0.18-dev
      the directly following proxy keepalive request to fail.
      [Graham Leggett <minfrin@sharp.fm>]
 
+mod_proxy changes for httpd 2.0.15
+
   *) Added support for downstream keepalives in mod_proxy.
      [Graham Leggett <minfrin@sharp.fm>]
 
@@ -127,12 +191,15 @@ mod_proxy changes for httpd 2.0.18-dev
      - Some cosmetic fixes and commenting.
      [Graham Leggett <minfrin@sharp.fm>]
 
-mod_proxy changes for 2.0.14 alpha
+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]
+     since we no longer directly cache from this module
+     [Chuck Murcko <chuck@topsail.org>]
 
-  *) removed cache [Chuck Murcko]
+  *) removed cache
+     [Chuck Murcko <chuck@topsail.org>]
 
-  *) initial rerebuild for 2.0 [Chuck Murcko]
+  *) initial rerebuild for 2.0
+     [Chuck Murcko <chuck@topsail.org>]