I am getting the following error when using squidclient [EMAIL PROTECTED]:~]# squidclient http://www.foo.com client: ERROR: Cannot connect to localhost:3128: Connection refused
Im my squid configuration I have the following lines : acl localhost src 127.0.0.1/255.255.255.255 acl to_localhost dst 127.0.0.0/8 http_access allow to_localhost http_access allow localhost Why am I not able to use squidclient ? What did I miss ? Many thanks for the help, Mark
