Re: [squid-users] [EXTERNAL] FreeBSD 12 thousands connections

2023-03-20 Thread Joey Officer
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:

Re: [squid-users] [EXTERNAL] Access to internal domains using Squid

2023-02-09 Thread Joey Officer
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.

Re: [squid-users] [EXTERNAL] Access to internal domains using Squid

2023-02-08 Thread Joey Officer
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

Re: [squid-users] [EXTERNAL] Squid Proxy - One subnet recognised

2021-10-15 Thread Joey Officer
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

Re: [squid-users] Attempting to use follow_x_forwarded_for in ACL

2019-06-07 Thread Joey Officer
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, Joey Officer wrote

[squid-users] Attempting to use follow_x_forwarded_for in ACL

2019-06-06 Thread Joey Officer
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

Re: [squid-users] attempting to disable (or mute) logs

2019-03-19 Thread Joey Officer
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

Re: [squid-users] attempting to disable (or mute) logs

2019-03-15 Thread Joey Officer
] 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

[squid-users] attempting to disable (or mute) logs

2019-03-13 Thread Joey Officer
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

Re: [squid-users] Pass ip to server

2019-02-12 Thread Joey Officer
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] unique access.log for specific ACLs

2018-04-09 Thread Joey Officer
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

[squid-users] Kerberos authentcation failure

2018-02-22 Thread Joey Officer
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'