作者:迷失刀 | 来源:互联网 | 2023-09-18 14:20
文章目录六.mod_deflate模块七.https(端口443)1.https实现实现https实战案例互联网网站证书实现2.http重定向https3.HSTS4.正向代理和反
文章目录
- 六. mod_deflate模块
- 七. https(端口443)
- 1. https实现
- 实现https 实战案例
- 互联网网站证书实现
- 2. http重定向https
- 3. HSTS
- 4. 正向代理和反向代理
-
- 八. Sendfile机制
- 指定文件类型 content type
六. mod_deflate模块
使用mod_deflate
模块压缩页面优化传输速度
适用场景:
(1) 节约带宽,额外消耗CPU;同时,可能有些较老浏览器不支持
(2) 压缩适于压缩的资源,例如文本文件
#加载模块
LoadModule deflate_module modules