nd 2003/07/05 19:15:01 Modified: docs/manual/mod Tag: APACHE_2_0_BRANCH mod_proxy.xml Log: backport Roy's grammar fixes Revision Changes Path No revision No revision 1.12.2.8 +8 -9 httpd-2.0/docs/manual/mod/mod_proxy.xml Index: mod_proxy.xml =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_proxy.xml,v retrieving revision 1.12.2.7 retrieving revision 1.12.2.8 diff -u -r1.12.2.7 -r1.12.2.8 --- mod_proxy.xml 5 May 2003 23:38:50 -0000 1.12.2.7 +++ mod_proxy.xml 6 Jul 2003 02:15:01 -0000 1.12.2.8 @@ -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.