From: Joshua Slive Date: Tue, 27 Mar 2007 15:05:37 +0000 (+0000) Subject: Docs transform. X-Git-Tag: 2.3.0~1849 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28645101f9c3eb02ad2c92289114611eba19b2db;p=apache Docs transform. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@522943 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_access_compat.html.en b/docs/manual/mod/mod_access_compat.html.en index c33cf95b1e..6ed78afdbf 100644 --- a/docs/manual/mod/mod_access_compat.html.en +++ b/docs/manual/mod/mod_access_compat.html.en @@ -262,7 +262,7 @@ evaluated.

Ordering is one of:

-
Deny,Allow
+
Allow,Deny
First, all Allow directives are evaluated; at least one must match, or the request is rejected. @@ -271,7 +271,7 @@ evaluated. Last, any requests which do not match an Allow or a Deny directive are denied by default.
-
Allow,Deny
+
Deny,Allow
First, all Deny directives are evaluated; if any match, the request is denied