[squid-users] deny_info kills squid

From: oleg-s <oleg-s@dont-contact.us>
Date: Sat, 13 Sep 2003 17:25:56 +0400

hello.
from my squid.conf
-------------------------
external_acl_type bill_acl ttl=120 concurrency=8 %LOGIN %SRC /etc/billing/new/bill_acl
acl password proxy_auth REQUIRED
acl double_ip max_user_ip -s 1 REQUIRED
acl billing external bill_acl REQUIRED
acl all src 0.0.0.0/0.0.0.0
..........
http_access allow all !double_ip password billing
http_access deny all
-------------------------
i tried to configure deny_info pages for each of "!double_ip password billing" acls with these lines:

deny_info ERR_DOUBLE_IP !double_ip (not, sure about this, also tried double_ip, but doesn't work either)
deny_info ERR_BAD_PASSWORD password
deny_info ERR_NO_QUOTA billing

all corresponding files are placed in the errors/ dir
but faced a strange problem - squid dies with SIGSEGV and dumps core file.
gdb output is :
---------------------------------------------------------------
#0 strcmp (p1=0x88 <Address 0x88 out of bounds>, p2=0x829c9c2 "ERR_DOUBLE_IP")
    at ../sysdeps/generic/strcmp.c:38
38 ../sysdeps/generic/strcmp.c: No such file or directory.
---------------------------------------------------------------
what is it all mean?
thanks for answers.
olegs
Received on Sat Sep 13 2003 - 07:15:35 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:19:50 MST