Bugzilla 39540: add link to mod_proxy_ajp httpd config docs.
authoryoavs <yoavs@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 25 Mar 2007 21:21:29 +0000 (21:21 +0000)
committeryoavs <yoavs@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 25 Mar 2007 21:21:29 +0000 (21:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@522353 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml
webapps/docs/config/ajp.xml

index e8cb9d2..442d208 100644 (file)
@@ -71,6 +71,9 @@
         Update host configuration document for new behaviour for directories
         in appBase. (markt)
       </update>
+      <update>
+        <bug>39540</bug> Add link to httpd 2.2 mod_proxy_ajp docs in AJP connector doc. (yoavs)
+      </update>
     </changelog>
   </subsection>
 </section>
index 659965d..1d8d938 100644 (file)
 
 <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>