1.確認是否有Apache的mod_deflate模組
代碼: 選擇全部
# grep mod_deflate httpd.conf
LoadModule deflate_module modules/mod_deflate.so
代碼: 選擇全部
<ifmodule mod_deflate.c>
DeflateCompressionLevel 9
AddOutputFilterByType DEFLATE text/html text/plain text/xml application/x-httpd-php
AddOutputFilter DEFLATE js css
</ifmodule>