In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
Editor to share with you the method of Apache speed limit for client access under Windows. I hope you will gain a lot after reading this article. Let's discuss it together.
Apache is installed under ECS Windows, and you want to limit the speed of client access. The Bw_mod module can impose bandwidth restrictions based on the source IP.
Download the compiled for windows version: http://www.ivn.cl/files/dlls/mod_bw-0.8-2.2.6/mod_bw.dll. You can also visit http://www.ivn.cl/ to find the corresponding version. (related recommendation: Apache configuration under Windows
1. Install the mod_bw.dll module
Put the downloaded mod_bw.dll in the modules\ directory of the Apache installation directory.
two。 Modify the configuration file httpd.conf of Apache by adding the following line:
LoadModule bw_module modules/mod_bw.dll
3. Activate the bw_module module in the virtual host. Can be added in the global scope, or you can add the virtual host scope. Edit httpd.conf to add:
ServerAdmin test@126.comDocumentRoot E:\ www\ abc_comServerName www.abc.comCustomLog E:\ logs\ abc_com-access.log combinedBandWidthModule On # Open module ForceBandWidthModule On # all requests are processed by this module BandWidth all 409600 # limit the total broadband available to the virtual host to 4MLargeFileLimit .rmvb 20 20000 # limit the download speed of all files with the suffix .rmvb greater than 20K to 20K/S after reading this article I believe you have a certain understanding of the speed limit method for client access by Apache under Windows. If you want to know more about it, welcome to follow the industry information channel. Thank you for your reading!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.