From: Joshua Slive Date: Tue, 27 Mar 2007 15:12:45 +0000 (+0000) Subject: Backport Order fix. X-Git-Tag: 2.2.5~293 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca4a0c6ffec54fe9d023c2d58760886a4f9699ac;p=thirdparty%2Fapache%2Fhttpd.git Backport Order fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@522950 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authz_host.html.en b/docs/manual/mod/mod_authz_host.html.en index 3a31603a687..4e515a52ea3 100644 --- a/docs/manual/mod/mod_authz_host.html.en +++ b/docs/manual/mod/mod_authz_host.html.en @@ -249,7 +249,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. @@ -258,7 +258,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 diff --git a/docs/manual/mod/mod_authz_host.xml b/docs/manual/mod/mod_authz_host.xml index d9cce0a3e38..0a0da91564a 100644 --- a/docs/manual/mod/mod_authz_host.xml +++ b/docs/manual/mod/mod_authz_host.xml @@ -252,7 +252,7 @@ evaluated.

Ordering is one of:

-
Deny,Allow
+
Allow,Deny
First, all Allow directives are @@ -264,7 +264,7 @@ evaluated. module="mod_authz_host">Deny directive are denied by default.
-
Allow,Deny
+
Deny,Allow
First, all Deny directives are evaluated; if any match, the request is denied