Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 47918 invoked from network); 1 Apr 2008 18:23:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Apr 2008 18:23:39 -0000 Received: (qmail 76598 invoked by uid 500); 1 Apr 2008 18:23:35 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 76553 invoked by uid 500); 1 Apr 2008 18:23:35 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 76542 invoked by uid 500); 1 Apr 2008 18:23:35 -0000 Delivered-To: apmail-jakarta-tomcat-dev@jakarta.apache.org Received: (qmail 76539 invoked by uid 99); 1 Apr 2008 18:23:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Apr 2008 11:23:35 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Apr 2008 18:22:52 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7CD841A9832; Tue, 1 Apr 2008 11:23:12 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r643491 - /tomcat/trunk/webapps/docs/config/ajp.xml Date: Tue, 01 Apr 2008 18:23:11 -0000 To: tomcat-dev@jakarta.apache.org From: markt@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080401182312.7CD841A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: markt Date: Tue Apr 1 11:23:08 2008 New Revision: 643491 URL: http://svn.apache.org/viewvc?rev=643491&view=rev Log: Undo last commit - need to rework wording. 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=643491&r1=643490&r2=643491&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/ajp.xml (original) +++ tomcat/trunk/webapps/docs/config/ajp.xml Tue Apr 1 11:23:08 2008 @@ -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 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org