当前位置:Gxlcms > PHP教程 > apachegzip压缩设置

apachegzip压缩设置

时间:2021-07-01 10:21:17 帮助过:10人阅读

在http.conf
文件中找到

LoadModule deflate_module modules/mod_deflate.so
LoadModule headers_module modules/mod_headers.so

将前面的#去掉
在文件未尾添加

<IfModuledeflate_module>
SetOutputFilter DEFLATE
IfModule>

http://jingyan.baidu.com/article/db55b609a7bc234ba20a2f7e.html

').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i <= lines; i++) { $numbering.append($('
  • ').text(i)); }; $numbering.fadeIn(1700); }); });

    以上就介绍了apache gzip压缩设置,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

  • 人气教程排行