Re: "Deny" directives silently ignored in config files

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

 



On Mon, 2012-04-23 at 09:04 +0200, Matthieu Moy wrote:
Noel Butler <noel.butler@xxxxxxxxxx> writes:

> Right, so have you changed it to Directory and does it now work?

I tried <Directory>, and it did not work.  -

You definitely have something broken then if Deny does not work in a Directory statement

For 2.2...

<Directory />          <-- Default for everything on filesystem, which would include /tmp
    AllowOverride None
    Order Deny,Allow
    Deny from all
</Directory>

<Directory "/var/www/html">
    Order Deny,Allow
    Allow from all
</Directory>


Which of course has all changed with 2.4, but I wont confuse you with those :)

Attachment: signature.asc
Description: This is a digitally signed message part


[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