Good Day!
In the beginning we have squid.conf:
[skip]
acl enemy src 192.168.1.1/255.255.255.255
http_access deny enemy
http_access allow all
[skip]
Then client on host 192.168.1.2 begins to download large file from
host 64.57.84.175.
We change one line in squid.conf to prevent access for this client:
[skip]
acl enemy src 192.168.1.1/255.255.255.255 192.168.1.2/255.255.255.255
[skip]
And then we do:
squid -k reconfigure
But the session with host 64.57.84.175 still exists and client
continues to receive large data file... :(
How to force squid to close some active sessions if 'src' or
'dst' hits to some DENY ACL after 'reconfigure'???
Thanks!!!
P.S. Squid/2.4.STABLE1
____________________________
Shilov Ilya A.
Received on Mon Apr 21 2003 - 04:52:24 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:15:04 MST