Hi there, I just setup a new Squid proxy server. There are around 800-1000 users using this proxy but the "Number of clients accessing cache" is always 0. I'm using squid-2.7.STABLE6 on RHEL5. This is the build option: "./configure" \ "--prefix=/usr/local/squid" \ "--enable-async-io" \ "--enable-snmp" \ "--enable-epoll" \ "--enable-storeio=aufs null" \ "--enable-removal-policies=heap lru" \ "--enable-large-cache-files" \ "--with-large-files" \ "--disable-poll" \ "--disable-select" \ "--disable-carp" \ "--disable-wccp" \ "--disable-ident-lookups" \ "--with-maxfd=32768" \ "--enable-ntlm-auth-helpers=SMB" \ "--enable-external-acl-helpers=wbinfo_group ldap_group" \ "--enable-auth=basic ntlm" \ "--enable-basic-auth-helpers=LDAP" \ "--enable-err-languages=English" Another older squid reports the number correctly. It is on squid-2.6.STABLE20. Thanks PT