You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by yo...@apache.org on 2007/03/25 23:18:50 UTC

svn commit: r522352 - in /tomcat/container/tc5.5.x/webapps/docs: changelog.xml config/ajp.xml

Author: yoavs
Date: Sun Mar 25 14:18:49 2007
New Revision: 522352

URL: http://svn.apache.org/viewvc?view=rev&rev=522352
Log:
Bugzilla 39540: add link to mod_proxy_ajp httpd config docs.

Modified:
    tomcat/container/tc5.5.x/webapps/docs/changelog.xml
    tomcat/container/tc5.5.x/webapps/docs/config/ajp.xml

Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?view=diff&rev=522352&r1=522351&r2=522352
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Sun Mar 25 14:18:49 2007
@@ -43,6 +43,9 @@
         <bug>39883</bug>  Add note to context configuration document about using
           antiResourceLocking on a webapp outside the Host's appBase directory. (yoavs)
       </update>
+      <update>
+        <bug>39540</bug> Add link to httpd 2.2 mod_proxy_ajp docs in AJP connector doc. (yoavs)
+      </update>
     </changelog>
   </subsection>
   <subsection name="Coyote">

Modified: tomcat/container/tc5.5.x/webapps/docs/config/ajp.xml
URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/config/ajp.xml?view=diff&rev=522352&r1=522351&r2=522352
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/config/ajp.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/config/ajp.xml Sun Mar 25 14:18:49 2007
@@ -32,9 +32,11 @@
 
 <p>The native connectors supported with this Tomcat release are:
 <ul>
-<li>JK 1.2.x with any of the supported servers</li>
-<li>mod_proxy on Apache httpd 2.x (included by default in Apache HTTP Server 2.2), 
-with AJP enabled</li>
+  <li>JK 1.2.x with any of the supported servers</li>
+  <li>mod_proxy on Apache httpd 2.x (included by default in Apache HTTP Server 2.2), 
+      with AJP enabled: see
+      <a href="http://httpd.apache.org/docs/2.2/mod/mod_proxy_ajp.html">the httpd docs</a>
+      for details.</li>
 </ul>
 </p>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org