no caching of LAN pages?

From: <franzoni@dont-contact.us>
Date: Sat, 18 Sep 1999 17:27:20 +0200 (CEST)

I am using squid Version 2.2.STABLE4, and I have to avoid caching of the
LAN pages. I've read the mailing list archive and found about the no_cache
directive, but it seems it's not working. The machine acts as a
transparent proxy, so there is a cisco which routes all the http requests
to it; the request arrive all right, they are processed and the cache
works fine, but it caches everything. I checked the ACL with the debug
option and it's used correctly. Here is my squid.conf file... does anybody
understand what I'm missing? :-)

thanks

Eugenia

***

http_port 3128
icp_port 3130
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
acl local-servers dst 212.104.0.0/255.255.192.0
no_cache deny local-servers
cache_mem 16 MB
cache_swap_low 90
cache_swap_high 95
maximum_object_size 2048 KB
ipcache_size 1024
ipcache_low 90
ipcache_high 95
cache_dir /usr/local/squid/cache 2800 16 256
cache_access_log /usr/local/squid/logs/access.log
cache_log /usr/local/squid/logs/cache.log
mime_table /usr/local/squid/etc/mime.conf
pid_filename /usr/local/squid/logs/squid.pid
debug_options ALL,1
ftp_user Squid@DOMAIN
cache_dns_program /usr/local/squid/bin/dnsserver
dns_children 15
dns_nameservers DNS IPs
unlinkd_program /usr/local/squid/bin/unlinkd
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563
acl Safe_ports port 80 21 443 563 70 210 1025-65535
acl CONNECT method CONNECT
### LAN ACLs:
acl lan src LAN_IPS/NETMASK
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow lan
http_access deny all
icp_access allow all
miss_access allow all
cache_mgr root
cache_effective_user squid
cache_effective_group squid
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
logfile_rotate 0
memory_pools on
memory_pools_limit 16 MB
cachemgr_passwd PASSWORD all
always_direct allow local-servers
icon_directory /usr/local/squid/etc/icons
Received on Sat Sep 18 1999 - 10:25:22 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:48:28 MST