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
Received on Sat Sep 24 2011 - 01:17:24 MDT
This archive was generated by hypermail 2.2.0 : Mon Sep 26 2011 - 12:00:02 MDT