Hi,
I am using squid with Interscan on the same host.
I use this config line to specified the parent cache (interscan)
"cache_peer 127.0.0.1 parent 8080 7 default no-query"
Now I want every request send to a local server to be directly forwarded
the real server.
and every other request forwarded to the interscan proxy for antivirus
scanning.
Let's say that 192.168.0.24 is my local server:
acl local_servers src 192.168.0.24/255.255.255.255
I've put:
always_direct allow local_servers
never_direct allow all
Is it right ??
Thanks a lot guys,
-- Mikael ChambonReceived on Thu Apr 11 2002 - 06:29:07 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:07:31 MST