You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by er...@apache.org on 2005/01/07 18:27:35 UTC

svn commit: r124545 - /httpd/httpd/trunk/docs/manual/programs/configure.html.en /httpd/httpd/trunk/docs/manual/programs/configure.xml

Author: erikabele
Date: Fri Jan  7 09:27:33 2005
New Revision: 124545

URL: http://svn.apache.org/viewcvs?view=rev&rev=124545
Log:
Mention configuration details for AJP and the balancer.


Modified:
   httpd/httpd/trunk/docs/manual/programs/configure.html.en
   httpd/httpd/trunk/docs/manual/programs/configure.xml

Modified: httpd/httpd/trunk/docs/manual/programs/configure.html.en
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/programs/configure.html.en?view=diff&rev=124545&p1=httpd/httpd/trunk/docs/manual/programs/configure.html.en&r1=124544&p2=httpd/httpd/trunk/docs/manual/programs/configure.html.en&r2=124545
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/configure.html.en	(original)
+++ httpd/httpd/trunk/docs/manual/programs/configure.html.en	Fri Jan  7 09:27:33 2005
@@ -505,10 +505,26 @@
         <dt><code>--enable-proxy</code></dt>
         <dd>Enable the proxy/gateway functionality provided by
           <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code>. The proxying capabilities for
-          <code>CONNECT</code>, <code>FTP</code> and <code>HTTP</code> are
-          provided by the seperate modules <code class="module"><a href="../mod/mod_proxy_connect.html">mod_proxy_connect</a></code>,
-          <code class="module"><a href="../mod/mod_proxy_ftp.html">mod_proxy_ftp</a></code> and <code class="module"><a href="../mod/mod_proxy_http.html">mod_proxy_http</a></code>.
-          These three modules are also automatically enabled with
+          <code>AJP13</code>, <code>CONNECT</code>, <code>FTP</code>,
+          <code>HTTP</code> and the balancer are provided by the seperate
+          modules <code class="module"><a href="../mod/mod_proxy_ajp.html">mod_proxy_ajp</a></code>,
+          <code class="module"><a href="../mod/mod_proxy_connect.html">mod_proxy_connect</a></code>, <code class="module"><a href="../mod/mod_proxy_ftp.html">mod_proxy_ftp</a></code>,
+          <code class="module"><a href="../mod/mod_proxy_http.html">mod_proxy_http</a></code> and
+          <code class="module"><a href="../mod/mod_proxy_balancer.html">mod_proxy_balancer</a></code>.
+          These five modules are also automatically enabled with
+          <code>--enable-proxy</code>.</dd>
+
+        <dt><code>--enable-proxy-ajp</code></dt>
+        <dd>Enable proxy support for <code>AJP13 (Apache JServ Protocol 1.3)</code>
+          request handling, which is provided by <code class="module"><a href="../mod/mod_proxy_ajp.html">mod_proxy_ajp</a></code>.
+          This module is an extension for the <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code> module,
+          so you should also use <code>--enable-proxy</code>.</dd>
+
+        <dt><code>--enable-proxy-balancer</code></dt>
+        <dd>Enable load balancing support for the <code>AJP13</code>,
+          <code>FTP</code> and <code>HTTP</code> protocols, which is provided by
+          <code class="module"><a href="../mod/mod_proxy_balancer.html">mod_proxy_balancer</a></code>. This module is an extension for the
+          <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code> module, so you should also use
           <code>--enable-proxy</code>.</dd>
 
         <dt><code>--enable-proxy-connect</code></dt>
@@ -519,7 +535,7 @@
 
         <dt><code>--enable-proxy-ftp</code></dt>
         <dd>Enable proxy support for <code>FTP</code> requests, which is
-          provided by <code class="module"><a href="../mod/mod_proxy_ftp.html">mod_proxy_ftp</a></code>.. This module
+          provided by <code class="module"><a href="../mod/mod_proxy_ftp.html">mod_proxy_ftp</a></code>. This module
           is an extension for the <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code> module, so you
           should also use <code>--enable-proxy</code>.</dd>
 

Modified: httpd/httpd/trunk/docs/manual/programs/configure.xml
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/programs/configure.xml?view=diff&rev=124545&p1=httpd/httpd/trunk/docs/manual/programs/configure.xml&r1=124544&p2=httpd/httpd/trunk/docs/manual/programs/configure.xml&r2=124545
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/configure.xml	(original)
+++ httpd/httpd/trunk/docs/manual/programs/configure.xml	Fri Jan  7 09:27:33 2005
@@ -508,10 +508,26 @@
         <dt><code>--enable-proxy</code></dt>
         <dd>Enable the proxy/gateway functionality provided by
           <module>mod_proxy</module>. The proxying capabilities for
-          <code>CONNECT</code>, <code>FTP</code> and <code>HTTP</code> are
-          provided by the seperate modules <module>mod_proxy_connect</module>,
-          <module>mod_proxy_ftp</module> and <module>mod_proxy_http</module>.
-          These three modules are also automatically enabled with
+          <code>AJP13</code>, <code>CONNECT</code>, <code>FTP</code>,
+          <code>HTTP</code> and the balancer are provided by the seperate
+          modules <module>mod_proxy_ajp</module>,
+          <module>mod_proxy_connect</module>, <module>mod_proxy_ftp</module>,
+          <module>mod_proxy_http</module> and
+          <module>mod_proxy_balancer</module>.
+          These five modules are also automatically enabled with
+          <code>--enable-proxy</code>.</dd>
+
+        <dt><code>--enable-proxy-ajp</code></dt>
+        <dd>Enable proxy support for <code>AJP13 (Apache JServ Protocol 1.3)</code>
+          request handling, which is provided by <module>mod_proxy_ajp</module>.
+          This module is an extension for the <module>mod_proxy</module> module,
+          so you should also use <code>--enable-proxy</code>.</dd>
+
+        <dt><code>--enable-proxy-balancer</code></dt>
+        <dd>Enable load balancing support for the <code>AJP13</code>,
+          <code>FTP</code> and <code>HTTP</code> protocols, which is provided by
+          <module>mod_proxy_balancer</module>. This module is an extension for the
+          <module>mod_proxy</module> module, so you should also use
           <code>--enable-proxy</code>.</dd>
 
         <dt><code>--enable-proxy-connect</code></dt>
@@ -522,7 +538,7 @@
 
         <dt><code>--enable-proxy-ftp</code></dt>
         <dd>Enable proxy support for <code>FTP</code> requests, which is
-          provided by <module>mod_proxy_ftp</module>.. This module
+          provided by <module>mod_proxy_ftp</module>. This module
           is an extension for the <module>mod_proxy</module> module, so you
           should also use <code>--enable-proxy</code>.</dd>