Limit + LimitExcept Blocks?

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

 



Isn't it redundant to have *both* a Limit and LimitExcept if all you're trying to do is limit HTTP methods for everything on a given httpd to only GET POST HEAD?

<Directory />
  Options FollowSymLinks
  AllowOverride None
 <Limit GET POST HEAD>
  Order allow,deny
  Allow from all
 </Limit>
 <LimitExcept GET POST HEAD>
    Order Deny,Allow
   Deny from all
 </LimitExcept>
</Directory>

[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