#本节用于开启zip压缩,需要开启mod_deflate和mod_headers两个模块。
<ifmodule mod_deflate.c>
DeflateCompressionLevel 6
AddOutputFilterByType DEFLATE text/html text/plain text/xml application/x-httpd-php
AddOutputFilter DEFLATE css js
</ifmodule>
DeflateCompressionLevel 这个是压缩级别,有效值是1-9
DeflateCompressionLevel 这个是压缩级别,有效值是1-9
------------正 文 已 结 束, 感 谢 您 的 阅 读 (折雨的天空)--------------------
转载请注明本文标题和链接:《apache2 开启gzip功能》
发表评论