Apache 서버에서 HTTP 압축 비활성화
1. HTTP 압축 확인 방법
Accept-Encoding:compress,gzip2. CentOS/Red Hat에서 HTTP 압축 비활성화
sudo vi /etc/httpd/conf/httpd.conf #LoadModule deflate_module modules/mod_deflate.so
(해당 라인을 주석 처리)service httpd restart3. Ubuntu 에서 HTTP 압축 비활성화
sudo a2dismod deflatesudo /etc/init.d/apache2 restart내부 블로그
Last updated