Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 28444 invoked from network); 17 Nov 2004 21:33:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 17 Nov 2004 21:33:15 -0000 Received: (qmail 69287 invoked by uid 500); 17 Nov 2004 21:33:14 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 69202 invoked by uid 500); 17 Nov 2004 21:33:13 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 69187 invoked by uid 99); 17 Nov 2004 21:33:13 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 17 Nov 2004 13:33:13 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id iAHLXA7m013611 for ; Wed, 17 Nov 2004 22:33:10 +0100 Received: (from nobody@localhost) by ajax.apache.org (8.12.11/8.12.11/Submit) id iAHLXAES013609; Wed, 17 Nov 2004 22:33:10 +0100 Date: Wed, 17 Nov 2004 22:33:10 +0100 Message-Id: <200411172133.iAHLXAES013609@ajax.apache.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 32285] New: - Order doc can be misinterpreted X-Bugzilla-Reason: AssignedTo X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=32285 Summary: Order doc can be misinterpreted Product: Apache httpd-2.0 Version: 2.0.50 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: Documentation AssignedTo: bugs@httpd.apache.org ReportedBy: clock@twibright.com "Deny,Allow The Deny directives are evaluated before the Allow directives. Access is allowed by default. Any client which does not match a Deny directive or does match an Allow directive will be allowed access to the server." When I read this I thought it means that the things that are evaluated first take precendence (it appears natural to me). However when I read it second time I also analyzed the exampled and reverse engineered from them that it's the other way. Simply said, the doc (the non-example part) shouldn't discuss any orders at all. User isn't interested in any orders in whatever is processed in. User is interested in the ourtcome. Suggested fix: replace that philosophical elaborate with a 2x2 table (hits a deny directive, doesn't hit a deny directive) x (hits an allow directive x doesn't hit any allow directive) with entries "allowed" and "denied". Obey the KIDS rule, kids. Keep It Dead Simple. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org