CHANGES revision 2ba1586475aa4ec972ca7c19b06d53bf76f0ee7e
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding******************************************
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding* PLEASE NOTE: Now that development for *
8d1cf9fc1abcce38714c9f54a51d40e718774decjim* mod_proxy has been folded back into *
8d1cf9fc1abcce38714c9f54a51d40e718774decjim* the httpd-2.1 tree, this file has *
8d1cf9fc1abcce38714c9f54a51d40e718774decjim* been deprecated. Proxy changes should *
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding* be noted in httpd-2.x's CHANGES file. *
8d1cf9fc1abcce38714c9f54a51d40e718774decjim* This file exists for historical *
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding* purposes. *
8d1cf9fc1abcce38714c9f54a51d40e718774decjim******************************************
8d1cf9fc1abcce38714c9f54a51d40e718774decjimmod_proxy changes for httpd 2.0.29-dev
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding *) don't do keepalives for sub-requests. [Ian Holsman]
ff2e7b35704e8610383152ebc823b94515d9fc2eniq *) fix up proxypass handling [Ian Holsman]
8d1cf9fc1abcce38714c9f54a51d40e718774decjim *) don't send If-Modified-Since, Cache-Control, or If-None-Match on
8d1cf9fc1abcce38714c9f54a51d40e718774decjim a subrequest [Ian Holsman]
8d1cf9fc1abcce38714c9f54a51d40e718774decjimmod_proxy changes for httpd 2.0.26-dev
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding *) Add New option 'HTTPProxyOverrideReturnedErrors'. By Turning the
8d1cf9fc1abcce38714c9f54a51d40e718774decjim Flag on, you will mask the error pages returned by the proxied
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding server, and will it will be handled as if your server generated
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding the error. This change was put in so that a 404 on a included
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding r-proxied component will act in the same manner as a 404 on a
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding included file. [Ian Holsman <ianh@cnet.com>]
0f081398cf0eef8cc7c66a535d450110a92dc8aefieldingmod_proxy changes for httpd 2.0.25-dev
8d1cf9fc1abcce38714c9f54a51d40e718774decjim *) Split proxy: space using <Proxy[Match] > directive blocks from
8d1cf9fc1abcce38714c9f54a51d40e718774decjim the <Directory[Match] > and <Files[Match] > blocks. Mod_proxy
8d1cf9fc1abcce38714c9f54a51d40e718774decjim now bypasses the directory and files testing phase (and skips
8d1cf9fc1abcce38714c9f54a51d40e718774decjim the http TRACE default handler on it's own, as well). Note that
8d1cf9fc1abcce38714c9f54a51d40e718774decjim <Location > blocks continue to be processed for proxy: requests.
8d1cf9fc1abcce38714c9f54a51d40e718774decjim [William Rowe <wrowe@covalent.net>]
8d1cf9fc1abcce38714c9f54a51d40e718774decjim *) apr_uri type/function namespace changes in apr_uri functions
8d1cf9fc1abcce38714c9f54a51d40e718774decjim [Doug MacEachern <dougm@covalent.net>]
8d1cf9fc1abcce38714c9f54a51d40e718774decjimmod_proxy changes for httpd 2.0.23-dev
8d1cf9fc1abcce38714c9f54a51d40e718774decjim *) break the proxy_http_handler into multiple smaller functions.
8d1cf9fc1abcce38714c9f54a51d40e718774decjim [John Barbee <barbee@veribox.net>]
8d1cf9fc1abcce38714c9f54a51d40e718774decjim *) Fix the proxy when the origin server sends back a 100
8d1cf9fc1abcce38714c9f54a51d40e718774decjim Continue response. [John Barbee <barbee@veribox.net>]
8d1cf9fc1abcce38714c9f54a51d40e718774decjim *) Change 'readbytes' from apr_size_t to apr_off_t due to change
8d1cf9fc1abcce38714c9f54a51d40e718774decjim in ap_get_brigade's parameters [John Barbee <barbee@veribox.net>]
8d1cf9fc1abcce38714c9f54a51d40e718774decjimmod_proxy changes for httpd 2.0.20-dev
b8d55029467b9f139d081cf38c6d06ff45e742a9nd *) Timeout added for backend connections.
8d1cf9fc1abcce38714c9f54a51d40e718774decjim [Victor Orlikowski <v.j.orlikowski@gte.net>]
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding *) Fix abort code path in proxy_http.c, similar to FTP fix.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding [Chuck Murcko <chuck@topsail.org>]
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding *) Fix FTP ABOR command execution path.
*) Fixed the poll() loop in proxy_connect.c -> it works now!!!
*) Converted send_dir() to ap_proxy_send_dir_filter() in proxy_ftp.c.
to be fixed to include proxy_ftp.c.
*) Cleanup of dead functions within proxy_util.c.
*) Updated mod_proxy.html docs to include v2.0 configuration.