Mikael Chambon wrote:
> 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
Shouldn't this be a dst? (or maybe dstdomain)
Matching what is local servers based on the IP address of the requestor does
not seem right to me..
Regards
Henrik
Received on Thu Apr 11 2002 - 08:12:35 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:07:31 MST