On Saturday 29 May 2021 at 11:45:07, Albretch Mueller wrote:

> cat "/etc/squid/squid.conf" | grep http_port | grep --invert-match "^#"
> http_port 3128

That could more briefly be done as "grep ^http_port /etc/squid/squid.conf"

> The value 3128 you enter on your network browser settings
> 
> what I need now is the name of the running listening service which
> you can get via:
> 
> netstat -tl

It's the same thing: 3128.

> but I couldn't get squid running apparently due to problems related
> to using a prefix other than its default:
> 
> $ which squid
> /media/knoppix/squid3/4.15/sbin/squid

>  how can I fix such problems?

I think this is a question for the Knoppix packagers; we don't know what they 
did to break Squid in this way.


Antony.

-- 
Numerous psychological studies over the years have demonstrated that the 
majority of people genuinely believe they are not like the majority of people.

                                                   Please reply to the list;
                                                         please *don't* CC me.
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to