Feed on Posts or Comments

Linux 相關 Aaron on 27 六月 2007 11:51 下午

Apache 2.x 上的 mod_deflate

AddThis Social Bookmark Button
因為 mod_gzip 問題很多,尤其是在 php 也採用壓縮輸出時會常造成網頁空白,
在 apache 2.x 以上的支援也不完整,所以改用 apache 內建的 module

—— 我就是傳說中的分隔線 ———

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 css js
</ifmodule>


Trackback This Post | Subscribe to the comments through RSS Feed

Leave a Reply