Hi
I have a user that eats all the resources in the machine (CPU and MySQL), because he has lots of access to his website. Is there any way to control the usage of httpd to is website, witouth having to use Virtuozzo?
Thank you![]()
Hi
I have a user that eats all the resources in the machine (CPU and MySQL), because he has lots of access to his website. Is there any way to control the usage of httpd to is website, witouth having to use Virtuozzo?
Thank you![]()
mod_throttle may be just what you are looking for.
http://www.snert.com/Software/mod_throttle/
Great, thanks a lot
Also, I have seen that some companies have Cpanel VPS. Does anyone now where can I get it?
Refer following in Apache Docs:
RLimitCPU Directive
RLimitMEM Directive
RLimitNPROC Directive
In case you have php running as nobody or cgi as nobody (mod_perl) RLimitNPROC could lead you to a condition where you start seeing "cannot fork" messages in the error_log.
Anup
Last edited by anup123; 10-29-2005 at 09:23 AM.
anup, those options are for limited the Apache in a general way, not for a single user, right? I need to limit just one
Context: server config, virtual host
So it can be used server wide and/or within virtual host container.
Just as i said, no mod_perl, no php as apache module because in both cases cgi and php are running as nobody and this would / could result in what's mentioned earlier.
Cheers
Anup
Thankl you all for your reply. We choosed to go with the QoS