cisco pix防火墙接管smtp导致邮件不能正常收发的问题 Google出了相册软件Picasa
Sep 19
作者: 肖建彬 | 可以转载, 转载时务必以超链接形式标明文章原始出处和作者信息及版权声明
网址:http://www.xiaojb.com/archives/it/mod_deflateapac.shtml

Apache2官方的mod_deflate帮助

编译:
./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是官方版本。

Leave a Reply