From 5fb2b0e59a49277b6120fdc67aea69810b5c9663 Mon Sep 17 00:00:00 2001 From: markt Date: Mon, 31 Mar 2008 22:19:20 +0000 Subject: [PATCH] Fix bug 44715. Document use of secret for AJP connector. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@643181 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/ajp.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/webapps/docs/config/ajp.xml b/webapps/docs/config/ajp.xml index 00134686c..b195eb879 100644 --- a/webapps/docs/config/ajp.xml +++ b/webapps/docs/config/ajp.xml @@ -274,6 +274,18 @@ to a particular port number on a particular IP address.

+ +

Only requests from workers with this secret keyword will be accepted. + This attribute only has an effect if request.useSecret is + true.

+
+ + +

If set to true, then only requests from workers with the + same secret keyword will be accepted. 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