> I have a squid running in a machine but i don´t want make
> cache of one WebServer that i have in Intranet.

> I put the Tag: acl webserver dst  mywebserver.pt
>                 no_cache deny webserver

It looks like you are using the hostname of your webserver. The dst
acl type uses the IP address, not the hostname.

Change mywebserver.pt to the IP address of the web server, run
squid -k reconfigure, and everything should work fine.

Adam

Reply via email to