[squid-users] maxconn connection limit

From: Paul <paul@dont-contact.us>
Date: Tue, 16 Dec 2003 15:14:12 -0800 (PST)

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
Received on Tue Dec 16 2003 - 16:14:17 MST

This archive was generated by hypermail pre-2.1.9 : Thu Jan 01 2004 - 12:00:14 MST