> Thank for your help.
>
> If access.log contains user access information(name and data size),
it contains IP address and size
> I could sum up the user's receive data amount.
>
> But how can I forbid the user who has reach his max quota to use
> squid proxy server any more?
acl userlist ip_of_user1/32 ip_of_user2/32 .....
http_access deny userlist
Received on Tue Jun 13 2000 - 07:54:56 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:54:01 MST