Permission with Location

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

 



Hi List,

Goal:only user from 192.168.20.0/24 should access "www.example.com/?q=User" URL. Other user shouldn't access this location.

Issue:When I configure virtual host with "Location" statement:

<VirtualHost ....>
ServerName www.example.com
...
<Location /?q=User>
  Order allow,deny
  Allow from 192.168.20.0/24
</Location>
</VirtualHost>

user from 192.168.0.0/24 can open www.example.com/?q=User. Why?

Best regards,
pch

---------------------------------------------------------------------
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