服务器端包含和 GZip?

发布于 2024-08-08 04:48:40 字数 57 浏览 3 评论 0原文

是否可以对使用 IIS 6 中的服务器端包含创建的文件的输出使用 GZip 压缩?如果是这样怎么办?

Is it possible to use GZip compression on the ouput of files that have been created using server side includes in IIS 6? If so how?

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

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

发布评论

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

评论(1

演多会厌 2024-08-15 04:48:40

如果 IIS 无法在内部执行此操作,您可以使用反向代理技术来完成此操作。基本上,应用程序在执行 SSI 的服务器上运行,但外部人员与执行压缩的代理服务器通信,并让您有机会做其他聪明的事情,例如缓存。

If IIS can't do this internally, you can do it with reverse proxy techniques. Basically, the app runs on the server doing the SSI, but outsiders talk to your proxy server which does compression, and gives you a chance to do other clever things, like caching.

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