From 253855e3da734a76a70861f036a3c31c9a8edf8d Mon Sep 17 00:00:00 2001 From: markt Date: Tue, 1 Apr 2008 18:23:08 +0000 Subject: [PATCH] Undo last commit - need to rework wording. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@643491 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/ajp.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/webapps/docs/config/ajp.xml b/webapps/docs/config/ajp.xml index b195eb879..00134686c 100644 --- a/webapps/docs/config/ajp.xml +++ b/webapps/docs/config/ajp.xml @@ -274,18 +274,6 @@ 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