I have been using mod_cband to limit bandwidth for different users from different countries, such as using CBandClassRemoteSpeed and CBandClassLimit parameters.
The webserver is for pseudo mp4 streaming. I am thinking to use Lighttpd instead as it provides better performance for static contents. Is there anything equivalent method in Lighttpd that can limit bandwidth for Geo-Different users?
Thanks