You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Aaron Axelsen <ax...@amadmax.com> on 2002/07/19 20:51:13 UTC

Restrict directory acccess

I am trying to restrict access to certain directories so it is only
aaccessed locally.  I have tried the directive

<Location /manual/>
Order Deny,Allow
Deny from all
Allow from 192.168.0
</Location>

This doesn't seem to change anything.  Is there something that could be
overriding this?

---
Aaron Axelsen
AIM: AAAK2
Email: axelseaa@amadmax.com
URL: www.amadmax.com
 
"It said, ""Insert disk #3,"" but only two will fit!"
"One picture is worth 128K words."



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org