> > 1266160876.884 270 172.16.100.99 > TCP_MISS/200 651 GET http://w88.go.com/b/ss/wdgespcom,wdgespge/1/H.17/s73739908562219? > - DIRECT/66.235.138.18 image/gif > > Explicitly non-cacheable private page. Created several > hours in the future!! (Even to me sitting here in timezone > +1300). Can I prevent this with ignore-no-cache in refresh_pattern? > > # Port Squid listens on > > http_port 172.16.0.1:3128 transparent changed to another port <snip...> > > acl windowsupdate dstdomain .go.microsoft.com > > acl windowsupdate dstdomain > .update.microsoft.com/windowsupdate/v7/default.aspx > > acl windowsupdate dstdomain .download.microsoft.com > > acl windowsupdate dstdomain activex.microsoft.com > > acl windowsupdate dstdomain codecs.microsoft.com > > acl windowsupdate dstdomain urs.microsoft.com > > > > #acl CONNECT method CONNECT > > acl wuCONNECT dstdomain www.update.microsoft.com > > acl wuCONNECT dstdomain sls.microsoft.com > > > > http_access allow CONNECT wuCONNECT localnet > > http_access allow windowsupdate localnet > > # --- Windows update ends > ----------------------------- So, the acl windowsupdate section would do it's job? > > > > store_avg_object_size 48 KB > > To maximize caching, DONT set limits on what can be > cached.... What should I set this to? > refresh_pattern -i (/cgi-bin/|\?) Changed! > > client_persistent_connections off > > server_persistent_connections off > > persistent_connection_after_error off > > The above will be sucking a fair bit of speed out of your > connection. TCP handshakes on every request... should I turn these on??? > > > detect_broken_pconn off > > memory_pools off > > #memory_pools_limit 64 MB > > refresh_all_ims on > > reload_into_ims on > > retry_on_error on > > coredump_dir none > > > pipeline_prefetch on > > With bandwidth limitations this will be sucking a fair bit > of useless crap in. What should I do to prevent useless crap in? Thanks.