Fix bug 44715. Document use of secret for AJP connector.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 31 Mar 2008 22:19:20 +0000 (22:19 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 31 Mar 2008 22:19:20 +0000 (22:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@643181 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/ajp.xml

index 0013468..b195eb8 100644 (file)
       to a particular port number on a particular IP address.</p>
     </attribute>
 
+    <attribute name="request.secret" required="false">
+      <p>Only requests from workers with this secret keyword will be accepted.
+      This attribute only has an effect if <code>request.useSecret</code> is
+      <code>true</code>.</p>
+    </attribute>
+
+    <attribute name="request.useSecret" required="false">
+      <p>If set to <code>true</code>, then only requests from workers with the
+      same secret keyword will be accepted. This is set to <code>false</code>
+      by default.</p>
+    </attribute>
+
     <attribute name="tcpNoDelay" required="false">
       <p>If set to <code>true</code>, the TCP_NO_DELAY option will be
       set on the server socket, which improves performance under most