Ahhhh. Thanks! >>> On Tue, Jul 7, 2009 at 4:07 PM, in message <4A53B8F8.4050007@xxxxxxx>, Chris Robertson <crobertson@xxxxxxx> wrote: > 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