Le samedi 22 octobre 2011 à 15:25 -0700, John Hardin a écrit : > On Sat, 22 Oct 2011, David Touzeau wrote: > > > I cannot use squidclient on the local squid machine. > > Is it possible to help me to set the right settings ? > > > > /usr/bin/squidclient -h 127.0.0.1 mgr:storedir > > client: ERROR: Cannot connect to 127.0.0.1:3128: Connection refused > > "connection refused" means nothing is listening for connections on port > 3128 on the loopback interface. Try using the IP address of your > local-network-side interface. > > > #http/https ports > > http_port 3128 > > That should bind on all interfaces. Try "netstat -nat | grep 3128" and see > what interfaces squid is actually listening on. > > Your are right, the squid was down cause to others issues i found... Thanks