Re: [squid-users] parent cach not showing child cache requests in it's logs

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Fri, 19 Dec 2003 14:53:17 +0100 (CET)

On Fri, 19 Dec 2003, Gregory Machin wrote:

> I have a number squid proxies on my network the one child proxy is set =
> to use the primary proxy as perant, but the requests aren't being =
> displayed in the logs.

Then the child is not using the parent.

> cache_peer ns2.ct-net.org parent 3128 3130 no-query default
>
> acl local-ip dst 192.168.0.0/16
> acl all src 0.0.0.0/0.0.0.0
> always_direct allow local-ip
> never_direct allow all

So far looking good.

But what is this?

> acl localhost src 127.0.0.1/32
> acl localnet src 192.168.0.0/16
>
> always_direct allow localnet

Most likely your problems is due to the above. This says that any requests
from clients in the 192.168.0.0/16 network should go direct bypassing the
parent.

Regards
Henrik
Received on Fri Dec 19 2003 - 06:53:30 MST

This archive was generated by hypermail pre-2.1.9 : Thu Jan 01 2004 - 12:00:17 MST