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.