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. What can i do to get the script working again? best regards thomas