]> granicus.if.org Git - apache/commitdiff
Deprecate "Order Mutual-failure".
authorJoshua Slive <slive@apache.org>
Fri, 29 Sep 2000 18:31:37 +0000 (18:31 +0000)
committerJoshua Slive <slive@apache.org>
Fri, 29 Sep 2000 18:31:37 +0000 (18:31 +0000)
Submitted by:  lbayuk@mindspring.com (ljb) (via usenet)
Reviewed by: Joshua Slive

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86356 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_access.html

index 1ebf60a545eb6dbd30b3ebef305dbeb3d86714ba..800316a71011921dac19e84d264e314555da6ee9 100644 (file)
@@ -313,7 +313,8 @@ directives.  (The initial state is FORBIDDEN.)
 <DT>Mutual-failure
 <DD>Only those hosts which appear on the <CODE>Allow</CODE> list and do not
 appear on the <CODE>Deny</CODE> list are granted access.  (The initial state is
-irrelevant.)
+irrelevant.)  This ordering has the same effect as <code>Order Allow,Deny</code>
+and is deprecated in favor of that configuration.
 </DL>
 <P>
 Keywords may only be separated by a comma; no whitespace is allowed between