httpd.conf 화일 내용 수정
# backwards compatibility with apache 2.2
<Directory />
Order allow,deny
Allow from all
</Directory>
# forward compatibility with apache 2.4
<Directory />
Require all granted
Satisfy Any
</Directory>
추가
LoadModule deflate_module modules/mod_deflate.so