From 384efe3b758722f028c96fbad4e7359065d0f2e3 Mon Sep 17 00:00:00 2001 From: Erik Abele Date: Fri, 7 Jan 2005 17:27:33 +0000 Subject: [PATCH] Mention configuration details for AJP and the balancer. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124545 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/programs/configure.html.en | 26 +++++++++++++++++++++----- docs/manual/programs/configure.xml | 26 +++++++++++++++++++++----- 2 files changed, 42 insertions(+), 10 deletions(-) diff --git a/docs/manual/programs/configure.html.en b/docs/manual/programs/configure.html.en index efc6235c78..22e0132970 100644 --- a/docs/manual/programs/configure.html.en +++ b/docs/manual/programs/configure.html.en @@ -505,10 +505,26 @@
--enable-proxy
Enable the proxy/gateway functionality provided by mod_proxy. The proxying capabilities for - CONNECT, FTP and HTTP are - provided by the seperate modules mod_proxy_connect, - mod_proxy_ftp and mod_proxy_http. - These three modules are also automatically enabled with + AJP13, CONNECT, FTP, + HTTP and the balancer are provided by the seperate + modules mod_proxy_ajp, + mod_proxy_connect, mod_proxy_ftp, + mod_proxy_http and + mod_proxy_balancer. + These five modules are also automatically enabled with + --enable-proxy.
+ +
--enable-proxy-ajp
+
Enable proxy support for AJP13 (Apache JServ Protocol 1.3) + request handling, which is provided by mod_proxy_ajp. + This module is an extension for the mod_proxy module, + so you should also use --enable-proxy.
+ +
--enable-proxy-balancer
+
Enable load balancing support for the AJP13, + FTP and HTTP protocols, which is provided by + mod_proxy_balancer. This module is an extension for the + mod_proxy module, so you should also use --enable-proxy.
--enable-proxy-connect
@@ -519,7 +535,7 @@
--enable-proxy-ftp
Enable proxy support for FTP requests, which is - provided by mod_proxy_ftp.. This module + provided by mod_proxy_ftp. This module is an extension for the mod_proxy module, so you should also use --enable-proxy.
diff --git a/docs/manual/programs/configure.xml b/docs/manual/programs/configure.xml index 75e6d35b63..ab3c7c0717 100644 --- a/docs/manual/programs/configure.xml +++ b/docs/manual/programs/configure.xml @@ -508,10 +508,26 @@
--enable-proxy
Enable the proxy/gateway functionality provided by mod_proxy. The proxying capabilities for - CONNECT, FTP and HTTP are - provided by the seperate modules mod_proxy_connect, - mod_proxy_ftp and mod_proxy_http. - These three modules are also automatically enabled with + AJP13, CONNECT, FTP, + HTTP and the balancer are provided by the seperate + modules mod_proxy_ajp, + mod_proxy_connect, mod_proxy_ftp, + mod_proxy_http and + mod_proxy_balancer. + These five modules are also automatically enabled with + --enable-proxy.
+ +
--enable-proxy-ajp
+
Enable proxy support for AJP13 (Apache JServ Protocol 1.3) + request handling, which is provided by mod_proxy_ajp. + This module is an extension for the mod_proxy module, + so you should also use --enable-proxy.
+ +
--enable-proxy-balancer
+
Enable load balancing support for the AJP13, + FTP and HTTP protocols, which is provided by + mod_proxy_balancer. This module is an extension for the + mod_proxy module, so you should also use --enable-proxy.
--enable-proxy-connect
@@ -522,7 +538,7 @@
--enable-proxy-ftp
Enable proxy support for FTP requests, which is - provided by mod_proxy_ftp.. This module + provided by mod_proxy_ftp. This module is an extension for the mod_proxy module, so you should also use --enable-proxy.
-- 2.50.1