Page 1 of 1

apache suggestion

Posted: Thu Nov 03, 2005 6:22 am
by marcos
Hi,
i'd like to limit virtualhost resources because some sites really exceed ....

Which should be the best way to do that? apache modules or simply virtualhost directives?

Is ther some 'atomic based' magic solution?

I knew mod throttle but as i know the project is ended....

Thanks

Posted: Thu Nov 03, 2005 7:28 am
by jamesyeeoc
I guess my question to you would be are you just trying to limit the number of Apache processes (re: mod_throttle, replaced by bw_mod project), or server resources used directly?

You can try using the Apache Limit and RLimit directives:

http://httpd.apache.org/docs/2.0/server-wide.html

For bw_mod 0.6: http://www.ivn.cl/apache/

Posted: Thu Nov 03, 2005 8:17 am
by marcos
jamesyeeoc wrote:I guess my question to you would be are you just trying to limit the number of Apache processes (re: mod_throttle, replaced by bw_mod project), or server resources used directly?

You can try using the Apache Limit and RLimit directives:

http://httpd.apache.org/docs/2.0/server-wide.html

For bw_mod 0.6: http://www.ivn.cl/apache/
Well...i'd like to limit the request and the bw usage to single vhosts, that's would be great.

BTW mod_bw means i should recompile apache and i won't do that. I'm not sure what will be happen during next update via rpms art


RLimit* directives don't allow exaclty this controlls, is it right?
My problem is that i've many sites based on php and mysql.