From f00d885b8e45e6ed8d728fc7deb51f5a4c605d7d Mon Sep 17 00:00:00 2001 From: Astrid Malo Date: Tue, 1 Oct 2002 14:37:13 +0000 Subject: [PATCH] added a clarification about separation of proxy functionality and mod_cache; added a link to mod_ssl (for proxy directives) submitted by Irmund Thum with two minor corrections from me git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97043 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy.html.en | 8 ++++++-- docs/manual/mod/mod_proxy.xml | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index 32586e6f5a..0cbe212692 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -33,10 +33,14 @@ and filter support was enabled.

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.

+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 mod_cache, +which is capable of caching any content, not only content from proxy. +

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

+SSLProxy* directives in mod_ssl.

Do not enable proxying with ProxyRequests until you have secured your server. Open proxy servers are diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 8646e93572..2bc6ed56d8 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -34,10 +34,14 @@ and filter support was enabled.

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.

+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 mod_cache, +which is capable of caching any content, not only content from proxy. +

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

+SSLProxy* directives in mod_ssl.

Do not enable proxying with ProxyRequests until you have -- 2.40.0