Sorry, but I don't fully understand your question.

no_cache tells Squid which proxied objects it should cache.

Local browser configuration tells the browser if it should go direct to
the origin server, or use a proxy.

always_direct tells Squid if Squid should go direct to the origin
server, or try to go by a parent/sibling if possible (and suitable).

---
Henrik Nordstrom
Spare time Squid hacker


Emmanuel Keller wrote:
> 
> Hi,
> 
> I have a proxy which name is cache
> I have a intranet www server running apache.
> 
> always a computer on the local network access the intranet www server,
> the name of the computer which access the www server is cache.
> 
> But in the Squid conf file I've put :
> 
> acl intranet dst w.x.y.z
> no_cache deny intranet
> 
> and
> 
> forwarded_for on
> 
> thank you

Reply via email to