Re: [squid-users] Transparent Proxy & No Caching

From: Robert Vangel <vangelr@dont-contact.us>
Date: Tue, 26 Apr 2005 17:30:42 +0800

acl QUERY urlpath_regex
no_cache deny query

acl blacklist dstdomain -i "/etc/squid/blacklist"
acl all src 0.0.0.0/0.0.0.0
acl office src 10.0.0.0/255.255.0.0
acl localhost src 127.0.0.1/255.255.255.255

acl purge method PURGE
acl CONNECT method CONNECT
acl methods method all

acl office0 src 10.0.0.0/255.255.255.0
...
acl office30 src 10.0.30.0/255.255.255.0

http_access deny blacklist
http_access allow localhost
http_access deny purge
http_access allow office

http_access deny all

http_reply_access allow office
http_reply_access deny all

# 40GB XFS partition
cache_dir aufs /var/spool/squid 30000 16 256

dev singh wrote:
> Hi Robert,
>
> can u plz post the acl parameter .
>
> regards
> dev
>
>

Received on Tue Apr 26 2005 - 03:30:34 MDT

This archive was generated by hypermail pre-2.1.9 : Sun May 01 2005 - 12:00:04 MDT