LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 672|回复: 0

问,关于apache的限制线程和速度的问题!

[复制链接]
发表于 2004-4-17 22:04:18 | 显示全部楼层 |阅读模式
限制线程的,我看了看好像这个mod_limitipconn
<IfModule mod_limitipconn.c>
    <Location /somewhere>
        MaxConnPerIP 3
        # exempting images from the connection limit is often a good
        # idea if your web page has lots of inline images, since these
        # pages often generate a flurry of concurrent image requests
        NoIPLimit image/*
    </Location>

    <Location /mp3>
        MaxConnPerIP 1
        # In this case, all MIME types other than audio/mpeg and video*
        # are exempt from the limit check
        OnlyIPLimit audio/mpeg video
    </Location>
</IfModule>
但是,那个设置速度的怎么设置的,就是像ftp一样,每一个线程的速度!!!
谢谢了,是哪一个模块!!!!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表