问题描述
mod_deflate模块
或 mod_gzip的
,应该使用?
我读 mod_gzip的
更好的解释,但想知道额外的约 mod_deflate模块
。
I read mod_gzip
on better explained but want to know extra about mod_deflate
.
推荐答案
您应该阅读斯蒂芬Pierzchala。
You should read "Compressing Web Content with mod_gzip and mod_deflate" by Stephen Pierzchala.
从来看,我建议 mod_deflate模块
,因为它很容易配置,的,积极维护。此外,precompiled mod_deflate模块
的版本比可能适用于您的服务器的更多。阿帕奇甚至可能会与 mod_deflate模块
,为的是与Windows Installer和的Apache2.2斌
Debian软件包的情况。
From a pragmatic point of view, I suggest mod_deflate
because it is easy to configure, well documented, and actively maintained. Also, a precompiled version of mod_deflate
is more than likely available for your server. Apache may even come with mod_deflate
, as is the case with the Windows installer and apache2.2-bin
Debian package.
这篇关于mod_deflate模块或mod_gzip的,应该使用哪个?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!