[squid-users] Reverse Proxy with Multiple Backend Web Servers

From: Jones, Keven <Keven.Jones_at_ncr.com>
Date: Wed, 9 Sep 2009 13:37:04 -0400

Squid 3.0 is version. Can someone verify my squid.conf for me before I go to production with this?

Thanks to all in advance!!

------------------------------------------------

http_port 80 accel defaultsite=img01.cprpt.com
cache_peer 172.19.23.91 parent 80 0 no-query originserver name=myAccel

acl all src 0.0.0.0/0.0.0.0
acl our_sites dstdomain img01.cprpt.com
http_access allow our_sites
cache_peer_access myAccel allow our_sites
cache_peer_access myAccel deny all

cache_peer 172.19.23.92 parent 80 0 no-query originserver name=server_2
acl sites_server_2 dstdomain img02.cprpt.com
cache_peer_access server_2 allow sites_server_2

visible_hostname bv-ic01

cache_dir ufs /data/spool/squid 100 16 256

cache_access_log /data/log/squid/access.log

cache_log /data/log/squid/cache.log

cache_store_log /data/log/squid/store.log
Received on Wed Sep 09 2009 - 17:39:44 MDT

This archive was generated by hypermail 2.2.0 : Thu Sep 10 2009 - 12:00:02 MDT