maxconn only works on IPs.
collapsed_forwarding limits outbound connections to one per URL and shares
the results with as many clients as are requesting it.
delay pools can be configured to use maxconn and object types to limit
files over a certain size down to a low bandwidth. This has the added
benefit of catching multiple files fro different sources under the one
download cap.
Thanks... I'll try that collapsed_forwarding thing .. but I still think that
I have to make custom redirector with a database or something to track each
requested url per ip.
Thanks again