Comment 23 for bug 1384943

Revision history for this message
mr_willem (willem-crossbone) wrote :

I use such a configuration
I deleted all lines which were commented out to shorten it here a little bit.

http_port 3128
http_port 192.168.0.100:8080 transparent
cache_mem 8 MB
maximum_object_size 4096 KB
cache_dir ufs /mnt/squid/cache 640 20 256
cache_access_log /var/log/squid/access.log
cache_log /var/log/squid/cache.log
cache_store_log /var/log/squid/store.log
mime_table /usr/share/squid3/mime.conf
pid_filename /var/run/squid.pid
debug_options ALL,1
ftp_user anonymous
unlinkd_program /usr/lib/squid3/unlinkd
redirect_children 15
refresh_pattern . 0 20% 4320
negative_ttl 5 minutes
positive_dns_ttl 1 hours
negative_dns_ttl 5 minutes
connect_timeout 120 seconds
read_timeout 15 minutes
request_timeout 30 seconds
half_closed_clients on
pconn_timeout 120 seconds
acl all src all
acl mypcs src 192.168.100.0-192.168.0.109
acl clients src 192.168.0.110-192.168.0.160
acl localhost src 127.0.0.1/32
http_access deny manager !mypcs
http_access allow mypcs
http_access allow clients
always_direct allow all
icp_access allow all
cache_mgr <email address hidden>
cache_effective_user proxy
visible_hostname mypc.mydomain.org
forwarded_for on
cachemgr_passwd all mypassword
request_header_max_size 30 KB