Problem Existed Between Keyboard And Chair.
It's working now.
Dayo
-------- Original Message --------
Subject: blocking users from x amount of connections with acl maxconn
Date: Mon, 22 Mar 2010 12:00:53 +0100
From: Dayo Adewunmi <contactdayo@xxxxxxxxx>
Reply-To: contactdayo@xxxxxxxxx
To: squid-users@xxxxxxxxxxxxxxx <squid-users@xxxxxxxxxxxxxxx>
Hi
I'm trying to set a limit of no more than three connections per user
with maxconn
acl lan-ebola dst 192.168.24.18
acl limitebola maxconn 3
http_access deny limitebola lan-ebola
http_access allow !limitebola
It's not limiting anything, though.
Best regards
Dayo