Hello!!! I'm having problems with this error: http://wiki.squid-cache.org/SquidFaq/TroubleShooting#icpDetectClientClose:_ERROR_xxx.xxx.xxx.xxx:_.2832.29_Broken_pipe Why this is happening to me now? It happens since I've put into production squid.conf.default the configuration file. My configuration is: Squid Cache: Version 3.3.3 configure options: '--prefix=/opt/squid33' '--includedir=/include' '--mandir=/share/man' '--infodir=/share/info' '--localstatedir=/opt/squid33/var' '--disable-dependency-tracking' '--disable-silent-rules' '--enable-inline' '--enable-async-io=8' '--enable-storeio=ufs,aufs,diskd' '--enable-removal-policies=lru,heap' '--enable-delay-pools' '--enable-cache-digests' '--enable-underscores' '--enable-icap-client' '--enable-follow-x-forwarded-for' '--enable-auth' '--enable-digest-auth-helpers' '--enable-negotiate-auth-helpers' '--enable-basic-auth-helpers=LDAP' '--enable-external-acl-helpers=ldap_group' '--enable-auth-ntlm' '--enable-arp-acl' '--enable-esi--disable-translation' '--with-logdir=/var/log/squid33' '--with-pidfile=/var/run/squid33.pid' '--with-filedescriptors=65536' '--with-large-files' '--with-default-user=proxy' '--enable-linux-netfilter' '--enable-ltdl-convenience' Thanks.