[ATrpms-users] dl.atrpms.net down?

David Rees drees76 at gmail.com
Thu May 1 11:15:17 CEST 2008


On Tue, Apr 29, 2008 at 2:56 PM, Axel Thimm <Axel.Thimm at atrpms.net> wrote:
>  actually the problem is mythdora users using download accelerators. I
>  tuned the filters a bit and it should be better now.

Have you looked into using lighttpd instead of Apache?

lighttpd can handle a LOT more concurrent users than Apache.

You can easily limit the number of concurrent connections used by IP
with a single command (evasive.max-conns-per-ip = 8) for those guys
who are intent on using download accelerators.

You can easily limit the bandwidth used by connection
(connection.kbytes-per-second = 150) or by virtual host
(server.kbytes-per-second = 300).

The most difficult thing is porting your configuration over.

-Dave



More information about the atrpms-users mailing list