[squid-users] Need on squid.conf script reviews

From: Muhammad Nur Ihsan <mnurihsan_at_grahamedia.net.id>
Date: Sat, 19 Jun 2010 01:58:30 +0700

Dear ALL,

Reviewed the result of calamaris log analysis of our designed squid in
Ubuntu Server 10.04 LTS, we are pleased to seek your kind support and
assistance for the following:
  1.. A guidance to make the better script within /etc/squid/squid.conf
  2.. On the cache statistic item at calamaris log analysis, we concern on
the bandwith saving result which is displaying 0% result. Any modification
could be recommended with our script to enhance the proxy performance and
better reliability? Please see the hereunder for your perusal.
---------------------Quoted-----------------------------------
#==================================$
# Proxy Server Versi 2.7.Stable7
# by mnurihsan_at_grahamedia.net.id
#==================================$
#################################################################
# Port
#################################################################
http_port 3128 transparent
icp_port 3130
prefer_direct off

#################################################################
# Cache & Object
#################################################################
cache_mem 1024 MB
cache_swap_low 98
cache_swap_high 99
max_filedesc 8192
maximum_object_size 1 KB
minimum_object_size 0 KB
maximum_object_size_in_memory 4 bytes
ipcache_size 4096
ipcache_low 98
ipcache_high 99
fqdncache_size 4096
cache_replacement_policy heap LFUDA
memory_replacement_policy heap GDSF
cache_access_log /var/log/squid/access.log
cache_log /var/log/squid/cache.log
cache_store_log none
pid_filename /var/run/squid.pid
cache_swap_log /var/log/squid/swap.state
dns_nameservers /etc/resolv.conf
emulate_httpd_log off
hosts_file /etc/hosts
half_closed_clients off
negative_ttl 1 minute

#################################################################
# Rules: Safe Port
#################################################################
acl all src all
acl manager proto cache_object
acl localhost src 127.0.0.1/32
acl to_localhost dst 127.0.0.0/8 0.0.0.0/32
acl localnet src 10.0.0.0/8 # RFC1918 possible internal network
acl localnet src 172.16.0.0/12 # RFC1918 possible internal network
acl localnet src 192.168.0.0/16 # RFC1918 possible internal network
acl SSL_ports port 443 # https
acl SSL_ports port 563 # snews
acl SSL_ports port 873 # rsync
acl Safe_ports port 80 # http
acl Safe_ports port 20 21 # ftp
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 631 # cups
acl Safe_ports port 10000 # webmin
acl Safe_ports port 901 # SWAT
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl Safe_ports port 873 # rsync
acl Safe_ports port 110 # POP3
acl Safe_ports port 25 # SMTP
acl Safe_ports port 2095 2096 # webmail from cpanel
acl Safe_ports port 2082 2083
acl purge method PURGE
acl CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access allow purge localhost
http_access deny purge
http_access deny !Safe_ports !SSL_ports
http_access deny CONNECT !SSL_ports !Safe_ports

#################################################################
# Refresh Pattern
#################################################################
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern (Release|Package(.gz)*)$ 0 20% 2880
refresh_pattern -i \.(gif|png|jpg|jpeg|ico)$ 10080 90% 43200 override-expire
ignore-no-cache ignore-private
refresh_pattern -i \.(iso|avi|wav|mp3|mp4|mpeg|mpg|swf|flv|x-flv)$ 43200 90%
432000 override-expire ignore-private
refresh_pattern -i \.(deb|rpm|exe|ram|bin|pdf|ppt|doc|tiff)$ 10080 90% 43200
override-expire ignore-no-cache
refresh_pattern -i \.(zip|gz|arj|lha|lzh|tar|tgz|cab|rar)$ 10080 95% 43200
override-expire ignore-no-cache
refresh_pattern -i \.(html|htm|css|js|php|asp|aspx|cgi) 1440 40% 40320
refresh_pattern . 0 20% 4320

#################################################################
# HAVP + Clamav
#################################################################
cache_peer 127.0.0.1 parent 8080 0 no-query no-digest no-netdb-exchange
default

#################################################################
# HIERARCHY (BYPASS CGI)
#################################################################
#hierarchy_stoplist cgi-bin ? .js .jsp
#acl QUERY urlpath_regex cgi-bin \? .js .jsp
#no_cache deny QUERY

#################################################################
# SNMP
#################################################################
snmp_port 3401
acl snmpsquid snmp_community public
snmp_access allow snmpsquid localhost
snmp_access deny all

#################################################################
# ALLOWED ACCESS
#################################################################
acl enha src 192.168.17.0/24
http_access allow enha
http_access allow localhost
http_access deny all
http_reply_access allow all
icp_access allow enha
icp_access allow localhost
icp_access deny all
always_direct deny all

#################################################################
# Cache CGI & Administrative
#################################################################
cache_mgr mnurihsan_at_grahamedia.net.id
cachemgr_passwd XXXXXXX all
visible_hostname proxy.mts-nurulhuda-dempet.sch.id
cache_effective_user proxy
cache_effective_group proxy
coredump_dir /var/spool/squid
shutdown_lifetime 10 second
logfile_rotate 14
---------------------Unquoted-----------------------------------
Need your correction, reviews and/or modification in due course.

Thanks & regards,
Muhammad Nur Ihsan
Grahamedia POP Demak & Mranggen ! Jl. Pemuda No. 52 Rt.002/Rw.007 Bintoro -
Demak !
Zip Code: 59511 ! Phone: 0291-685-200; Cell:
024-5019-0990/0888-250-1827/0812-821-2850 !
E-mail: mnurihsan_at_grahamedia.net.id ! Web: www.grahamedia.net.id !
YM ID: dzialthov_at_yahoo.com ! Skype ID: mnurihsan
Received on Fri Jun 18 2010 - 18:58:36 MDT

This archive was generated by hypermail 2.2.0 : Sat Jun 19 2010 - 12:00:03 MDT