Re: [users@httpd] Order directive usage

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 9/26/05, Konstantine <listclient@xxxxxxxxx> 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: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux