I'm writing an output filter that doesn't work if mod_deflate is running. Somehow mod_deflate runs before mine so I never get a chance to process data. Deflate uses AP_FTYPE_CONTENT_SET to register. I'm using AP_FTYPE_RESOURCE which is supposed to run before content set. How can I specify the order of output filters?
Thanks