Re: [squid-users] Setting Squid to work with a remote DB?

2021-08-28 Thread His Shadow
You could write a service that occasionally dumps user credentials into some format, like json and have your external helpers download it, parse it and use it as local cache. There will be delay, when adding new users, but authentication would be very fast. Unless the database is huge of course. с

Re: [squid-users] Setting Squid to work with a remote DB?

2021-08-28 Thread Alex Rousskov
On 8/28/21 4:00 PM, roee klinger wrote: > If I can convenience the team to increase the "auth_param basic > credentialsttl" to around 60 > minutes, we should have absolutely no problem, please correct me if I am > wrong. This is not my area of expertise, so I hope that others on the list will res

Re: [squid-users] Setting Squid to work with a remote DB?

2021-08-28 Thread roee klinger
Thank you Alex, for the detailed response, I will keep that info in mind while testing. If I can convenience the team to increase the "auth_param basic credentialsttl" to around 60 minutes, we should have absolutely no problem, please correct me if I am wrong. As per my understanding, even if the

Re: [squid-users] Setting Squid to work with a remote DB?

2021-08-28 Thread Alex Rousskov
On 8/28/21 2:59 PM, roee klinger wrote: > I have multiple Squid servers installed in different data centers across > different cloud providers, and they all need to authenticate users using > a single database (MySQL) on a separate server, which is also on a > different cloud provider on a differe

[squid-users] Setting Squid to work with a remote DB?

2021-08-28 Thread roee klinger
Hello, I have multiple Squid servers installed in different data centers across different cloud providers, and they all need to authenticate users using a single database (MySQL) on a separate server, which is also on a different cloud provider on a different data center. I have already written a

Re: [squid-users] ftp_port and squidclamav

2021-08-28 Thread Alex Rousskov
On 8/28/21 8:36 AM, Andrea Venturoli wrote: > I've got Squid (4.15) configured as an HTTP[s] server, with squidclamav: >> icap_enable on >> icap_send_client_ip on >> icap_preview_enable on >> icap_preview_size 1024 >> icap_service service_req reqmod_precache bypass=0 >> icap://127.0.0.1:1344/squ

[squid-users] ftp_port and squidclamav

2021-08-28 Thread Andrea Venturoli
Hello. I've got Squid (4.15) configured as an HTTP[s] server, with squidclamav: icap_enable on icap_send_client_ip on icap_preview_enable on icap_preview_size 1024 icap_service service_req reqmod_precache bypass=0 icap://127.0.0.1:1344/squidclamav adaptation_access service_req allow all icap_s

Re: [squid-users] Hi, i need some help about squid for windows

2021-08-28 Thread Momir Milekic
ok, then i will install v4.14 and try again. After that i will ask for help again. for now, one question more: can i use 2.x config for 4.x without any additional fixes? On Sat, Aug 28, 2021 at 7:22 AM Amos Jeffries wrote: > On 28/08/21 12:12 pm, Momir Milekic wrote: > > Hi, > > Until recently