how to set maximum number of connections a user allow to have?
Hi all,I got a Linux server with Apache installed. I used this server for the purpose of file sharing, that is, people upload files onto the server and share it among others. This is done via http protocol (Apache server software).
Now i want to set a limit on the number of connetions a user allow to have when they access the server.
For example:
When download file.rar, a user can't use donwload manager such as Flashget to make anymore connections than what i allow. That is, if they set Flashget to make more connections than i allow, the server will just return error for any additional connections they try to make.
Hope what i said make sense. Please guide me how to configure Apache, and if there's any additional software needs to be install.
Thanks.