Quoting Matthew Gavin <matt@tempo.com.au>:
> I have a three tier client running on port 80 that is trying to contact my
> Squid
> Proxy Server and thus failing. Is there any way to stop HTTP requests to a
> specific host from accessing the Squid cache?
>
> For Example.
>
> 10.1.1.90 -> proxy:3128 -> internal_host:80
>
> The three tier client works if I disable the proxy in my browser, but I
> need
> them to co-exist. Can anyone offer a suggestion or point me in thbe right
> direction? Key words for a Google would be what here?
We're using the following things to solve this:
a) The usage of a proxy autoconfiguration file. (proxy.pac)
For more info about this, see:
http://wp.netscape.com/eng/mozilla/2.0/relnotes/demo/proxy-live.html
b) You can use this in your squid.conf
acl intranet dstdomain [INTERNAL_HOST]
always_direct allow intranet
no_cache deny intranet
I don't know if it's something like that that you're looking for..
rgrds,
Bart
Received on Mon Jan 20 2003 - 01:47:43 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:12:43 MST