]> granicus.if.org Git - apache/commitdiff
Add reference to mod_proxy_ajp and mod_proxy_balancer.
authorYoshiki Hayashi <yoshiki@apache.org>
Wed, 6 Oct 2004 00:05:59 +0000 (00:05 +0000)
committerYoshiki Hayashi <yoshiki@apache.org>
Wed, 6 Oct 2004 00:05:59 +0000 (00:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105387 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml

index 14c1a1e735bd2153bbb64fb18b6029ab9b82bc8a..55552f32cad240bf66861197310a658c9638fb5e 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
-<!-- $Revision: 1.34 $ -->
+<!-- $Revision: 1.35 $ -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation
     </note>
 
     <p>This module implements a proxy/gateway for Apache. It implements
-    proxying capability for <code>FTP</code>, <code>CONNECT</code> (for SSL),
+    proxying capability for <code>AJP13</code> (Apache JServe Protocol
+    version 1.3), <code>FTP</code>, <code>CONNECT</code> (for SSL),
     <code>HTTP/0.9</code>, <code>HTTP/1.0</code>, and <code>HTTP/1.1</code>.
     The module can be configured to connect to other proxy modules for these
     and other protocols.</p>
 
     <p>Apache's proxy features are divided into several modules in
     addition to <module>mod_proxy</module>:
-    <module>mod_proxy_http</module>, <module>mod_proxy_ftp</module>
+    <module>mod_proxy_http</module>, <module>mod_proxy_ftp</module>,
+    <module>mod_proxy_ajp</module>, <module>mod_proxy_balancer</module>,
     and <module>mod_proxy_connect</module>.  Thus, if you want to use
     one or more of the particular proxy functions, load
     <module>mod_proxy</module> <em>and</em> the appropriate module(s)