This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Transparent & don't cache pages

ASL 5.100 proxy in transparent mode.

Is there a way to tell the proxy not to cache a specific page ? Example www.dell.com should not be cached at all. All GET and POST should be direct. 

I've read something about no_cache and always direct, but not sure if these options work in transparent mode.

Thanks.
P


This thread was automatically locked due to age.
Parents
  • Hmm, that's not possible by using Webadmin.
    Only on Console which will result in losing support!


    Insert into: /var/chroot-squid/etc/squid.conf-default

    acl no_cache_servers1 dstdomain .examplepageone.com
    no_cache deny no_cache_servers1

    acl no_cache_servers2 dstdomain .examplepagetwo.com
    no_cache deny no_cache_servers2
  • Thanks for the tip.. Will try this on my test ASL. I think this is something that should be in WebAdmin.

    P
Reply Children