How do I make RabbIT only cache images/html-pages/mp3s?
You enable the rabbit.filter.DontCacheFilter and configure it to your needs To enable the rabbit.filter.DontCacheFilter append it to either httpinfilters or httpoutfilters depending upon which mode you will be using. You can filter on the URL of the request (httpinfilters) or on the mime type found in the http response (httpoutfilters) or using both modes. In the “[rabbit.filter.DontCacheFilter]” section you specify how the filter will work. some examples are: “dontCacheURLmatching=(\.html|\.asp)” and “onlyCacheMimematching=text/html”. More examples are found in the rabbit.conf file supplied with RabbIT.