AllowOverride All but AuthConfig

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

 



Hi all

At VirtualHost level, I would like to AllowOverride All but AuthConfig for "/var/www/html".

That is in order to force Auth on this server but allow all other directives in all .htaccess under "/var/www/html" and subdirectories.

When documenting, I see that the list of Directives is finite:

Is this enough?

<Directory /var/www >
    AllowOverride None
</Directory>

<Directory /var/www/html >
    AllowOverride FileInfo Indexes Limit Options
    [...]
</Directory>

In reality, I would like to allow All, but I constraint is to ensure the documents are not published, because it's an UAT server and it would be harmfull if Google (just an example) ever indexes the content.

-- 
RMA.

[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