> 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
Received on Fri Nov 07 2003 - 07:25:13 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:21:11 MST