Downstream Limit Per A/C

Curtis

Verified User
Joined
Oct 17, 2004
Messages
28
Is that possible to limit the speed of downstream (server->clients)to all users for both ftp and http?

Thanks :)
 
You would have to check the proftpd manual if it has any configuration options like that. I believe it does, just can't remember them right now.

You can limit http with a module, I believe there is either mod_throttle or mod_bandwidth. At least one of them has a howto in the How-To's forum.
 
jmstacey said:
You would have to check the proftpd manual if it has any configuration options like that. I believe it does, just can't remember them right now.

You can limit http with a module, I believe there is either mod_throttle or mod_bandwidth. At least one of them has a howto in the How-To's forum.

Yes, i found the solution. But it can't be limit per account, just limit per client. And seems there is no solution for limit per account
 
As far as I know I don't think you can do that on httpd, but I think you can with proftpd.
 
jmstacey said:
As far as I know I don't think you can do that on httpd, but I think you can with proftpd.

No. I did it by mod_bandwidth and i tested it was work.
But i can't do that in proftpd. As i mentioned before, just limit by client.
 
Back
Top