diff options
author | Joshua Slive <slive@apache.org> | 2007-03-27 17:05:37 +0200 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2007-03-27 17:05:37 +0200 |
commit | 28645101f9c3eb02ad2c92289114611eba19b2db (patch) | |
tree | 070b30c507fbb07b395033b34490a40758760db9 /docs/manual | |
parent | Fix backward Order definitions. (diff) | |
download | apache2-28645101f9c3eb02ad2c92289114611eba19b2db.tar.xz apache2-28645101f9c3eb02ad2c92289114611eba19b2db.zip |
Docs transform.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@522943 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/mod/mod_access_compat.html.en | 4 |
1 files changed, 2 insertions, 2 deletions
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.</td></tr> <p><em>Ordering</em> is one of:</p> <dl> - <dt><code>Deny,Allow</code></dt> + <dt><code>Allow,Deny</code></dt> <dd>First, all <code class="directive"><a href="#allow">Allow</a></code> directives are evaluated; at least one must match, or the request is rejected. @@ -271,7 +271,7 @@ evaluated.</td></tr> Last, any requests which do not match an <code class="directive"><a href="#allow">Allow</a></code> or a <code class="directive"><a href="#deny">Deny</a></code> directive are denied by default.</dd> - <dt><code>Allow,Deny</code></dt> + <dt><code>Deny,Allow</code></dt> <dd>First, all <code class="directive"><a href="#deny">Deny</a></code> directives are evaluated; if any match, the request is denied |