I can't get the workers work. They are started fine. However I get: kid1| commBind: Cannot bind socket FD 13 to [::]: (2) No such file or directory kid2| commBind: Cannot bind socket FD 13 to [::]: (2) No such file or directory kid3| commBind: Cannot bind socket FD 9 to [::]: (2) No such file or directory Is there a compile option to enable/disable workers that I am missing? The ports below work fine on mono squid. --- workers 2 if ${process_number} = 1 http_port 1.1.1.1:3128 else http_port 1.1.1.1:3129 endif --- Thanks Jenny RHEL6 x64 Squid 3.2.0.7 Compile: --disable-carp \ --disable-wccp \ --disable-wccpv2 \ --disable-snmp \ --disable-htcp \ --disable-ident-lookups \ --disable-unlinkd \ --disable-translation \ --disable-auto-locale \ --disable-loadable-modules \ --disable-esi \ --disable-disk-io \ --disable-eui \ --disable-storeio \ --disable-auth-ntlm \ --disable-auth-negotiate \ --disable-auth-digest \ --disable-cache-digests \ --disable-ntlm-auth-helpers \ --disable-negotiate-auth-helpers \ --disable-digest-auth-helpers \ --disable-ipfw-transparent \ --disable-ipf-transparent \ --disable-pf-transparent \ --disable-linux-tproxy \ --disable-linux-netfilter \ --without-netfilter-conntrack \ --disable-url-rewrite-helpers \ --disable-win32-service \ --disable-zph-qos \ --disable-icap-client \ --disable-ecap \ --disable-useragent-log \ --disable-referer-log \ --disable-eui \ --disable-poll \ --disable-select \ --disable-kqueue \ --disable-icmp \ --disable-gnuregex \ --disable-cpu-profiling \ --disable-kill-parent-hack \ --disable-follow-x-forwarded-for \ --disable-forw-via-db \ --without-valgrind-debug \ --without-ipv6-split-stack \ --without-po2html