On Tue, 03 Jan 2012 15:28:58 +0100, Paweł Mojski wrote:
Hi;
I'm trying to use squid 3.2.0.8 in SMP environment.
I want to run 4 workers. In normal configuration squid works fine,
but when I add "workers 4" parameter into config file squid runs (4
separately squid workers and 1 "cord").
So far correct.
But, none of them bind into :3128 port. In cache.log file I found:
2012/01/03 15:11:05 kid1| commBind: Cannot bind socket FD 12 to [::]:
(13) Permission denied
repeated for all instances.
Only the coordinator should be opening the port, then passing it to the
workers.
What I made wrong?
config?
tried 3.2.0.14?
Amos