服务器端包含和 GZip?
是否可以对使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果 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.