Re: install squid ver 2.3.stable2 problem (fwd)

From: Dongho Lee <coolness@dont-contact.us>
Date: Mon, 27 Mar 2000 13:58:43 +0900

----- Original Message -----
From: "Julie Xu" <a9500672@sp4.macarthur.uws.EDU.AU>
To: <squid-users@ircache.net>
Sent: Monday, March 27, 2000 11:56 AM
Subject: install squid ver 2.3.stable2 problem (fwd)

>
> Dear all,
>
> I have upgrade squid and it is not successful, the reason is it set http
> port and icp port wronglg.
>
> I did:
> ./configure --enable-cache-digests --disable-wccp
> make all
> make install
>
> >From cache log:
> Accepting HTTP connections at 0.0.0.0, port ......
> Accepting ICP messages at 0.0.0.0, port ....
>
> What is the problem? please help?
>
> Currently, I did put line:
> http_port ipaddress.of.squidserver:portnumber
> icp_port 0
>
> Then it can work now, but I do need the ICP port to connect another old
> squid.
>
> >From cachemgr.cgi I got
> X-Cache: MISS from proxyb
> X-Cache-Lookup: MISS from proxyb
> Proxy-Connection: close
>
> What is that means?
>
> Any comments will be appreciated
>
> Thanks in advance
>
> Julie

this. check your configuration file in %squid_dir%/etc/squid.conf

first check your http port
in squid.conf:
if you don't use default http_port 3128, chang # http_port 3128 => http_port
your_port

next, check your icp port
the default icp port is #icp_port 3130

last check your access right
search "INSERT YOUR OWN RULE(S) HERE TO ... "
default : http_access deny all
look at squid FAQ from squid home page.

and you do not need to set your IP address in squid.conf

Dongho
Received on Sun Mar 26 2000 - 22:14:29 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:52:25 MST