Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只是想知道是否有任何 apache Web 服务器模块支持限制速度,可以选择将特定 IP/用户帐户添加到允许列表以实现非限制速度...
对OP真的很失望。2 秒的谷歌搜索显示了这一点。
<Location /downloads> SetOutputFilter RATE_LIMIT SetEnv rate-limit 400 </Location>
http://httpd.apache.org/docs/2.4/mod/mod_ratelimit.html