使用wdcp网站环境下, 如何安装mod-bw插件
wdcp的apache 目录:/www/wdlinux/httpd-2.4.23
-------------------------------------------------------------------------
安装步骤
1.解压软件 tar xf mod_bw-0.92.tgz
2.将文件 mod_bw.c 中remote_addr替换client_addr
3./www/wdlinux/httpd-2.4.23/bin/apxs -i -c -a mod_bw.c
4.在httpd.conf文件中添加
<Directory />
BandWidthModule On
ForceBandWidthModule On
BandWidth all 3200000
MinBandWidth all 150000
MaxConnection all 300
</Directory>
5.重启apache
转载于:https://blog.51cto.com/11819877/1961386