Three ways found (i paste the texts found in internet):
1) I can disable mod_gzip per directory
My question here is how ??
2) you can add a new type to httpd.conf (via "AddType application/x-httpd-php .phpx" for example - don't include .phpx-files in mod_gzip then).
I've done but it doesn't work
3) add this in httpd.conf
<IfModule mod_gzip.c>
<Location /test/flushtest.php>
mod_gzip_on no
</Location>
</IfModule>
I've done but it doesn't work