ב"ה
I'm using squid version:
nativ@arachimprodsrv3:/usr/local/squid/etc$ /usr/local/squid/sbin/squid -v
Squid Cache: Version 6.1-VCS
Service Name: squid
This binary uses OpenSSL 3.0.2 15 Mar 2022. configure options:
'--with-large-files' '--with-openssl' '--enable-ssl' '--enable-ssl-crtd'
'--enab
Hello everyone.
I have currently installed SQUID 5.8 compiled from source on Debian 10.5.
I want to upgrade to the latest stable version, 6.2.
What is the recommended way to upgrade to a new version? Should I uninstall
the old version first? Or do I compile the new one and it overwrites the
old one
Hi
Since 6.2 ( aka migrating from 5.8 )
Squid claim about token sent by external_acl_helper
the external acl helper send
"OK itchart=PASS user=dtouzeau category=143 category-name=Trackers
clog=cinfo:143-Trackers;"
squid claim
2023/08/28 16:47:02 kid1| WARNING: Unsupported or unexpected from
Hey Gabriel,
The first thing before doing anything at all is to backup your binaries and
configuration files.
Then try to plan a way that will allow you to fall back to the older version if
anything will turn bad.
If you can test on a VM the installation process before production it would be
t
Hi David,
you should use
itchart_=PASS
The trailing underscore signals Squid that this is a custom header.
On Mon, Aug 28, 2023 at 3:54 PM David Touzeau wrote:
>
> Hi
>
> Since 6.2 ( aka migrating from 5.8 )
>
> Squid claim about token sent by external_acl_helper
>
> the external acl helper
Thanks You
As these changes affect many things for us ( use tags for statistics /
elasticsearchs) and it seems, this behavior is just a warning (seems
squid still work as expected like note acls)
Is there a way to remove these warnings because they increase I/O and
cache.log dramatically.
That's a good question; not right now, unless you're willing to patch the
squid sources.
In that case, just remove the debugs() statement in lines 200-203 of file
src/helper/Reply.cc .
On Mon, Aug 28, 2023 at 9:52 PM David Touzeau wrote:
> Thanks You
>
> As these changes affect many things for