John Risby wrote:

> Is it possible to allow access only to certain directories on a
> particular dstdomain?

Of course. Either use url_regex, or a combination of dstdomain and
urlpath_regex.

url_regex based:

acl users-directory url_regex ^http://www.domain.com/users/directory
http_access allow users-directory

dstdomain + urlpath_regex based:

acl www.domain.com dstdomain www.domain.com
acl users-directory urlpath_regex ^/users/directory
http_access allos www.domain.com users-directory

--
Henrik Nordstrom
Spare time Squid hacker

Reply via email to