From: Joshua Slive Date: Tue, 31 Jul 2007 19:03:23 +0000 (+0000) Subject: Fix backward definition. X-Git-Tag: 2.0.60~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=485b01aca3017b6aa21004dc47603a8cba9f61ee;p=thirdparty%2Fapache%2Fhttpd.git Fix backward definition. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@561438 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_access.html.en b/docs/manual/mod/mod_access.html.en index 1fc8a50ab9e..903c4de700e 100644 --- a/docs/manual/mod/mod_access.html.en +++ b/docs/manual/mod/mod_access.html.en @@ -251,7 +251,7 @@ evaluated.

Ordering is one of:

-
Deny,Allow
+
Allow,Deny
First, all Allow directives are evaluated; at least one must match, or the request @@ -261,7 +261,7 @@ evaluated. 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_access.xml b/docs/manual/mod/mod_access.xml index 2282a54b9bb..e802caac5e5 100644 --- a/docs/manual/mod/mod_access.xml +++ b/docs/manual/mod/mod_access.xml @@ -254,7 +254,7 @@ evaluated.

Ordering is one of:

-
Deny,Allow
+
Allow,Deny
First, all Allow directives are evaluated; at least one must match, or the request @@ -265,7 +265,7 @@ evaluated. Deny directive are denied by default.
-
Allow,Deny
+
Deny,Allow
First, all Deny directives are evaluated; if any match, the request is denied