IBM IHS 7.0 gzip 压缩无法按预期工作
我已在 IBM HTTP Server v7.0 中启用了 gzip
压缩。在响应标头中,我可以看到 Vary
为“accept-encoding
”。 但是,当我比较使用 gzip
加载的文件大小和不使用 gzip
加载的文件大小时,没有区别。我不确定我是否在做 以正确的方式做到这一点。 这是我在 httpd.conf
文件中添加的内容,
LoadModule deflate_module modules/mod_deflate.so
AddOutputFilterByType DEFLATE text/html text/css application/x-javascript
您能帮帮我吗?
I've enabled gzip
compression in my IBM HTTP Server v7.0. In the response header I can see Vary
as "accept-encoding
".
But when I compare the size of the file that was loaded with gzip
and without gzip
there is no difference. I'm not sure if I'm doing
this in the correct way.
This is what I added in the httpd.conf
file
LoadModule deflate_module modules/mod_deflate.so
AddOutputFilterByType DEFLATE text/html text/css application/x-javascript
Can you please help me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试以下代码并根据需要进行更改:
Try the following code and change it as you would like: