From: Joshua Slive Date: Tue, 27 Mar 2007 15:04:27 +0000 (+0000) Subject: Fix backward Order definitions. X-Git-Tag: 2.3.0~1850 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1d787691d4e900e57b8373de38a4ff3166426b1;p=apache Fix backward Order definitions. PR: 41826 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@522942 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_access_compat.xml b/docs/manual/mod/mod_access_compat.xml index ac9c84da3c..ac8f7d9e4b 100644 --- a/docs/manual/mod/mod_access_compat.xml +++ b/docs/manual/mod/mod_access_compat.xml @@ -266,7 +266,7 @@ evaluated.

Ordering is one of:

-
Deny,Allow
+
Allow,Deny
First, all Allow directives are @@ -278,7 +278,7 @@ evaluated. module="mod_access_compat">Deny directive are denied by default.
-
Allow,Deny
+
Deny,Allow
First, all Deny directives are