Alex Carlos Braga Ant�o wrote: > > Hello, > I'm trying to configure my squid to not do cache, just proxy, but it > seems to have a minimum size... > I know this message already passed here, but I couldn't find them. > So, how can I configure squid to not cache the pages, just proxy ??? > Thanks...
You have to configure (build) squid with the null storage device option : % ./configure --enable-storeio=null,ufs ... After that use the following directive in squid.conf : cache_dir null /null M. -- 'Love is truth without any future. (M.E. 1997)
