From bbf88542d0a3202849699ca54fe5b4ae4fcd4cfb Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Sun, 7 Nov 2010 21:39:12 +0000 Subject: [PATCH] generated files git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1032402 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/index.html.en | 2 +- docs/manual/mod/mod_proxy.html.en | 62 +++++++++++++++++++++---------- docs/manual/mod/mod_proxy.xml.ja | 2 +- 3 files changed, 44 insertions(+), 22 deletions(-) diff --git a/docs/manual/mod/index.html.en b/docs/manual/mod/index.html.en index 9be910bbfe..81b13efd1c 100644 --- a/docs/manual/mod/index.html.en +++ b/docs/manual/mod/index.html.en @@ -161,7 +161,7 @@ request processing
mod_nw_ssl
Enable SSL encryption for NetWare
mod_privileges
Support for Solaris privileges and for running virtual hosts under different user IDs.
-
mod_proxy
HTTP/1.1 proxy/gateway server
+
mod_proxy
Multi-protocol proxy/gateway server
mod_proxy_ajp
AJP support module for mod_proxy
mod_proxy_balancer
mod_proxy extension for load balancing
diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index e01bb690a0..e41c027e6b 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -25,7 +25,7 @@  fr  |  ja 

- +
Description:HTTP/1.1 proxy/gateway server
Description:Multi-protocol proxy/gateway server
Status:Extension
Module Identifier:proxy_module
Source File:mod_proxy.c
@@ -36,23 +36,42 @@ network and to the Internet at large.

-

This module implements a proxy/gateway for Apache HTTP Server. It implements - proxying capability for AJP13 (Apache JServe Protocol - version 1.3), FTP, CONNECT (for SSL), - HTTP/0.9, HTTP/1.0, and HTTP/1.1. - The module can be configured to connect to other proxy modules for these - and other protocols.

- -

Apache httpd's proxy features are divided into several modules in - addition to mod_proxy: - mod_proxy_http, mod_proxy_ftp, - mod_proxy_ajp, mod_proxy_balancer, - and mod_proxy_connect. 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 at compile-time or dynamically - via the LoadModule - directive).

+

mod_proxy and related modules implement a + proxy/gateway for Apache HTTP Server, supporting a number of popular + protocols as well as several different load balancing algorithms. + Third-party modules can add support for additional protocols and + load balancing algorithms.

+ +

A set of modules must be loaded into the server to provide the + necessary features. These modules can be included statically at + build time or dynamically via the + LoadModule directive). + The set must include:

+ +

In addition, extended features are provided by other modules. Caching is provided by mod_cache and related @@ -104,9 +123,12 @@

See also

diff --git a/docs/manual/mod/mod_proxy.xml.ja b/docs/manual/mod/mod_proxy.xml.ja index 06e61a4155..073259e7d1 100644 --- a/docs/manual/mod/mod_proxy.xml.ja +++ b/docs/manual/mod/mod_proxy.xml.ja @@ -1,7 +1,7 @@ - +