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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to