-------- Original Message --------
Subject: httpd 2.2.x Order Directives Documentation
Date: Tue, 27 Mar 2007 00:08:56 -0700
From: Kundai A. Midzi <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]

Can someone confirm whether the following is a bug? It seems that the
description the first two Order Directives is reversed.

http://httpd.apache.org/docs/2.2/mod/mod_authz_host.html#order

'
Ordering is one of:

Deny,Allow
    **First, all Allow directives are evaluated**; at least one must
match, or the request is rejected. Next, all Deny directives are
evaluated. If any matches, the request is rejected. Last, any requests
which do not match an Allow or a Deny directive are denied by default.

Allow,Deny
    **First, all Deny directives are evaluated**; if any match, the
request is denied unless it also matches an Allow directive. Any
requests which do not match any Allow or Deny directives are permitted.
'

--Kundai


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to