]> granicus.if.org Git - apache/commitdiff
added a clarification about separation of proxy functionality and mod_cache;
authorAstrid Malo <kess@apache.org>
Tue, 1 Oct 2002 14:37:13 +0000 (14:37 +0000)
committerAstrid Malo <kess@apache.org>
Tue, 1 Oct 2002 14:37:13 +0000 (14:37 +0000)
added a link to mod_ssl (for proxy directives)

submitted by Irmund Thum <i.t@ithum.de>

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
docs/manual/mod/mod_proxy.xml

index 32586e6f5aaf82e1cd5909a0e1b944c7ae370032..0cbe212692efd12b0ab73c71a16a7bf362c7535e 100644 (file)
@@ -33,10 +33,14 @@ and filter support was enabled.</p>
 
 <p>Please note that the <strong>caching</strong> function present in
 mod_proxy up to Apache v1.3.x has been <strong>removed</strong> from
-mod_proxy and will be incorporated into a new module, mod_cache.</p>
+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.
+</p>
 
 <p>If you need to use SSL when contacting remote servers, have a look at the
-<code>SSLProxy*</code> directives in mod_ssl.</p>
+<code>SSLProxy*</code> directives in <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code>.</p>
 
 <div class="warning"><p>Do not enable proxying with <code class="directive"><a href="#proxyrequests">ProxyRequests</a></code> until you have 
 <a href="#access">secured your server</a>.  Open proxy servers are
index 8646e9357212716c44dfe3cba4254478d41951ca..2bc6ed56d89fb3bde6a05665d3cff8646eb69b96 100644 (file)
@@ -34,10 +34,14 @@ and filter support was enabled.</p>
 
 <p>Please note that the <strong>caching</strong> function present in
 mod_proxy up to Apache v1.3.x has been <strong>removed</strong> from
-mod_proxy and will be incorporated into a new module, mod_cache.</p>
+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.
+</p>
 
 <p>If you need to use SSL when contacting remote servers, have a look at the
-<code>SSLProxy*</code> directives in mod_ssl.</p>
+<code>SSLProxy*</code> directives in <module>mod_ssl</module>.</p>
 
 <note type="warning"><p>Do not enable proxying with <directive
 module="mod_proxy">ProxyRequests</directive> until you have