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>

thanks
K

---------------------------------------------------------------------
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