tcygne wrote:
Well it was easy to set up squid3. I got to get used to using squid3 as a
command instead of squid. I copy and pasted my original squid.conf and it
seems to be caching on the test box. I did get the following error when
starting squid with this squid.conf....
administrator@AMSPX01:/etc/squid3$ sudo /etc/init.d/squid3 start
* Starting Squid HTTP Proxy 3.0 squid3
2010/01/28 10:51:43| WARNING: '0.0.0.0/0.0.0.0' is a subnetwork of
'0.0.0.0/0.0.0.0'
2010/01/28 10:51:43| WARNING: because of this '0.0.0.0/0.0.0.0' is ignored
to keep splay tree searching predictable
2010/01/28 10:51:43| WARNING: You should probably remove '0.0.0.0/0.0.0.0'
from the ACL named 'all'
[
OK ]
administrator@AMSPX01:/etc/squid3$
I'm kind of confused about this WARNING. How do I remove 0.0.0.0/.0.0.0.0
from acl all? My acl all says "acl all src all" . If I can resolve this
warning then I'll start moving assigning clients to use the proxy and see if
and when it breaks.
It would be a good idea to read through the release notes...
http://www.squid-cache.org/Versions/v3/3.0/RELEASENOTES.html#ss6.2
*acl*
The 'all' ACL is now provided as a built-in. Warnings will be
displayed if any attempt is made to redefine it.
Chris