Web Hosting Talk







View Full Version : Best way to limit connections per IP?


beniceman
12-13-2004, 07:45 AM
Hi,

Which is the best way to limit the number of simultaneous downloads permitted from a single IP address?

Any suggestions would be much appreciated :)

rghf
12-13-2004, 07:52 AM
Are we talking FTP or HTTP here?

Rus

Flipe.NET
12-13-2004, 11:06 AM
I guess is an HTTP connect.
I just know to do it, under a php script.

beniceman
12-15-2004, 08:24 PM
so please tell me how I can limit them (HTTP)

luki
12-15-2004, 09:10 PM
If you're using Apache, take a look at mod_limitipconn. I've used it in the past... http://dominia.org/djao/limitipconn.html

RaComNet
12-16-2004, 04:08 AM
There is a tutorial :)
http://www.webhostingtalk.com/showthread.php?threadid=352388

beniceman
12-31-2004, 06:59 PM
thanks a lot, it's working great :)