Re: [squid-users] Fwd: Url redirection to ip

From: John Doe <jdmls_at_yahoo.com>
Date: Tue, 15 Jul 2008 07:35:40 -0700 (PDT)

> Thanks Michael
>
> heres how i did setup and i get a error
> squid -k parse
> 2008/07/15 08:51:10| ACL name 'all' not defined!
> FATAL: Bungled squid.conf line 569: cache_peer_access test deny all
> Squid Cache (Version 2.6.STABLE6): Terminated abnormally.

As it is said, 'all' not defined.
If you did not take the default config file, you should copy the "Recommended minimum configuration" parameters.
Like:

  acl all src all
  acl manager proto cache_object
  acl localhost src 127.0.0.1/32
  acl to_localhost dst 127.0.0.0/8

etc...

JD

      
Received on Tue Jul 15 2008 - 14:35:48 MDT

This archive was generated by hypermail 2.2.0 : Tue Jul 15 2008 - 12:00:04 MDT