• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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