Hello Amos,
>If you have a mix of "/cache${process_number}" and "/cache1" in your
>config files you may still be mixing SMP-aware and SMP-disabled access
>to the "/cache1" path.
That's exactly what happened to us, as I mentioned, we are new in the
Squid's world. I have several years of experienc
On 24/11/18 3:21 am, pacolo wrote:
> Hello again,
>
> We have found an issue in backend.conf, as the Rock cache_dir is SMP aware.
>
> Change this...
> #cache_dir rock /cache${process_number} 2097152
> to this...
> cache_dir rock /cache1 2097152
>
>
> ... then the new errors are:
> Nov 23 14:55:
Hello again,
We have found an issue in backend.conf, as the Rock cache_dir is SMP aware.
Change this...
#cache_dir rock /cache${process_number} 2097152
to this...
cache_dir rock /cache1 2097152
... then the new errors are:
Nov 23 14:55:28 px06 squid[12559]: ERROR: /cache1/rock communication cha
Hello people,
@Alex, thanks for your help, we took your advise and change the deployment
to SMP, some issues were solved, but others appeared :-(.
The config files are attached, in case anybody could help or to help others
with our same issues, as we have been searching several days and we didn't