High Load Server Optimize for Centos in CWP - Perfect Rundown For Computer and Internet Information

Latest

Tuesday, March 15, 2016

High Load Server Optimize for Centos in CWP

Sometimes my vps experiencing very high load . This can be caused of high traffic or a DDoS or excessive database activity.

To anticipate it, I use the following way. Improve the performance of the worker MPM and prefork MPM of in ssh, I'm using Centos Web Panel.

Code:

nano /etc/httpd/conf/httpd.conf



high server load

































As seen in the pictures I edit the following configuration. You can use your own configuration that fit to your server

After it finishes

Ctrl + C and Y

then restart httpd

service httpd restart

done