1029N/Amod_proxy changes for httpd 2.0.18-dev
1029N/A *) Reorganize ap_proxy_string_read() internally to not process eos
1029N/A [Chuck Murcko <chuck@topsail.org>]
1029N/A [Victor Orlikowski <v.j.orlikowski@gte.net>]
1123N/A *) Remove result code check for FTP QUIT command. Some servers send
1123N/A nothing at all back in response to QUIT.
1123N/A [Chuck Murcko <chuck@topsail.org>]
1123N/A [Victor Orlikowski <v.j.orlikowski@gte.net>]
1123N/A *) Reverse previous patch since the core reverted.
1123N/A [Chuck Murcko <chuck@topsail.org>]
1123N/A *) Remove indirection on number of bytes to read for input filters.
1123N/A [Chuck Murcko <chuck@topsail.org>]
1123N/A *) Fixed a problem with directory listing corruption in the
1123N/A [Graham Leggett <minfrin@sharp.fm>]
1123N/A *) mod_proxy and the proxy submodules now build properly as DSOs.
1029N/A [Graham Leggett <minfrin@sharp.fm>]
1029N/A *) Stopped the HTTP proxy from trying to read entity bodies when there
1029N/A wasn't one (response was 1xx, 204, 205 or 304).
1029N/A [Graham Leggett <minfrin@sharp.fm>]
1029N/A *) Made sure dates were canonicalised correctly when passed to the client
1029N/A browser through the HTTP proxy.
1029N/A [Graham Leggett <minfrin@sharp.fm>]
1029N/A *) Split each individual proxy protocol into separate modules.
1029N/A [Graham Leggett <minfrin@sharp.fm>]
1029N/A *) Added Max-Forwards support for all request types so as to prevent
1029N/A [Graham Leggett <minfrin@sharp.fm>]
1123N/A *) Fix warnings about byte count type on Darwin (connect handler).
1029N/A [Chuck Murcko <chuck@topsail.org>]
1029N/A *) IPV6 EPSV support for IPV6 in FTP proxy.
1029N/A [Graham Leggett <minfrin@sharp.fm>]
1029N/A *) FTP directory filter works now.
1029N/A [Graham Leggett <minfrin@sharp.fm>]
1029N/A *) Fixed some thread-safety issues with the HTTP proxy in mod_proxy.
1029N/A [Graham Leggett <minfrin@sharp.fm>]
1029N/A [Graham Leggett <minfrin@sharp.fm>]
1029N/A *) Reworked the line-at-a-time read from the control connection to
1029N/A workaround a stray empty bucket returned by the HTTP_IN filter.
1029N/A [Graham Leggett <minfrin@sharp.fm>]
1029N/A *) Stopped the CORE filter from sending off an HTTP response when a
[Graham Leggett <minfrin@sharp.fm>]
[Graham Leggett <minfrin@sharp.fm>]
*) Converted send_dir() to ap_proxy_send_dir_filter() in
proxy_ftp.c. [Graham Leggett <minfrin@sharp.fm>]
*) Major rework of ap_proxy_ftp_handler() to use filters (begone foul
BUFF!!!). It compiles, but is untested, and the build environment needs
[Graham Leggett <minfrin@sharp.fm>]
[Graham Leggett <minfrin@sharp.fm>]
*) Reworked the storage of the client socket between keepalive connections
to fix some nasty problems with the socket lasting longer than the
memory pool it was allocated from.
[Graham Leggett <minfrin@sharp.fm>]
*) Fixed bug where a hostname without a "." in it (such as "localhost")
would not trigger an IP address check with ProxyBlock.
[Graham Leggett <minfrin@sharp.fm>]
*) Fixed ProxyBlock bugs with ap_proxy_http_handler() and
ap_proxy_connect_handler().
[Graham Leggett <minfrin@sharp.fm>]
*) Updated ap_proxy_connect_handler() to support APR, while
moving some common code between http_handler and connect_handler
[Graham Leggett <minfrin@sharp.fm>]
[Graham Leggett <minfrin@sharp.fm>]
*) Fixed problem where responses without entity bodies would cause
the directly following proxy keepalive request to fail.
[Graham Leggett <minfrin@sharp.fm>]
*) Added support for downstream keepalives in mod_proxy.
[Graham Leggett <minfrin@sharp.fm>]
*) Changed mod_proxy ap_proxy_http_handler() to support APR properly.
[Graham Leggett <minfrin@sharp.fm>]
*) Fix problem where incoming response headers were not being returned
to the client in mod_proxy.
[Graham Leggett <minfrin@sharp.fm>]
*) Added X-Forwarded-For, X-Forwarded-Host and X-Forwarded-Server to
reverse proxied request headers in mod_proxy.
[Graham Leggett <minfrin@sharp.fm>]
*) replace INADDR_NONE with APR_INADDR_NONE [Ian Holsman <IanH@cnet.com>]
*) Fix problem with proxy configuration where globally set
configuration options were overridden inside virtual hosts.
[Graham Leggett <minfrin@sharp.fm>]
*) Fix ProxyReceiveBufferSize where default value was left
[Graham Leggett <minfrin@sharp.fm>]
- Ensured hop-by-hop headers were stripped as per
- Upgraded version code to HTTP/1.1.
- Added Connection: close until Keepalives come.
- Some cosmetic fixes and commenting.
[Graham Leggett <minfrin@sharp.fm>]
mod_proxy changes for 2.0.14 alpha
*) removed ProxyNoCache and ProxyCacheForceCompletion config directives,
since we no longer directly cache from this module
[Chuck Murcko <chuck@topsail.org>]
[Chuck Murcko <chuck@topsail.org>]
*) initial rerebuild for 2.0
[Chuck Murcko <chuck@topsail.org>]