I iprodua Verified User Joined Oct 5, 2007 Messages 78 Dec 12, 2007 #1 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
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
hostpc.com Verified User Joined Aug 2, 2003 Messages 1,053 Location Schenectady, NY Dec 14, 2007 #2 mod_throttle or mod_evasive should handle what you need
agnivo007 Verified User Joined Nov 25, 2006 Messages 245 Location India Dec 14, 2007 #3 mod_throttle is interesting...will try out on my server soon. edit: seems project is closed!
I iprodua Verified User Joined Oct 5, 2007 Messages 78 Dec 14, 2007 #4 mod_limitipconn.c agnivo007 said: mod_throttle is interesting...will try out on my server soon. edit: seems project is closed! Click to expand... 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 )
mod_limitipconn.c agnivo007 said: mod_throttle is interesting...will try out on my server soon. edit: seems project is closed! Click to expand... 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 )
agnivo007 Verified User Joined Nov 25, 2006 Messages 245 Location India Dec 15, 2007 #5 Hmm...something working and decent solution for apache 2.2 ? I've seen many people looking for this kind of thing.
Hmm...something working and decent solution for apache 2.2 ? I've seen many people looking for this kind of thing.
I iprodua Verified User Joined Oct 5, 2007 Messages 78 Dec 15, 2007 #6 agnivo007 said: Hmm...something working and decent solution for apache 2.2 ? I've seen many people looking for this kind of thing. Click to expand... http://dominia.org/djao/limitipconn2.html For Apache 2.0 and later. But i didn't try it.
agnivo007 said: Hmm...something working and decent solution for apache 2.2 ? I've seen many people looking for this kind of thing. Click to expand... http://dominia.org/djao/limitipconn2.html For Apache 2.0 and later. But i didn't try it.