Access denied

From: Simon Gao <x.gao@dont-contact.us>
Date: Tue, 25 May 1999 10:14:30 -0600

Hi,

I am new to squid program and have been trying to figure out what I am
doing wrong without much success over past few days.

The error message I got is: "Requested URL could not be retrieved.
Access denied."
Check access.log and find messages saying "x.x.x.x TCP_denied/403".

I am using squid-2.2-stable3 on Caldera's OpenLinux 2.2 (kernel 2.2.5).
The machine also does ip masquerading with dialup connection to my ISP.
Squid starts fine and use 3128 port. Here is my squid.conf:
===============================================
#Turn logging to it's lowest level
debug_options ALL,1,28,9

# defines the hard drive space for cache
cache_dir /usr/local/squid/cache 100 16 256

#defines a group (or Access Control List) that includes all IP
#addresses
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl allow_hosts src 192.168.10.0/255.255.255.0
acl all src 0.0.0.0/0.0.0.0

#allow all sites to use connect to us via HTTP
http_access deny manager all
http_access allow allow_hosts
http_access deny all

#allow all sites to use us as a sibling
icp_access allow allow_hosts
icp_access deny all

#run as the squid user
cache_effective_user squid squid
#otherwise, you can uncomment the below line and comment the one out.
# this will run as use "nobody" with the group "nogrtoup"
#cache_effective_user nobody nogroup

Thanks.

Simon Gao
Received on Tue May 25 1999 - 10:13:53 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:46:25 MST