天天好味道

没钱没权没户口,靠走靠吼靠小狗
随笔 - 68, 文章 - 1, 评论 - 517, 引用 - 5

导航

<2008年11月>
2627282930311
2345678
9101112131415
16171819202122
23242526272829
30123456

留言簿(12)

随笔分类

随笔档案

文章档案

我的链接

搜索

最新评论

阅读排行榜

评论排行榜

lampp基础上增加mod_cband控制速度和连接数

http://bbs.poporz.com 开张了,午夜咖啡人担任站长,找了好多朋友来帮忙。开设了电影,铃声,游戏,电子书等板块,热闹了不少。不过随之而来的是带宽开始不够用了。在升级带宽之前,决定先限制单个下载的速度。下面是一篇笔记,以供以后回忆查找。

1. 使用mod_cband. 也可以用mod_bandwidth,不过这个模块只支持限速,不支持限制连接数。mod_cband都包揽了。下载地址是:
http://cband.linux.pl/download/mod-cband-0.9.7.5.tgz

2. Apache版本2.2,这是lampp自带的。lampp也自带apxs,但是默认的安装中并没有带devel,也就是
没有build和include两个目录,必须补齐。
http://nchc.dl.sourceforge.net/sourceforge/xampp/xampp-linux-devel-1.6.tar.gz
下载后把build和include目录放到lampp的安装目录里就可以了。

3.解开mod-cband包,执行
./configure
make
su为root
make install
如果上面的步骤都正确的话,make install应该顺利的在你的配置文件中添加LoadModule modules/mod_cband.so的语句。

4. 配置httpd.conf
a) 全局设置:

CBandScoreFlushPeriod 1
CBandRandomPulse On
b)虚拟主机设置:

ServerName www.example.com
ServerAdmin webmaster@example.com
DocumentRoot /var/www
CBandSpeed 1024kbps 10 30
CBandRemoteSpeed 20kbps 3 3

CBandSpeedn 1024kpbs 10 30就是总流量1Mb,每秒最多10个请求,同时发起连接不超过30个
CBandRemoteSpeed 20kbps 3 3就是单个用户最大速度20kbps,每秒最多3个请求,同时发起连接不超过3个。

5.如果在configure的时候说找不到apxs,可以这样:
cd /usr/bin
ln -s /opt/lampp/bin/apxs apxs
建立一个符号链接。

6.重启Apache,ok.

posted on 2007-08-10 10:54 jzhang 阅读(1775) 评论(1)  编辑 收藏

评论

# welcome to our web-www.bestshopweb.com.

www.bestshopweb.com,there have some UGG shoes,the shoes is cheap,beautiful,safe.I suggest that you can go to the shop if you are free.                                                                                                                                                                                                                                         

welcome to our web-www.bestshopweb.com.Here,you can find some beautiful UGG shoes,we are certain  that the goods are fine and the price is cheap.we are sure that you will have a happy travel in here.

www.bestshopweb.com-a good website where is sell beautiful shoes ,I bought one in there ,and I feel the shoe is fine ,besides the price is very cheap. if you have some time,you can go to there to have a look.
2008-12-13 02:13 | jiexik
标题  
姓名  
主页
验证码 *
内容   
  登录  使用高级评论  Top
[使用Ctrl+Enter键可以直接提交]