From e3a254290f082c1041a217cea1fab30a27987def Mon Sep 17 00:00:00 2001 From: "Roy T. Fielding" Date: Wed, 2 Jul 2003 09:12:36 +0000 Subject: [PATCH] grammar fixes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100445 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy.xml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index e09f953eb5..febc5360bc 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -28,22 +28,21 @@ 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.40.0