EFW Support

Support => EFW SMTP, HTTP, SIP, FTP Proxy Support => Topic started by: nmatese on Friday 12 February 2010, 04:33:23 pm



Title: Disable Caching
Post by: nmatese on Friday 12 February 2010, 04:33:23 pm
Can someone give me the info on how to disable caching, I just want to use the proxy features no cache.

Thanks,
Nick


Title: Re: Disable Caching
Post by: Steve on Friday 12 February 2010, 07:49:02 pm
In file /etc/squid/squid.conf.tmpl

Replace:
cache allow     from_all

With:
cache deny all

Restart Squid.


Title: Re: Disable Caching
Post by: nmatese on Wednesday 10 March 2010, 02:56:26 pm
Thanks for the info, is it possible to stop all the denied's now from showing up in the log?


Title: Re: Disable Caching
Post by: Steve on Wednesday 10 March 2010, 09:09:25 pm
Try turning logs off:
Proxy > HTTP > Configuration > Log settings

Actually, you could have just created a rule to not cache anything instead of using "cache deny all"

Comment out all refresh_pattens and use just this one:

refresh_pattern  .  0  0% 0




Title: Re: Disable Caching
Post by: Ajeris on Wednesday 26 February 2014, 03:31:07 pm
Hello Steve! tell me in detail how to disable caching through the rules.