Re: [Rabbit-proxy-users] How to compress but not cache?
Brought to you by:
ernimril
From: Robert O. <ro...@kh...> - 2004-05-20 23:29:04
|
Costa Tsaousis wrote: >I am going to have RabbIT2 between two other HTTP caches. How can I make >it compress but not cache anything at all? > >When I use the DontCacheFilter it seems that it does not convert images >(although it compresses HTMLs). > > To recode images rabbit need a cache. You can set the cache size to 0 though. A 0-sized cache will still create files and then when the cache cleaner runs it will try to adjust the cache size down to 0 again. /robo |