apache限速模块

[转载请保留] 作者:Zhang Qi 原文: http://blog.zhangqi.net/archives/385

下载地址
http://bwmod.sourceforge.net/

tips:

1.安装apache的时候一定要enable-so
2.使用apxs -i -a -c mod_bw.c

example: httpd.conf

BandwidthModule On
ForceBandWidthModule On
LargeFileLimit .iso 1 2000000

(支持Ctrl+回车)

Live Comment Preview