> 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


      

Reply via email to