[squid-users] A little help with always_direct

From: Kenneth Oncinian <koncinian@dont-contact.us>
Date: Tue, 9 Dec 2003 10:04:57 +0800

HI All,

I have this prob with my always_direct directive, my objective is to have
3 acls which will always be direct; .domain.com, 10.87.2.0/25 and
10.87.4.0/24.

My configuration is:
***********************************************************************************
cache_peer proxy.parent.domain.com parent 8080 0 no-query default
acl mydomain dstdomain .domain.com
acl ipdomain1 dstdomain 10.87.2.0/25
acl localnew dstdomain 10.87.4.0/24
always_direct allow mydomain
always_direct allow ipdomain1
always_direct allow localnew

acl all src 0.0.0.0/0.0.0.0
never_direct allow all
************************************************************************************

But what happens is .domain.com and 10.87.2.0/25 is being directed but
10.87.4.0/24 is not being directed.

From access.log:

1070934529.707 366004 10.87.4.2 TCP_MISS/504 515 GET http://10.87.4.11/ -
DEFAULT_PARENT/proxy.parent.domain.com text/html

Any tip or help is highly appreciated,

Thanks and best regards,
Kenneth Oncinian
Received on Mon Dec 08 2003 - 19:06:22 MST

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