When mod_gzip is enabled, some of my other Apache
handlers are called twice (particularly, the PerlAccessHandler
handlers). Is there a way to prevent this?
In the handlers, I am already doing a return DECLINED unless
$r->is_main, so it is not subrequests, but actually two main
requests to my handlers.