Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need your kind support please, I have an Apache server, and there are many sites in it, almost one or two of these sites are consuming the whole server resources, consuming almost all the MPM processes, which lead the server to fail and all the other sites become very slow.

I wonder, how to find solution to this problem, and is it possible to implement something like (Application Pool in IIS) implement it in Apache server to avoid, other sites becoming slow when one of sites consuming all the server resources?

thanks so much guys for your help.
Posted

1 solution

Application pool is native to IIS. For Apache, check out this Apache Performance Tuning[^], specifically MPM[^]
 
Share this answer
 
v2
Comments
jamal.joj 8-Mar-15 8:32am    
Thanks MR.Peter for your help, actually that`s not what I`m searching for.
I have changed the MaxClients attribute in Apache configuration, but the same thing happened, it didn`t work, I want another solution rather than change the MPM module.

such as the Apache hosting sites in the internet for example, how the configure specific space,ram and cpu to the subscribed user. I want to do something like that, but to assign specific resources to each website that I have in my Apache server.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900