• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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