> Hi, > > I'm using squidguard with squid to filtrate the websites our users are > accessing. But I'm wondering one thing, does squid caches the error > pages returned by squidguard? > I explain : when a user try to access a porn site, squidguard > returns a > "forbidden page" but as this page is seen as if returned from the porn > site, does squid cache this page? - Squid doesn't cache page(s), only (web) objects. - The squidguard redirector returns an url being returned for squid to fetch as a substitute for the blocked site, if so configured. This url is then fetched by squid, and it's own freshness info, will apply as to whether squid will cache it and related objects or not. > If so, this would mean that the error page is cached many times as > different sites... > Can't understand that argument. But remember also, squid does not know about 'pages' M.