http_port 80 accel defaultsite=esquirebdrm.com
#
cache_peer 208.38.181.2 parent 80 0 no-query originserver login=PASS name=myAccel

# Turning off caching by removing the acl and http_access for now per Ticket #73033 Pete E Solutions 1 Mar 2010
#acl noCache url_regex ^http://esquirebdrm.com/$
acl noCache dst 208.38.181.2/24
cache deny noCache

acl our_sites dstdomain esquirebdrm.com
http_access allow our_sites

cache_peer_access myAccel allow our_sites
#
visible_hostname squid1.esquirebdrm.com
#
refresh_pattern -i \.(jpg|jpeg)$ 720 20% 1440
refresh_pattern -i \.(gif|png|ico)$ 1440 40% 40320
refresh_pattern -i \.(iso|avi|wav|mp3|mp4|mpeg|swf|flv|x-flv)$ 1440 40% 40320
refresh_pattern -i \.index.(html|htm|php)$ 30 40% 10080
refresh_pattern (esquirebdrm.com/)$ 30 20% 720
refresh_pattern -i \.(html|htm|css|js)$ 1440 40% 40320
refresh_pattern (/profiles/) 1440 40% 40320
refresh_pattern (/browse) 30 20% 720
#
cache_mem 500 MB
maximum_object_size_in_memory 512 KB
maximum_object_size 8 MB
cache_dir aufs /home/squid 5000 16 256
#
#
access_log /var/log/squid/squid.log
#
logfile_rotate 0

