Is it possible to use mod_deflate in Apache 2.2 only for files bigger than a certain size ?

According to this article and common sense only files over 1000 bytes benefit deflate/gzip.

link|improve this question

50% accept rate
feedback

1 Answer

There is no directive like that for mod_deflate as you can read up here: link. There has been an option like this with mod_gzip.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.