Ryan McCain wrote:
I'm trying to issue this command:
squidclient -m PURGE http://www.yahoo.com
and get the following error:
client: ERROR: Cannot connect to localhost:3128: Connection refused
I'm using squid-2.7.STABLE6-1 on SLES 10. I'm not even sure what is supposed to be running on port 3128. I've tried running this w/ the software firewall turned off and always get the error.
Any ideas?
Use...
squidclient -p ${Port-Squid-Listens-On} -m PURGE http://www.yahoo.com/
...if you don't have Squid listening on (the default) port 3128.
Chris