Author: markt
Date: Tue Apr 1 11:33:38 2008
New Revision: 643497
URL: http://svn.apache.org/viewvc?rev=643497&view=rev
Log:
Better fix for bug 44715. Document use of secret for AJP connector.
Modified:
tomcat/trunk/webapps/docs/config/ajp.xml
Modified: tomcat/trunk/webapps/docs/config/ajp.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/ajp.xml?rev=643497&r1=643496&r2=643497&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/ajp.xml (original)
+++ tomcat/trunk/webapps/docs/config/ajp.xml Tue Apr 1 11:33:38 2008
@@ -274,6 +274,25 @@
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.
+ </p>
+ </attribute>
+
+ <attribute name="request.shutdownEnabled" required="false">
+ <p>If true and a secret has been configured, a correctly fomatted AJP
+ request (that includes the secret) will shutdown the Tomcat instance
+ associated with this connector. This is set to <code>false</code> by
+ default.</p>
+ </attribute>
+
+ <attribute name="request.useSecret" required="false">
+ <p>If set to <code>true</code>, then a random value for
+ <code>request.secret</code> will be generated. It is for use with
+ <code>request.shutdownEnabled</code>. 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]