Hi,
I run squid 4.17 on ubuntu 20.04.4 and it starts without any error. But no
matter what TCP port I specify, it won’t listen on it.Netstat -tunpal shows
only udp port associated with squid.
I have compiled it using the following options:
./configure --prefix=/usr/local --localstatedir=/v
Hi,
I tried using the default config. No difference
2022/03/03 21:49:17 kid1| Set Current Directory to /var/cache/squid
2022/03/03 21:49:17 kid1| Starting Squid Cache version 4.17 for
x86_64-pc-linux-gnu...
2022/03/03 21:49:17 kid1| Service Name: squid
2022/03/03 21:49:17 kid1| Process ID 3827
here is the default config
#
# Recommended minimum configuration:
#
# Example rule allowing access from your local networks.
# Adapt to list your (internal) IP networks from where browsing
# should be allowed
acl localnet src 0.0.0.1-0.255.255.255 # RFC 1122 "this" network (LAN)
acl localnet s
quid-users@lists.squid-cache.org
主题: Re: [squid-users] SQUID refuses to listen on any TCP Port
On 03.03.22 13:56, 苏 格 wrote:
>I tried using the default config. No difference
are you sure there's this line in the default config?
http_port 3128
are you sure there's nothing listening on 312