I have a mod_ext_filter to replace the statics image url and mod_deflate to compress the web.

If I use this two module separate and everything work fine.

(1. Replace content ok and no compress 2. Compress content but no replace url)

But if I use both module, then I got garbage and the response header not have gzip but have Transfer-Encoding: chunked.

Can anyone help me about this? which way should I try to solve where ? Thank you.

link|improve this question
same problem here .. this has to do with the order in which the filters get executed, but i am not sure how to set the order, so that mod_ext_filter gets executed first and mod_deflate after that – freethinker Aug 8 '11 at 9:15
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.