首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 服务器 > Apache >

施用 Apache mod_deflate模块

2012-12-26 
使用 Apache mod_deflate模块1.使用此模块LoadModule deflate_module modules/mod_deflate.so2.在conf文件

使用 Apache mod_deflate模块
1.使用此模块
LoadModule deflate_module modules/mod_deflate.so

2.在conf文件底下加上

<ifmodule mod_deflate.c>      AddOutputFilterByType DEFLATE text/html text/plain text/css    #压缩类型    DeflateCompressionLevel 9   #将输出内容压缩的程度    SetOutputFilter DEFLATE       #DeflateFilterNote Input instream       #DeflateFilterNote Output outstream       #DeflateFilterNote Ratio ratio       #LogFormat '"%r" %{outstream}n/%{instream}n (%{ratio}n%%)' deflate       #CustomLog logs/deflate_log.log deflate   </ifmodule> 



热点排行