Re: [squid-users] squid -z

From: Mark Elsen <mark.elsen@dont-contact.us>
Date: Wed, 8 Mar 2006 22:49:26 +0100

> I set the squid.conf this way:
> Are the warning errors normal when I do a squid -z ?
> Thank you all.
>
> visible_hostname mew-web-server.rochambeau.org
> http_port 8080
> cache_dir ufs /backup/proxy 10000 16 256
> acl forest src 172.16.3.0/24
> acl rwd src 172.16.5.0/24
> acl all src 0.0.0.0/0.0.0.0
> http_access allow forest
> http_access allow rwd
> http_access deny all
>
> "../etc/squid.conf" 3541 lines, 121535 characters
> # ./squid -z
> 2006/03/08 13:32:11| WARNING: '0.0.0.0/0.0.0.0' is a subnetwork of
> '0.0.0.0/0.0.0.0'
> 2006/03/08 13:32:11| WARNING: because of this '0.0.0.0/0.0.0.0' is
> ignored to keep splay tree searching predictable
> 2006/03/08 13:32:11| WARNING: You should probably remove
> '0.0.0.0/0.0.0.0' fromthe ACL named 'all'
> 2006/03/08 13:32:11| Creating Swap Directories
>

   - Make sure that the acl all isn't defined twice in squid.conf,
by accident.
   - Also, check your squid.conf file with :

                   % squid -k parse

M.
Received on Wed Mar 08 2006 - 14:49:28 MST

This archive was generated by hypermail pre-2.1.9 : Sat Apr 01 2006 - 12:00:03 MST