History log of /httpd/modules/proxy/CHANGES
Revision Date Author Comments Expand
f3a5934ca0fb0f0f813bd9d9d06af8937e3f401f 504892 08-Feb-2007 jim

Change common but incorrect usage of 'depreciated' for 'deprecated'

4e191199a0aeab09d78df8f5579e745572e8b7bc 97800 08-Dec-2002 wsanchez

2.0 -> 2.1

/httpd/INSTALL /httpd/LAYOUT /httpd/README /httpd/README.platforms /httpd/build/httpd_roll_release /httpd/docs/STATUS /httpd/docs/conf/httpd-std.conf.in /httpd/docs/conf/httpd-win.conf /httpd/docs/conf/ssl-std.conf /httpd/docs/manual/faq/index.html /httpd/docs/manual/faq/support.html /httpd/docs/manual/glossary.html.en /httpd/docs/manual/glossary.xml /httpd/docs/manual/install.html.de /httpd/docs/manual/install.html.en /httpd/docs/manual/install.html.ja.jis /httpd/docs/manual/install.html.ko.euc-kr /httpd/docs/manual/install.xml /httpd/docs/manual/install.xml.de /httpd/docs/manual/install.xml.ja /httpd/docs/manual/mod/mod_info.html.en /httpd/docs/manual/mod/mod_info.html.ja.jis /httpd/docs/manual/mod/mod_info.xml /httpd/docs/manual/mod/mod_info.xml.ja /httpd/docs/manual/programs/suexec.html /httpd/docs/manual/ssl/ssl_faq.html.en /httpd/docs/manual/ssl/ssl_faq.xml /httpd/docs/manual/suexec.html.en /httpd/docs/manual/suexec.html.ja.jis /httpd/docs/manual/suexec.xml /httpd/docs/manual/suexec.xml.ja /httpd/modules/experimental/README CHANGES /httpd/modules/ssl/README /httpd/modules/ssl/ssl_expr_scan.c /httpd/server/util.c
d7759bdad133e1e92fe41aab75dd8c1584eda38c 94219 27-Mar-2002 jim

Depreciate mod_proxy's own CHANGES file

b3155b9e3b06b20030ec6c16d98f8dabf12ead9c 92023 17-Nov-2001 ianh

should this file be used or the main httpd one?

ff1234e45aca1b8171d711ecb87f58b9d9100a99 91092 20-Sep-2001 ianh

Added New Option 'HTTPProxyOverrideReturnedErrors' which lets the server override the error pages returned from the proxied server and replace them with the standard server error handling on the main server. Reviewed by: Graham, Chuck

2ceedfca3a2fdfdb5ff60ca17f030ce91f6331cb 90678 26-Aug-2001 wrowe

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. Remaining questions include canonicalization and case folding of proxied uri space, prior to the proxy_walk testing and the second <Location > walk.

b999f6ba2a266bf9a92687f31bb7e76021ac5891 90402 20-Aug-2001 ianh

adjust to apr_uri_ rename Submitted by: dougm@apache.org Reviewed by: ianh@apache.org

b9b69856aec9ea58ea1b1e5aff669e8eaf2ebce4 90159 14-Aug-2001 rbb

Break http_proxy_handler into multiple smaller functions. Submitted by: John Barbee <barbee@veribox.net>

1f3a44f2fd7f9fee00b80c7ddcf1028ea145f91d 90092 11-Aug-2001 rbb

Fix the proxy when the origin server sends back a 100 Continue response. [John Barbee <barbee@veribox.net>]

7d7931c1f4d46b041ad2ad6fdb9499289063611e 90012 07-Aug-2001 ianh

change readbytes from a apr_size_t to a apr_off_t to match the parameter required in ap_get_brigade Submitted by: barbee@veribox.net Reviewed by: ianh@apache.org

43ea154f46345c9722c2b25b2b9f5086ec79eaee 89910 03-Aug-2001 orlikowski

Forgot the CHANGES, as usual....

0c233c76f21b358f4a0d81e0f956339ca727c14c 89486 30-Jun-2001 chuck

Fix abort code path for HTTP proxy. Similar to Victor's patch for FTP proxy. No, Julia, it really *is* a double negative.

53c2eb831bfe47860e3f5ec9190b15cb92f15181 89483 29-Jun-2001 chuck

FTP return code variable cleanup; fixed login bug (same var used for return code and loop index)

c1635d9f723f28fed4b95e5d9693e554a79e8d77 89478 28-Jun-2001 orlikowski

Just the facts, ma'am.

4f7dd0949d92462a8adc31eee8aff266eea55204 89473 28-Jun-2001 chuck

Reorganize ap_proxy_string_read() internally to not process eos buckets.

75b3ed55173b29dbdf9e2fb6ec5462bfceee21ae 89472 28-Jun-2001 chuck

Some servers send no response to FTP QUIT command and just close the connection. Remove result code check for QUIT. We gave them fair warning.

68bcde9c52e9e749482df2800dbdff09559115e0 89304 08-Jun-2001 chuck

moved CHANGES here PR: Obtained from: Submitted by: Reviewed by: