Valhalla Legends Archive

Programming => Web Development => Topic started by: Dyndrilliac on November 24, 2004, 02:17 PM

Title: Limiting Connections Per IP /w Apache
Post by: Dyndrilliac on November 24, 2004, 02:17 PM
I'm using Apache v2.0.52 with OpenSSLv0.9.7d.

Is there anyway to limit connections per IP Address? I want to stop people from dling files off my server with download managers like Download Accelerator, which makes multiple connections to the file and downloads it in pieces.
Title: Re: Limiting Connections Per IP /w Apache
Post by: po0f on November 25, 2004, 12:26 AM
I'm almost positive there's a MaxConnectionsPerClient or otherwise self-describing property buried somewhere in the config file.
Title: Re: Limiting Connections Per IP /w Apache
Post by: Dyndrilliac on November 30, 2004, 04:44 PM
The documentation says theres no such directive :(

I found a mod for Apache but it only works on non Windows OS's, which is of no use to me. And I'm not proficient enough in C++ to make my own mod.
Title: Re: Limiting Connections Per IP /w Apache
Post by: Dyndrilliac on December 05, 2004, 03:13 PM
http://dominia.org/djao/limitipconn.html
Title: Re: Limiting Connections Per IP /w Apache
Post by: Black4C6F747573 on December 09, 2004, 09:12 AM
http://www.snert.com/Software/mod_throttle/

maybe that will help?