[squid-users] Disable caching of certain domains?

From: Graeme Bisset <gbisset@dont-contact.us>
Date: Fri, 27 Feb 2004 18:57:28 -0000

Hi,

I'm trying to disable caching of certain domains. Here's my config...

visible_hostname gorilla
request_header_max_size 13 KB
http_port 172.21.14.5:3128
icp_port 0
dns_nameservers 172.21.10.11 193.38.113.3
cache_effective_user nobody
cache_effective_group nobody
cache_mem 16 MB
cache_swap_low 95
cache_swap_high 98
maximum_object_size 8192 KB
memory_pools off
acl all src 0.0.0.0/0.0.0.0
cache_dir ufs /cache 4146 16 256
acl uncacheddomains dstdomain .moose395.net
no_cache deny uncacheddomains
http_access allow all
cache_log /blocker/logs/cache.log
cache_store_log none
logfile_rotate 1
shutdown_lifetime 10 seconds
half_closed_clients off
cache_mgr webmaster

As you can see the lines:

acl uncacheddomains dstdomain .moose395.net
no_cache deny uncacheddomains

are what I've added in an attempt to stop caching for that domain.

But it still caches. Any ideas?

Thanks in advance,

Graeme.
Received on Fri Feb 27 2004 - 11:59:15 MST

This archive was generated by hypermail pre-2.1.9 : Mon Mar 01 2004 - 12:00:03 MST