Re: [squid-users] Newbie question - Can anyone help with denied access

From: Raphael Maseko <ralph@dont-contact.us>
Date: Mon, 24 Nov 2003 16:34:10 +0200

By default the config file is set to deny access to the cache by the lines:
acl all src 0.0.0.0/0.0.0.0
http_access deny all

You will need to create an acl and set it to allow. e.g

acl all src 0.0.0.0/0.0.0.0
acl myusers src 192.168.1.0/255.255.255.0
http_access myusers allow
http_access deny all

----- Original Message -----
From: <jonathan_hughes@goodyear.co.za>
To: <squid-users@squid-cache.org>
Sent: Monday, November 24, 2003 4:07 PM
Subject: [squid-users] Newbie question - Can anyone help with denied access

>
> List,
>
> thanks for help in advance. I have read a lot of documents and have setup
> my Squid 2.5 STABLE1 server according to a detailed document, I did find
> differences in the location of the Squid binaries and files on my RH9
> installation of Squid. The Squid server daemon starts fine when I run the
> following as root from the bash prompt:
>
> squid -N -d 1 -D
>
> When I try to access the web page from a standard NT Windows 2000 machine
> using Internet Explorer 5.0 I get the following error message from my
Linux
> Squid server:
>
> -----------------------------------------------START Error Message Below
> -----------------------------------------------
> ERROR
> The requested URL could not be retrieved
>
>
>
> While trying to retrieve the URL: http://www.google.com/
>
>
> The following error was encountered:
> Access Denied.
>
>
> 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 root.
>
> Generated Mon, 24 Nov 2003 18:06:44 GMT by zaulnx01 (squid/2.5.STABLE1)
>
> ----------------------------------------------- END Error Message Below
> -----------------------------------------------
>
>
> Can any experienced guy point me in the rigfht direction quickly??? All
> help appreciated. Do I make a change in squid.conf or to actual directory
> perms??
>
> Thanks
>
> Jonathan Hughes
> Tech Support / Server Admin
> Goodyear South Africa
>
>
Received on Mon Nov 24 2003 - 08:58:35 MST

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