I am needing to access a certain site that serves a Java applet that does not run with the default proxy configuration. I was told by the hosting site that I need to "Turn off caching at the proxy for just abc.xyz.com".
I've tried several things such as turning off transparent proxy in hopes of telling the client machines on our network to not use proxy, however that doesn't do it. I've also tried adding:
acl abc dstdomain .abc.xyz.com
always_direct allow abc
to /etc/squid/squid.conf (the template actually, then I expanded it). But this doesn't do the trick either.
How can I turn off proxy caching for this particular site? Or do I need to change ipchains and if so, how can I do that for this particular case?
Thanks much.