From a9c6fc11ea34b999cee9824aa061ce4c2454d6e8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Sun, 6 Jul 2003 02:25:21 +0000 Subject: [PATCH] update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100461 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy.html.en | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index 82cdcc3971..bfe251957c 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -45,21 +45,20 @@ major overhaul for Apache v2.0. The protocol support was upgraded to HTTP/1.1, and filter support was enabled.

-

During the overhaul process the mod_proxy has been - splitted into several module files. The accompanying modules distributed - with the httpd are mod_proxy_http, +

During the overhaul process, mod_proxy features + have been split into several module files: mod_proxy_http, mod_proxy_ftp and mod_proxy_connect. - Thus if you want to use one or more of the particular proxy functions you - have to load mod_proxy and the appropriate + Thus, if you want to use one or more of the particular proxy functions, + load mod_proxy and the appropriate module(s) into the server (either statically or dynamically via the LoadModule directive).

Please note that the caching function present in mod_proxy up to Apache v1.3.x has been removed - from mod_proxy and will be incorporated into a new module, - mod_cache. In other words: the Apache 2.0.x-Proxy doesn't - cache at all - all caching functionality has been moved into + from mod_proxy and incorporated into a new module, + mod_cache. In other words, the Apache 2.0.x proxy doesn't + cache - all caching functionality has been moved into mod_cache, which is capable of caching any content, not - only content from proxy.

+ just content from the proxy.

If you need to use SSL when contacting remote servers, have a look at the SSLProxy* directives in mod_ssl.

-- 2.50.1