From: Chris Pepper
@@ -318,7 +318,7 @@ SetEnvIf User-Agent ^KnockKnock/2\.0 let_me_in
allowed access, except for the hosts which are in the
foo.apache.org subdomain, who are denied access. All hosts not
in the apache.org domain are denied access because the default
- state is to deny access to the server.
- Allow,Deny match
+ Match
Allow,Deny result
Deny,Allow result
@@ -295,12 +295,12 @@ SetEnvIf User-Agent ^KnockKnock/2\.0 let_me_in
Request denied
No match
- Default to second directive (Denied)
- Default to second directive (Allowed)
+ Default to second directive: Denied
+ Default to second directive: Allowed
Match both Allow & Deny
- Final match controls: request Denied
- Final match controls: request Allowed
+ Final match controls: Denied
+ Final match controls: Allowed
Deny
access to the server.
Order Allow,Deny
@@ -334,8 +334,8 @@ SetEnvIf User-Agent ^KnockKnock/2\.0 let_me_in
the Allow from apache.org
will be evaluated last
and will override the Deny from foo.apache.org
.
All hosts not in the apache.org
domain will also
- be allowed access because the default state will be
- Allow.
+ be allowed access because the default state is
+ Allow
.
The presence of an Order
directive can affect
access to a part of the server even in the absence of
@@ -349,9 +349,9 @@ SetEnvIf User-Agent ^KnockKnock/2\.0 let_me_in
</Directory>
- will deny all access to the /www
directory
+
will Deny all access to the /www
directory
because the default access state is set to
- Deny.
Deny
.
The Order
directive controls the order of
access directive processing only within each phase of the