• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

perl 99% cpu usage :(

C

chileno

Guest
Hi Guys,
I have problems with my plesk 8.3 server running in centos 4.5 i386, my perl usage take 99% of cpu, im googling with some fixes but what is the best way to solve?

Thanks!
Chileno
 
Your server has been hacked. Kill the perl process and fix your damn php.ini.

disable the following inside php.ini

allow_fopen_url = Off
disable_functions = exec shell_exec proc_open passthru popen system

This won't fix it for good, but you're on your way from here. Get the book "Apache Security" and read it. That'll help you get started. Google more about security.
 
Back
Top