Apache mod_deflate not compressing json output Apache mod_deflate not compressing json output php php

Apache mod_deflate not compressing json output


Wild guess here... maybe add as a new row in the config:

AddOutputFilter DEFLATE php

or add

application/x-httpd-php

to the end of your exising AddOutputFilterByType list.