如何禁用apache2中的mod_deflate?
如何在 Apache2 中禁用 mod_deflate
- 对于特定目录中的文件
或
- 对于具有扩展名(例如 .py)的所有文件?
How can I disable mod_deflate in Apache2
- For files in a specific directory
OR
- For all files that have extension of, for example .py?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以设置环境变量no-gzip< /a> 对于该目录/文件类型:
You could set the environment variable no-gzip for that directory/type of file:
引用自: scottlinux.com
禁用压缩:
要在 Apache 中禁用压缩,通常您只需禁用模块 mod_deflate...
Debian/Ubuntu:
Quote from: scottlinux.com
Disable Compression:
To disable compression in Apache, typically you just need to disable the module mod_deflate...
Debian/Ubuntu:
不知道这是否是一个通用的解决方案,但它至少对我有用,在某个文件夹中的 .htaccess 文件中为 .py 文件打开 mod_deflate:
Don't know if this is a general solution, but it worked for me at least, to turn of mod_deflate for .py-files within a .htaccess file in a certain folder: