|
From: Bruce S. <bw...@ar...> - 2006-09-05 14:38:58
|
> I'm running a 1.2.10 as a firewall, with squid & Squidguard, and I've > run into a slight prob... How can I disable the on-disk cache for > squid? It seems to be only an option at the start when building from > source to disable it. Is there some trick I'm missing perhaps? > Thoughts? I'm running squid on one DL box without any hard drive. I just set the cache really small in the squid.conf: cache_dir ufs /var/squid/cache 16 4 16 And I also turned off the log files: cache_access_log none cache_store_log none - BS |