Hello, I have installed traffic server on Ubuntu Server 8.04 and successfully config it as a reverse proxy server. (Download from svn trunk)
But when I try to add some filter rules to block unwanted request pattern, traffic server still response these requests as usual. Do I miss some necessary parameters ?? Is there any ways to debug mechanism of content filtering ? Bellow is the content of my testing filter.config (only one line, try to block all requests) dest_ip=0.0.0.0-255.255.255.255 method=GET action=deny
