squid.conf -- acl flags

From: Jason Lixfeld <jlixfeld@dont-contact.us>
Date: Tue, 6 May 1997 00:49:38 -0400 (EDT)

I have recently installed the latest version of Squid. My goal in this
venture is to allow only 2 (TWO) networks access to it. The rest will get
a 403 Permission Denied error if/when they attempt to use this proxy
server. I have taken the sample squid.conf and edited it to my needs, but
it doesn't seem to be effective. Here is a copy of the relevent
information:

acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl officenet src 207.136.72.0/255.255.255.0
acl oldofficenet src 207.136.75.65/255.255.255.192-207.136.75.130/255.255.255.192
acl all src 0.0.0.0/0.0.0.0
acl SSL_ports port 443 563
acl CONNECT method CONNECT

http_access deny manager !all
http_access deny CONNECT !SSL_ports

http_access allow !officenet
http_access allow !oldofficenet
icp_access allow !officenet
icp_access allow !oldofficenet

I am probably just missing something here, but I cannot find suffecient
documentation to assist me. Is their any -- more 'Detailed' documentation
for the squid.conf file?

Thanks in advance
Received on Mon May 05 1997 - 17:46:40 MDT

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