Directory Access need deny

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

 



I need some help with access syntax.


Would some of you know What is the best way to prevent a network subnet to access to a particular on apache2?

Here is what I have so far and it doesn't to effecting.  I must miss a piece of puzzle.

I wil able to get to the directory for other subnets.

<Directory "/images/">
Options None
Order deny,allow
Deny from all
Allow from 172.16.0.0/255.255.0.0
</Directory>

<Directory "/radio/">
Options None
Order deny,allow
Deny from all
Allow from 192.168.100.0/255.255.255.0
</Directory>


Thank you.

Y

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-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