On Mon, 22 Mar 2004, Bruno Lustosa wrote: > However, I'd love if I could mark such redirected requests to be marked > as "denied" for squid (as if rejected by an ACL), so my squid log > analyzer shows me which urls I have already filtered and which ones I > still haven't. Is it possible to treat redirects as denies?
You could do this by using Squid access controls instead of a redirector.. see the deny_info directive. Regards Henrik
