On 9/26/05, Konstantine <[EMAIL PROTECTED]> wrote:
> Hi
> Assuming there will be no allow directive, is there a functional,
> resource etc difference, or a reason why one should be used rather
> than other, between
>
> <Directory />
> Order Deny,Allow
> Deny from all
> </Directory>
>
> and
>
> <Directory />
> Order Allow,Deny
> Deny from all
> </Directory>

No, there is no difference.  (And, in fact, you could omit the last
"Deny from all" and there would still be no difference due to the
default acess state.)  It only matters if you plan to add other
Allow/Deny directives in the future.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to