Search squid archive

proxy only question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



greetings

I would like to see how squid performs as a proxy only, no cache. which means i need to modify my squid.conf.

do i just add;
acl all src 0/0
no_cache deny all

i have other acl allowing my src ip's to access squid, and i am also allowing http_access. do I need to modify any of these settings?

acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255

acl all src 0.0.0.0/0.0.0.0
acl s3.1 src 192.199.0.0/16
acl s4.1 src 192.208.0.0/16
acl s5.1 src 192.217.0.0/16
acl core src 10.3.1.0/24 10.142.0.0/16 10.135.0.0/16 10.139.0.0/16

# access to http traffic

http_access allow manager localhost
#http_access allow manager apache
http_access allow s3.1
http_access allow s4.1
http_access allow s5.1
http_access allow core
http_access deny all

#Squid's user and group
cache_effective_user squid squid

#visible hostname
visible_hostname squid3

# set log directories
cache_access_log /var/log/squid/access.log
cache_log /var/log/squid/cache.log
cache_store_log /var/log/squid/store.log

# set cache directories
cache_dir ufs /Volumes/cache1/cache 65535 16 256
cache_dir ufs /Volumes/cache_2a/cache 65535 16 256
cache_dir ufs /Volumes/cache_2b/cache 65535 16 256

[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux