On Mon, 23 Nov 2009 15:03:58 -0200, Leonardo Carneiro <lscarneiro@xxxxxxxxxxxxxx> wrote: > Is there a way to know which ACL blocked my request? in the 403 error > page or in the logs. It's logged to cache.log when "debug_options 33,2" is configured. Slightly tricky to identify a particular request in a loaded proxy, might need "33,5" or such. But with a test rig where you can make singular requests its easy. Amos