Forum Moderators: phranque

Message Too Old, No Replies

output filter conflict

         

andrax

7:24 pm on Jun 15, 2007 (gmt 0)

10+ Year Member



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

coopster

4:37 am on Jun 19, 2007 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld, andrax.

Are you running Apache 2.2? Have you read through the Apache mod_filter [httpd.apache.org] docs?