gpt4 book ai didi

Apache - 如何限制文件的最大下载速度? (如果不是 apache,我可以运行 lighthttpd)

转载 作者:行者123 更新时间:2023-12-04 20:15:30 26 4
gpt4 key购买 nike

我有一堆视频,但我只想将这些文件的最大下载速度限制为 1mbps。我该如何设置(理想情况下在 Apache 中,但 lighthttpd 是一个选项)

谢谢

最佳答案

如果您只想限制每个连接的下载速度,而不考虑管理总数或执行更细粒度的控制,则处理此问题的最佳方法是使用 Apache 自己的 mod_ratelimit .

此示例限制 /files 下的所有内容至1Mbit/s ...

<Location /files>
SetOutputFilter RATE_LIMIT
SetEnv rate-limit 1000
</Location>

我研究并尝试了其他方法和模块,在这种特定情况下,mod_ratelimit 是最简单的方法。

Download Speed Limit and Throttling for Apache 2.4 .

关于Apache - 如何限制文件的最大下载速度? (如果不是 apache,我可以运行 lighthttpd),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13355784/

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