| Perl eating CPU Time - what is "/httpds/sshd/" ? Hi All,
Since few weeks my server slooooow down sometimes and when I log me in via SSH I can see that the perl process eating CPU time. The only one solution is too kill those processes one after another (because it resurrect  )
I see that this process has been started by Apache so I'm afraid that it could be hack attempt. Code: # top
13599 apache 25 0 5088 2868 1200 R 97.1 0.3 27:36.12 perl
Code: #ps aux | grep 13599
apache 13599 52.0 0.2 5088 2868 ? R 14:27 27:44 /httpds/sshd/
Could someone tell me what "/httpds/sshd/" is?
I use ssh and sftp instantly.
I have already disabled the apache perl module.
The OS is: Fedora Core 5 2.6.20-1.2320.fc5
Apache: 2.2.2
PHP: 5.1.6
Any help is very appreciated
Best Regards,
Neo |