Squid 限制用户并发连接数

2010-05-29 xiao H Posted in 服务器应用

在squid.conf 下加如下配置

client_db  on
acl client_10 src 192.168.0.0/32
acl maxconnect maxconn 10
http_access deny client_10 maxconnect




标签:,

  1. Ferrets 说道:

    可以详细点说么,嗯,想学Squid,不过似乎很难……

我来说两句

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">