On Fri, 23 Sep 2011 09:28:51 +0700, Rino M Nur wrote:
Hi, we configuring our proxy to popup a windows using squid_session, when activated the squid process is terminated abnormally and log say externalAclLookup: 'session' queue overload (ch=0x866af10) <snip> squid,conf : #POP UP MESSAGE OR BANNER external_acl_type session ttl=60 %SRC /usr/lib64/squid/squid_session -t 7200 -b /etc/squid/session.db acl new_users external session deny_info http://someserver/server.html new_users http_access deny !new_users
<snip>
Is this a bug ?
Yes, known and recently fixed. The session helper is concurrent in squid-3.x. Add "concurrent=100" or similar to the parameters to avoid this. Amos