Re: Deny, Allow with Apache 2.4

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

 



Hi Chris,

Am 30.07.2015 um 00:04 schrieb ScuzzyEye:
I'm having a difficult time figuring out how to convert an Apache 2.2 access rule to 2.4.

What I'm doing in 2.2 is pretty simple:

order deny,allow
deny from 192.168.1.0/24
deny from 192.168.2.0/24
allow from 192.168.1.12

So denying some sub-nets, but allowing one IP in that range, and the rest of the world.


Try this one:

<RequireAny>
        Require ip 192.168.1.12
        <RequireAll>
                Require all granted
                Require not ip 192.168.1.0/24
                Require not ip 192.168.2.0/24
        </RequireAll>
</RequireAny>

Kind regards,
Tobias Adolph



---------------------------------------------------------------------
To unsubscribe, e-mail: users-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