Re: [squid-users] Problem with Sibling squids

From: Juraj Sakala <juraj.sakala@dont-contact.us>
Date: Tue, 5 Jun 2007 07:30:45 +0200

Hi,

> Here's my config:
>
> acl RedPlaid src 208.XX.XX.0/255.255.255.0
> acl squid1 src 208.74.XX.XX
> acl squid2 src 208.74.XX.XX
> acl squid3 src 208.74.XX.XX
> acl squid4 src 208.74.XX.XX
> acl squid5 src 208.74.XX.XX
> acl AllowedSites dstdomain "/etc/squid/allowed_sites"
> acl DeniedSites url_regex "/etc/squid/denied_sites"
>
> http_access allow AllowedSites !DeniedSites
> http_access allow localhost
Try this:
http_access allow RedPlaid
I think this was problem

> http_access deny all
>
> icp_access allow RedPlaid
> icp_access deny all
>
> miss_access deny squid1 squid2 squid3 squid4
> miss_access allow all
>
> httpd_accel_host virtual
> httpd_accel_port 80
> httpd_accel_single_host off
>
> httpd_accel_with_proxy on
>
> httpd_accel_uses_host_header on
>
> log_icp_queries on
> icp_hit_stale on
>
> cache_peer 208.74.XX.XX sibling 80 3130 proxy-only no-digest allow-miss
> cache_peer 208.74.XX.XX sibling 80 3130 proxy-only no-digest allow-miss
> cache_peer 208.74.XX.XX sibling 80 3130 proxy-only no-digest allow-miss
> cache_peer 208.74.XX.XX sibling 80 3130 proxy-only no-digest allow-miss
Do you see something like this in access.log?:
1181021372.535 545 x.x.x.x TCP_MISS/200 6784 GET
http://www.google.sk/images/nav_logo3.png - SIBLING_HIT/someproxy image/png

Regards
Juraj
Received on Mon Jun 04 2007 - 23:30:57 MDT

This archive was generated by hypermail pre-2.1.9 : Sun Jul 01 2007 - 12:00:04 MDT