John Halfpenny wrote:
Hi,
We have a site which doesn't like to go through two instances of squid for some
reason. Is there a way I can bypass a parent for a particular url?
Our setup goes
LAN > Squid[i] > Squid[ii]w/DansGuardian > Net
Ideally, I would like to set Squid[i] to go straight out, ignoring it's parent
for, say, example.com. Here is the line from Squid[i], anything I can do with
this?
cache_peer 192.168.3.5 parent 8081 0 no-query default
Thanks for any help!
John
--junk excite banner convincing NOBODY follows....
_______________________________________________
Join Excite! - http://www.excite.com
The most personalized portal on the Web!
You can try:
cache_peer 192.168.3.5 parent 8081 0 no-query default
acl example dstdomain example.com
always_direct allow example
Thanks
Emilio C.