Re: [squid-users] Re: Urgent Please

From: Chris Wilcox <not_rich_yet@dont-contact.us>
Date: Fri, 15 Aug 2003 21:01:37 +0100

I'm guessing that providing you've set up your ACL's correctly, your LAN
PC's should have no problems using Squid. I'm presuming what you have
forgotten is to setup an ACL to allow localhost have access to Squid hence
when you're connecting to Squid from the actual Squid box itself it doesn't
work since the Squid box itself will only see the localhost IP of 127.0.0.1
so you'll need to add some lines like the following to make it work:

acl ThisComputer src 127.0.0.1/255.255.255.255
http_access allow ThisComputer

hth

Regards,

nry

_________________________________________________________________
Stay in touch with absent friends - get MSN Messenger
http://www.msn.co.uk/messenger
Received on Fri Aug 15 2003 - 14:12:57 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:18:55 MST