Squid trial and error [message]

miah jjohnson at sunrise-linux.com
Fri Dec 31 19:03:30 EST 2004


On Fri, Dec 31, 2004 at 07:29:20AM -0500, Scott Ehrlich wrote:
>       Access control configuration prevents your request from being
> allowed at this time. Please contact your service provider if you feel
> this is incorrect.
> 
> Your cache administrator is webmaster.
> Generated Fri, 31 Dec 2004 12:22:43 GMT by debian.ehrlichtronics.com
> (Squid/2.4.STABLE6)


Squid by default rejects all connections.  You should add a acl
definition for your network:

acl mynetwork src 192.168.1.0/255.255.255.0

Then you need to allow http access:

http_access allow mynetwork


-miah



More information about the Discuss mailing list