定义被限制的IP:

acl web hdr_beg(host) -i www.51yunv.com
acl deny_ip src 221.234.129.154

匹配acl进行限制:

方法一:http-request deny if web deny_ip
方法二:block if web deny_ip
解释:访问www.51yunv.com,并且源IP为221.234.129.154的进行拒绝