답변:
내 httpd.conf에 다음을 넣고 작동하는 것 같습니다.
# 20100709 added etag code
FileETag MTime Size
# 20100709 added compression START
# Insert filter
SetOutputFilter DEFLATE
# Netscape 4.x has some problems...
BrowserMatch ^Mozilla/4 gzip-only-text/html
# Netscape 4.06-4.08 have some more problems
BrowserMatch ^Mozilla/4\.0[678] no-gzip
# MSIE masquerades as Netscape, but it is fine
# BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
# NOTE: Due to a bug in mod_setenvif up to Apache 2.0.48
# the above regex won't work. You can use the following
# workaround to get the desired effect:
BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html
# Don't compress images
SetEnvIfNoCase Request_URI \
\.(?:gif|jpe?g|png)$ no-gzip dont-vary
# Make sure proxies don't deliver the wrong content
Header append Vary User-Agent env=!dont-vary
# 20100709 added compression END
이 웹 사이트는 귀하의 페이지가 GZIP인지 확인하기위한 훌륭한 테스터를 보유하고 있습니다 : http://www.whatsmyip.org/http_compression/
캐시 가능성 엔진의 후속 제품인 RedBot 은 간단하고 읽기 쉬운 그리드 형식으로 여러 성능 및 캐시 가능성 메트릭에 대한 페이지 및 내용을 테스트하는 데 정말 효과적 입니다.
예 : http://redbot.org/?descend=True&uri=http://www.microsoft.com/en/us/default.aspx