Hi, El 24/07/2014 7:31, israelsilva1 escribió:
Hi everyone. I have compiled squid 3.4.6 from binaries. /Linux dxb-squid34 2.6.32-431.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux CentOS release 6.5 (Final) / squid.conf: /http_port 8081 / I have squid running: [...] Can you help me finding out why this will not start listening? SElinux is disabled. Same squid conf is working on another server (squid 3.5.1HEAD) I suspect this is a permission issue? Thanks. -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-not-listening-on-any-port-tp4667004.html Sent from the Squid - Users mailing list archive at Nabble.com.
You could try starting squid3 in both no-daemon and debug mode and see why it fails. Try running: squid3 -N -d 100
This should print some extra info in your console to help you determine why is it helping.
Regards.