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

change cache_peer in squid.conf-default ????

Hello@All,

in the squid.conf-default is an entry looking like this: cache_peer 127.0.0.1 parent 8888  3130 default no-query no-digest login=PASS . I want the transparent Proxy to connect to an other proxy in the internet i have access to. So I changed this entry to:

cache_peer wwwproxy.domain.com  parent 8080  0 default no-query no-digest

than i restarted the squid. this change was taken to the squid.conf. but the astaro-proxy doesnt use the cache_peer... I know  both proxys are working fine. but the astaro proxy dont uses the peer; doesnt matter what cache_peer i´m will use...!

does anybody know what i have to do to make it work?

thanks a lot...

--- my system: astaro v5.011, transparent proxy enabled ---

HuGO


This thread was automatically locked due to age.
Parents
  • you just broke your content filtering. the cache peer in the squid.conf is the content scanner. if you add another one the content scanner is sometimes used and sometimes not (not really the wanted behavior). 

    btw. if the content filtering is off a line 
    always_direct allow any 
    is uncommented and the cache_peer's are not used
  • Hello,

    thx for the answer...

    that means i have to disbale content filtering, have to uncomment the line "always_direct allow any" and to set my peer_cache entry.

    is that right?

    HuGO
Reply Children