mod_deflate 可以根据“主机”压缩输出吗?请求标头中的标头?

发布于 2024-11-26 18:59:01 字数 209 浏览 3 评论 0原文

mod_deflate 可以根据请求标头中的“Host”标头压缩输出吗? 据我根据文档了解,通常是通过查看配置中的用户代理等来完成的。

我在文档中找不到任何例子说 -

If Host: header is x.y.z then do compression. Else don't do compression.

谢谢!

Can mod_deflate compress the output depending on the "Host" header in the Request Headers?
As far as I understand based on the documentation, it is usually done by looking at the User-Agent etc. in the configuration.

I could not find any example in doc that says -

If Host: header is x.y.z then do compression. Else don't do compression.

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

孤者何惧 2024-12-03 18:59:01

从手册中:

压缩是由 DEFLATE 过滤器实现的。以下指令将为放置文档的容器中的文档启用压缩:

SetOutputFilter DEFLATE 

未测试,但“容器”应包含“”,因此只需将其仅放在那些 VH 中您想要提供压缩的响应。

From the manual:

Compression is implemented by the DEFLATE filter. The following directive will enable compression for documents in the container where it is placed:

SetOutputFilter DEFLATE 

Didn't test it, but "container" should include "<VirtualHost>", so just place it only in those VHs you want to deliver compressed responses.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文