Have you tried the squid home page and squid-users list? The following is 
from the welcome message after subscribing. (See at end of my message)

I gather all you want Squid to do is to apply some acl rules? To not cache 
the internal site look for the 'no-cache directive' in the conf file. Would 
assume that if you don't want it to contact the internet then don't create a 
path to the interent from the machine it is running on. And yes it exits the acl 
list on the first match, so the order of the rules is important.

#  TAG: no_cache
#       A list of ACL elements which, if matched, cause the reply to
#       immediately removed from the cache.  In other words, use this
#       to force certain objects to never be cached.
#
#       You must use the word 'DENY' to indicate the ACL names which 
should
#       NOT be cached.
#
#       There is no default.  We recommend you uncomment the following
#       two lines.
#
#acl QUERY urlpath_regex cgi-bin \?
#no_cache deny QUERY

You may also look at:

#       acl aclname srcdomain   foo.com ...     # reverse lookup, client IP
#       acl aclname dstdomain   foo.com ...     # Destination server from 
URL
#       acl aclname srcdom_regex [-i] xxx ...   # regex matching client 
name
#       acl aclname dstdom_regex [-i] xxx ...   # regex matching server
#         # For dstdomain and dstdom_regex  a reverse lookup is tried if a 
IP
#         # based URL is used. The name "none" is used if the reverse 
lookup
#         # fails.
#




========================================================
==================
==== Welcome to SQUID-USERS.

We currently handle a high volume of mail, and the regulars often get
irked when people ask the same questions over and over, therefore you
probably want to familiarize yourself with our FAQ at

 http://squid.nlanr.net/Squid/FAQ/

Also, these other URLs might come in handy:

Squid Home Page : http://squid.nlanr.net/Squid/
Mail Archive    :
http://squid.nlanr.net/Mail-Archive/squid-users/hypermail.html

TO UNSUBSCRIBE FROM THIS LIST, SEND A MESSAGE TO:
[EMAIL PROTECTED] with the magic word "unsubscribe" in the
subject and/or message body.




> Squid configurators.....
> 
> Is there a squid (2.2) acl or directive that will allow squid to proxy
> intranet sites but bar external sites.
> 
> I would not want the internal site to be cached.
> 
> Am I correct in reading that if you have multiple 'acl's, squid works
> through the list top to bottom and will ignore subsequent entries if it
> finds a match in an earlier line.
> 
> Any pointers would be greatly appreciated
> 
> Regards
> 
> Peter
> 
> 
> 
> --
> SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au To
> unsubscribe send email to [EMAIL PROTECTED] with unsubscribe in the
> text



--
Simon Bryan                    [EMAIL PROTECTED]
Information Technology Manager [EMAIL PROTECTED]
OLMC Parramatta
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text

Reply via email to