gpt4 book ai didi

apache - 如何在 apache2 中禁用 mod_deflate?

转载 作者:行者123 更新时间:2023-12-03 23:05:20 25 4
gpt4 key购买 nike

如何在 Apache2 中禁用 mod_deflate

  • 对于特定目录中的文件

  • 或者
  • 对于所有扩展名为 .py 的文件?
  • 最佳答案

    您可以设置 environment variable no-gzip对于该目录/文件类型:

    # for URL paths that begin with "/foo/bar/"
    SetEnvIf Request_URI ^/foo/bar/ no-gzip=1

    # for files that end with ".py"
    <FilesMatch \.py$>
    SetEnv no-gzip 1
    </FilesMatch>

    关于apache - 如何在 apache2 中禁用 mod_deflate?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1922934/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com