Sep 19
作者: 肖建彬 | 可以转载, 转载时务必以超链接形式标明文章原始出处和作者信息及版权声明
网址:http://www.xiaojb.com/archives/it/mod_deflateapac.shtml
网址:http://www.xiaojb.com/archives/it/mod_deflateapac.shtml
编译:
./configure –enable-deflate
make
make install
修改httpd.conf
LoadModule deflate_module modules/mod_deflate.so
DeflateCompressionLevel 1
AddOutputFilterByType DEFLATE text/html text/plain text/xml application/x-httpd-php
AddOutputFilter DEFLATE
一看模块名还以为是deflate的压缩格式,结果发现只支持gzip。具体和mod_gzip比有什么有点还得以后再说,有一点是肯定的,mod_deflate是官方版本。
Recent Comments