Hi, I played with the All-In-One filter(s) here
http://perl.apache.org/docs/2.0/user/handlers/filters.html#All_in_One_Filter and got the expected results for the request filters but nothing for the connection filters. I even changed the connection filters so that they'd die upon invocation but nothing happened. It seems that they're not being called. My connection filter directives are at the VirtualHost level; the request filters are at the Location level, just like in the example. The only difference between the example and my config is that I'm filtering on Port 80. I came across a bug report for mod_perl 1.99 that stated that connection filters were silently failing and the cause was not know. Did that ever get fixed? Any ideas as to what might be going wrong? Thanks, Dave PS The software I'm using is canned and up-to-date Fedora Core 6 and Fedora 8, ie no customization on my behalf.