From: markt
Date: Mon, 31 Mar 2008 22:19:20 +0000 (+0000)
Subject: Fix bug 44715. Document use of secret for AJP connector.
X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=5fb2b0e59a49277b6120fdc67aea69810b5c9663;p=tomcat7.0
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
---
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