Hello,
I would like to disable logging of 407-errors, except when the username is
known.
Is it possible to configure?
I have now the log configured:
acl http-407 http_status 407
access_log daemon:/var/log/squid/access.log logformat=extended-squid
on-error=drop !http-407
But I would also like to
On 16/02/2023 10:56 am, squid wrote:
I have a reverse proxy that that does the following:
acl example_www url_regex -i ^https?:\/\/example-www?.example.com.*
http_access allow internal_IPs example_www
deny_info https://other-www.other.com%R example_www
http_access deny example_www
When a tool o
sorry i forgot to mention, its Alma Linux
On Thu, 16 Feb 2023 at 19:38, Alex Rousskov <
rouss...@measurement-factory.com> wrote:
> On 2/16/23 11:41, robert k Wild wrote:
>
> > installing squid from source and just want to know what default
> > repos/packages i should have before i install
> >
> >
On 2/16/23 11:41, robert k Wild wrote:
installing squid from source and just want to know what default
repos/packages i should have before i install
atm i have these
#install epel repositry
dnf install -y epel-release
#install squid packages
dnf install -y gcc-c++ gcc g++ binutils make sudo w
hi all,
installing squid from source and just want to know what default
repos/packages i should have before i install
atm i have these
#install epel repositry
dnf install -y epel-release
#install squid packages
dnf install -y gcc-c++ gcc g++ binutils make sudo wget tar automake
autoconf perl lib