Hi,
I need your help to configure squid.
I want to redirect some query to another proxy. For example I want to =
redirect
the query to an intranet site which have this URL "intranet.fg" to a =
proxy which as this address (192.168.200.1), it
is a secondary proxy on a WAN that I can join trough a router, and I =
want all other
query to go through my principal proxy. (the one define in web browser).
I had try this but it don't work well. Indeed all the query go through =
the
second proxy.
cache_peer 192.168.200.1 parent 8080 0 no-query default
acl fg srcdomain *.fg
acl other srcdomain *.*
never_direct allow fg
always_direct allow other
Can you tell me what I do wrong, thank you
Received on Wed Dec 04 2002 - 14:19:45 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:11:51 MST