I've enabled mod_deflate for text/html, but I do have a question. Is it possible to tell mod_deflate to ignore two scripts from compression?
i.e. ignore a.php and b.php from compression. While these scripts can be viewed by a browser, it is also used by other scripts on a seperate server which isn't gzip-aware.
Of course I will make those other scripts gzip-aware but I just don't have the time to do that right now and am looking for a quick solution.
i.e. ignore a.php and b.php from compression. While these scripts can be viewed by a browser, it is also used by other scripts on a seperate server which isn't gzip-aware.
Of course I will make those other scripts gzip-aware but I just don't have the time to do that right now and am looking for a quick solution.