1.1.22 no_cache problem

From: Dax Kelson <dkelson@dont-contact.us>
Date: Fri, 26 Jun 1998 15:15:48 -0600 (MDT)

A new feature of 1.1.22

# TAG: no_cache
#
# Use ACL elements to specify uncachable objects. For example,
# this prevents caching of objects downloaded from servers whose
# IP addresses are in the 192.172.226.0 network:
#
# acl FOO dst 192.172.226.0/24
# no_cache deny FOO
#
# You MUST use the 'deny' keyword before the list of ACL names.
# For more details on how to specify ACLs and access lists,
# See the comments for 'http_access' below, and please read the
# Squid FAQ (http://squid.nlanr.net/Squid/FAQ/FAQ.html).

In a particular case, I don't want to CACHE ANYTHING.

So I have in my squid.conf:

acl allcontent dst 0.0.0.0/0.0.0.0

# Don't Cache any content
no_cache deny allcontent

When I start squid 1.1.22 I get this in logs/cache.log

1998/06/26 14:56:28| Restarting Squid Cache (version 1.1.22)...
1998/06/26 14:56:28| parseConfigFile: line 50 unrecognized: 'no_cache deny
allcontent'
1998/06/26 14:56:28| Started 5 'dnsserver' processes
1998/06/26 14:56:28| Accepting HTTP connections on FD 11.
1998/06/26 14:56:28| Accepting ICP connections on FD 12.
1998/06/26 14:56:28| Accepting ICP connections on FD 16.
1998/06/26 14:56:28| Configuring Parent 209.140.64.8/8080/3130
1998/06/26 14:56:28| Ready to serve requests.

Help?
Received on Fri Jun 26 1998 - 14:17:01 MDT

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