开发者

Server Side Includes and 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?


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜