Roger Pe�a Escobio wrote:

> how can i restrict access to a particular folder in a host, for example
> deny www.some.site/dir1
> allow www.some.site/dir2

Either use url_regex, or a combination of dstdomain and urlpath_regex
acl dir1 url_regex -i ^http://www.some.site/dir1
http_access deny dir1

---
Henrik Nordstrom
Spare time Squid hacker

Reply via email to