From 7ead4bf3070c57ade2d683a849e362bc2196f8ff Mon Sep 17 00:00:00 2001 From: markt Date: Tue, 1 Apr 2008 18:33:38 +0000 Subject: [PATCH] Better fix for bug 44715. Document use of secret for AJP connector. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@643497 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/ajp.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/webapps/docs/config/ajp.xml b/webapps/docs/config/ajp.xml index 00134686c..8322238e0 100644 --- a/webapps/docs/config/ajp.xml +++ b/webapps/docs/config/ajp.xml @@ -274,6 +274,25 @@ to a particular port number on a particular IP address.

+ +

Only requests from workers with this secret keyword will be accepted. +

+
+ + +

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 false by + default.

+
+ + +

If set to true, then a random value for + request.secret will be generated. It is for use with + request.shutdownEnabled. This is set to false + by default.

+
+

If set to true, the TCP_NO_DELAY option will be set on the server socket, which improves performance under most -- 2.11.0