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

Exclude sites from http-proxy cache?

We're expirimenting with Astaro 4, and are happy with the loads of nice features.  Only one thing is missing, that's the possibility of excluding some websites from the http-proxy cache.

This because we do some webdesign, and don't wan't to clear the cache everytime to see the update we've just done.

Isn't this possible or am I looking at the wrong place?  If it is possible I sure would like to know how.  


This thread was automatically locked due to age.
Parents
  • Insert into: /var/chroot-squid/etc/squid.conf-default

    acl no_cache_servers1 dstdomain .examplepagetwo.com 
    no_cache deny no_cache_servers1

    acl no_cache_servers2 dstdomain .examplepageone.com 
    no_cache deny no_cache_servers2

    Found at:
    http://www.squid-cache.org

    Or just press shift+Reload in your Mozilla (strg+reload in IE) to get the pages not from the cache.

    Cheers
    Xeno
        
  • All the examples that I see is to exclude one domain.  How would I do it for multiple domains.  Do I need to add the two line comamnds for both domains or can I list them?  
    IE.  acl DENY dstdomain .domain.com, domain2.com.

    Thx
Reply
  • All the examples that I see is to exclude one domain.  How would I do it for multiple domains.  Do I need to add the two line comamnds for both domains or can I list them?  
    IE.  acl DENY dstdomain .domain.com, domain2.com.

    Thx
Children
No Data