Re: [squid-users] Sorry if this has been asked but I can't find an answer anywhere ...

2021-10-01 Thread Alex Rousskov
On 9/27/21 9:32 AM, Mike Yates wrote: > I just want squid to redirect any requests (http for instance) to a > specific external url so for instance http://mysuidserver:80 > to http://externalserver:80 I am ignoring the "any" part -- the answer would heavily depend on the protocol and other factor

Re: [squid-users] Running SMP workers on multi-core systems

2021-10-01 Thread Alex Rousskov
On 10/1/21 2:37 AM, Praveen Ponakanti wrote: > when I attempt to use the following config with 5.1 the cache log > says that I need to run 'squid -z' to create the swap directories. Is > that something I would need to add to my Docker build steps so that it > is set up before the squid server is r

Re: [squid-users] Upgradation of squid version 3.5.27 on ubuntu 18.04

2021-10-01 Thread Amos Jeffries
On 30/09/21 1:26 am, sheik abdul wrote: Hellow TEam, Hope you're doing well! I have installed Ubuntu 18.04 (Bionic) with the squid version of 3.5.27 (maybe that's that latest version) . That is the squid version shipped by Ubuntu 18.04 LTS. I'm always getting in the Vulnerability list and

Re: [squid-users] Running SMP workers on multi-core systems

2021-10-01 Thread Praveen Ponakanti
Hi Alex, Thanks a lot for the clarification on the config for running multiple workers with version 5.1, its a lot simpler now with just the "workers" config! I have been able to resolve the "commBind Cannot bind socket FD" error by ensuring the var/run/squid folder is created with write permissio