]> granicus.if.org Git - apache/blobdiff - modules/proxy/CHANGES
Added New Option 'HTTPProxyOverrideReturnedErrors' which lets the server override
[apache] / modules / proxy / CHANGES
index b6cd476e7ff2e60fe02e50d336098e5d4c0191d5..26bed8e98c41345780afdb039d87ed968f1e4566 100644 (file)
@@ -1,7 +1,46 @@
+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>]
@@ -20,6 +59,8 @@ mod_proxy changes for httpd 2.0.18-dev
      [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>]
 
@@ -51,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>]
 
@@ -77,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.
@@ -94,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>]
@@ -110,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>]
 
@@ -142,7 +191,7 @@ 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