[squid-users] Forcing refresh for certain source IPs

From: Hans Juergen von Lengerke <lengerkeh@dont-contact.us>
Date: Thu, 8 Nov 2001 15:32:02 +0100 (CET)

Hi,

I am trying to set up acl's for an accelerator squid that would force
squid to refresh objects when developers access the accelerated website.
I got it working when _only_ developers access the website but as soon
as someone else accesses an object, developers will get a cached
response of the object rather than a fresh one. Here is my access
control configuration:

  ## Access controls
  ##
  acl manager proto cache_object
  acl localhost src 127.0.0.1/255.255.255.255
  acl example src 194.120.114.6/255.255.255.255
  acl developer src 194.120.114.3/255.255.255.255
  acl all src 0.0.0.0/0.0.0.0
  acl SSL_ports port 443 563
  acl Safe_ports port 80 21 443 563 70 210 1025-65535
  acl Safe_ports port 280 # http-mgmt
  acl Safe_ports port 488 # gss-http
  acl Safe_ports port 591 # filemaker
  acl Safe_ports port 777 # multiling http
  acl CONNECT method CONNECT
  no_cache deny developer
  http_access allow all
  miss_access allow all

Any help is appreciated.

Thx, Hans Juergen
Received on Thu Nov 08 2001 - 07:32:12 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:03:58 MST