Squid "cache_peer" (upstream proxy) troubles
Having some trouble configuring squid on ubuntu. We go via lancashire proxy thus I have read I need to configure this in squid.conf under cache_peer.
Whilst internal lancashire sites are accessible fine (which can be accessed when no using a proxy anyway), any other site, or "outside lancashire" times out.
What I have is this in squid.conf:
Code:
cache_peer proxy.lancsngfl.ac.uk parent 8080 0 default no-query no-digest
never_direct allow all
Do I need to change something somewhere else? Can't understand it at all!