On 3/09/2013 4:25 a.m., Thomas Stegbauer wrote:
Hi, i upgraded a Debian 6.0 with Squid 2.7 to Debian 7.1 with Squid 3.1.20. We have an external ACL included like this: external_acl_type phpauthscript protocol=2.5 children=100 ttl=0 negative_ttl=0 %SRC /etc/squid3/authscript The script updates an MySQL database with the hits of a user, where the user get looked up by the clientip. This worked fine on Debian 5 and Debian 6 with squid 2.7. But on Debian 7 this stopps working, as the authscript dies as it not gets the IP-Adress.
Um. SRC always exists, so something else is going on here. What is cache.log saying to you when the helper dies?
Amos