When trying to download file with .EXE extension in the site, the files are coming as .GZ Environment
Centos 7 64
Apache 2.4.6
Changing the file in /etc/httpd/conf/httpd.conf I've already tried using each of these methods below, however, to no avail (I restarted apache and deleted the browser cache on each attempt):
1: SetEnvIfNoCase Request_URI .exe$ no-gzip dont-vary
2: SetEnv no-gzip 1
3: SetEnv mod_deflate off
4: SetEnv no-gzip off
5: In...
Problem with mod_deflate - compressing executable file
from Apache http://bit.ly/2wUlKUV
via IFTTT
0 Comments