Will the users require authentication? Depending on what authentication is
active, you'd probably want to increase the minimum amount of auth helpers to
satisfy the requests.
That said, you really haven't given enough information about your specific use.
-Original Message-
From: squid-
Was thinking I should give an example of a proxy auto configuration script:
pac.conf :
/* proxy auto configuration file sample */
function FindProxyForURL(url, host)
{
var proxy_no = "DIRECT";
var proxy_yes = "PROXY proxy.domain.com:3128";
/* Generally matches internal hosts. E
We do something similar but using wpad/auto config script to direct local
traffic ( .domain.com ) to use the DIRECT route, and else use PROXY
This is probably the better way to go, though I'm not definitive on that.
Joey
-Original Message-
From: squid-users On Behalf Of
Roberto Carna
Did you check the iptables rules – make sure that the linux firewall isn’t
blocking the traffic from the new subnet?
From: squid-users On Behalf Of Ryan
Absolom
Sent: Friday, October 15, 2021 6:33 AM
To: squid-users@lists.squid-cache.org
Subject: [EXTERNAL][squid-users] Squid Proxy - One subnet
rer example for future generations ;)
Cheers,
Joey
-Original Message-
From: squid-users On Behalf Of Amos
Jeffries
Sent: Friday, June 7, 2019 4:34 AM
To: squid-users@lists.squid-cache.org
Subject: Re: [squid-users] Attempting to use follow_x_forwarded_for in ACL
On 7/06/19 2:38 am, Joe
Greetings all,
squid.conf references the ability to use the x-forwarded-for header in ACLs by
using the follow_x_forwarded_for in ACL, referenced here:
http://www.squid-cache.org/Doc/config/follow_x_forwarded_for/ and here
http://www.squid-cache.org/Doc/config/acl_uses_indirect_client/
There a
Confirmed I'm on Squid v4
# squid --version
Squid Cache: Version 4.4
Service Name: squid
I added the above and restarted my container, but the logged output has no
change. I also wanted to add that I may not have provided enough information.
The spam log entries are stdout - which is where Cl
] attempting to disable (or mute) logs
I think you are suffering from this bug:
https://bugs.squid-cache.org/show_bug.cgi?id=4906
Marcus
On 13/03/2019 10:09, Joey Officer wrote:
I’m running a squid instance in AWS behind a network load balancer. As part of
the health checks, at least that’s what I
I'm running a squid instance in AWS behind a network load balancer. As part of
the health checks, at least that's what I believe, we're seeing this log entry
spamming which is hiding the rest of the relevant log data. Sample log entry
(repeating countless times)
1552419269.039 0 172.34.33.137
I believe the option you are referring to is the 'forwarded_for' http header.
Reference this: http://www.squid-cache.org/Doc/config/forwarded_for/
Hope that helps you.
-Original Message-
From: squid-users On Behalf Of
erdosain9
Sent: Tuesday, February 12, 2019 9:15 AM
To: squid-users@l
Apologies if this has been covered before, but I could not find an archived
discussion on the same topic. Is it possible to assign a unique log file
output to a specific ACL? The use case is that we've begun blocking certain
sites and we would like to begin logging the attempted access.
I'd s
A new problem popped up in the last couple of days in an otherwise working
environment.
Active Directory running on 2008r2
Windows 10 client
Squid 3.5.12
# squid -v
Squid Cache: Version 3.5.12
Service Name: squid
Ubuntu linux
configure options: '--build=x86_64-linux-gnu' '--prefix=/usr'
'--inc
12 matches
Mail list logo