• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Apache Memory High

Cameron_W

New Pleskian
Hi,

We are currently running plesk 11.5 and over the last few months, the apache memory usage has been very high. On investigation we have gone through the logs and we can't find a cause.

I can issue a service httpd restart and the memory drops for about 30 minutes and then we see the apache memory grow to almost 1.5 - 2GB. Any suggestions why this keeps happening?
 
Hi,

I think infected scripts are running on your server and due to that you are getting this issues. I will suggest you please scan your whole server through LMD (Linux Malware Detect )
 
Hi,

Okay, Try to check current Apache connection on your server through following command if there is any DDOS attack running on your any site and try to install nginx as reverse proxy on your server

Code:
netstat -apn | grep ":80" | wc -l
 
Last edited:
Hi,

Okay, Try to check current Apache connection on your server through following command if there is any DDOS attack running on your any site and try to install as reverse proxy on your server

Code:
netstat -apn | grep ":80" | wc -l

Hi InderS,

I ran it the first time and got around 20 then 5 minutes later > 100
 
As per the current Apache connection there is no DDOS attack on your server, I will suggest you install nginx as reverse proxy OR optimize your httpd services
 
Back
Top