From: André Malo 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.
If you need to use SSL when contacting remote servers, have a look at the
SSLProxy* directives in mod_ssl.