jfclere     2005/07/05 02:34:31

  Modified:    jk/xdocs index.xml proxy.xml
  Log:
  Arrange proxy and add a link to it in the index page.
  
  Revision  Changes    Path
  1.37      +5 -0      jakarta-tomcat-connectors/jk/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/index.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- index.xml 16 May 2005 06:40:31 -0000      1.36
  +++ index.xml 5 Jul 2005 09:34:31 -0000       1.37
  @@ -211,6 +211,11 @@
   <p>
   </p>
   </li>
  +<li><a href="proxy.html"><b>Using ajp-proxy in httpd-2.1</b></a>
  +<p>
  +mod-proxy in httpd-2.1 offers an AJP connection as well as load balancing.
  +</p>
  +</li>
   <li><a 
href="http://jakarta.apache.org/tomcat/connectors-doc-archive/jk2/index.html";>
   <b>Old JK/JK2 documentation archive.</b></a>
   <p>Here you can find old JK and JK2 documentation.
  
  
  
  1.4       +18 -3     jakarta-tomcat-connectors/jk/xdocs/proxy.xml
  
  Index: proxy.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/proxy.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- proxy.xml 5 Jul 2005 09:20:07 -0000       1.3
  +++ proxy.xml 5 Jul 2005 09:34:31 -0000       1.4
  @@ -7,7 +7,7 @@
     &project;
   
   <copyright>
  -   Copyright 1999-2004 The Apache Software Foundation
  +   Copyright 1999-2005 The Apache Software Foundation
    
      Licensed under the Apache License, Version 2.0 (the "License");
      you may not use this file except in compliance with the License.
  @@ -51,11 +51,26 @@
   </p>
   </section>
   
  +<section name="AJP proxy and proxy balancer">
  +<p>
  +It is possible to use the load balancer of the mod_proxy_balancer module.
  +<source>
  +&lt;Proxy balancer://myCluster&gt;
  +   BalancerMember ajp://localhost:8009
  +   BalancerMember ajp://example.org:8009
  +&lt;/Proxy&gt;
  +&lt;Location /examples/&gt;
  +    ProxyPass balancer://myCluster/examples/
  +&lt;/Location&gt;
  +</source>
  +</p>
  +</section>
  +
   <section name="Source and Configuration">
   <p>
   AJP proxy is integrated in httpd-2.1 and the developement and discussions 
take
   place <a href="http://httpd.apache.org/lists.html";>there</a>.
  -More documentation can be found there
  +The documentation can be found there
   <a 
href="http://httpd.apache.org/docs-2.1/mod/mod_proxy_ajp.html";>mod_proxy_ajp</a>
   and
   <a 
href="http://httpd.apache.org/docs-2.1/mod/mod_proxy_balancer.html";>mod_proxy_balancer</a>.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to