Re: mod_authz_host partial IP addresses not effective

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

 



If i'm not mistaken this part refers to the ServerRoot not your defined DocumentRoot


On 09/26/2018 01:29 PM, targontech wrote:
<Directory />
    Options Indexes FollowSymLinks MultiViews
    AllowOverride All
    Order deny,Allow
    Deny from All
    Allow from 1.126 1.127 119.18 120.22 203.168 192.168.1
</Directory>


Try
<Directory /Users/username/directory>
    Options Indexes FollowSymLinks MultiViews
    AllowOverride All
    Order deny,Allow
    Deny from All
    Allow from 1.126 1.127 119.18 120.22 203.168 192.168.1
</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