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

Problem excluding sites from HTTP-proxy

Hi!

We have a few sites caching too much with Astaro 4.X and HTTP-proxy enabled.

I read in some post that i should i add some lines to squid.conf-default.

at the bottom of the file i added the following lines:

acl no_cache_servers1 dstdomain .caching_site_1.com
no_cache deny no_cache_servers1  

acl no_cache_servers2 dstdomain .caching_site_2.com
no_cache deny no_cache_servers2  

acl no_cache_servers3 dstdomain .caching_site_3.com
no_cache deny no_cache_servers3

But it still caches the sites above. I've tried to empy the cache and everything. What is wrong here? 

Thanks


This thread was automatically locked due to age.