I'm trying to limit the total number of squid connections from
anywhere, without success.  I'm running 2.5 STABLE1 on a RH9 Linux box:

  # rpm -q squid
  squid-2.5.STABLE1-2

I've read the FAQ & docs and tried several variations like the following:

  acl all src 0.0.0.0/0.0.0.0
  acl connlimit maxconn 2
  http_access deny all connlimit
  http_access allow !connlimit
  http_access deny all

The above allows an unlimited number of connections, even
though maxconn is set to 2.  Other config options which may
or may not be relevant:

  httpd_accel_single_host on      <=======
  range_offset_limit -1 KB

Thank you in advance for your help.

-- Paul


Reply via email to