How can i limit users/resellers MaxConnections

iprodua

Verified User
Joined
Oct 5, 2007
Messages
78
I have a problem - one of my user's site have a lot of requests and load the server so, that other sites dont answer.

How can i set limits to Max Connections for a user(domain), max CPU time, Max memory and so ?

Thnx:)
 
mod_throttle is interesting...will try out on my server soon.

edit: seems project is closed!
 
mod_limitipconn.c

mod_throttle is interesting...will try out on my server soon.

edit: seems project is closed!

mod_throttle's site id closed

I found the solution. mod_limitipconn.c (http://dominia.org/djao/limitipconn.html) . It can limit COnnection from IP. Patchedversion limits maxConnections for user, group,onnection by LoadOverage1, 5, 15 minutes (patch for apache 1.3: http://dominia.org/djao/limit/contrib/mc/mod_limitipconn-0.04-vhost.patch)

Before installing u need to correct Makefile, (set XZVF path )
 
Hmm...something working and decent solution for apache 2.2 ?
I've seen many people looking for this kind of thing.
 
Back
Top