Offical Website: http://dominia.org/djao/limitipconn2.html
Function: Allows web server administrators to limit the number of simultaneous downloads permiited from a single ip address.
功能: 允许WEB服务器管理员限制每个客户端同时连接服务器的数量
Apache版本: 2.x
Download: http://dominia.org/djao/limit/mod_limitipconn-0.23.tar.bz2 (请在官网下载最新版本)
编译:
这样就编好了,如果有问题,请参考
http://httpd.apache.org/docs/2.0/programs/apxs.html
以及根据错误提示寻找问题
配置:
上面只是单纯的限制所有连过来的都限制为每个IP不能超过10个并发的连接,还可以根据Location,Directory来做限制,具体参考官方网站的README文档