Is there a way to reorder the output filters for Apache 2.4? I am forced to use something like this because DEFLATE runs before SUBSTITUTE:
AddOutputFilterByType INFLATE;SUBSTITUTE;DEFLATE text/html
(From https://serverfault.com/a/844192/193130)
Seems very inefficient to have to inflate, then deflate again.