• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • 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.

High apache load...

N

NightMan

Guest
I am experiencing very strange apache behavior on the server.

Server : FC2 / PSA 7.5.1
Sites : only 2

Server load go up to 45.00
But decrease to normal > 1.00 , when I disable the domain in the PLESK. But even if I disabled the domain, the domain is available on the net. :(

My programmer has installed another session of apache on the server which is using another port. But I am not sure that has anything to do with this.

Any help from experts?
 
ps ax | grep httpd | wc -l

How many Apache processes are running?

Stuart
 
post the full rpm name:

Code:
rpm -qa | grep httpd

the result should be like:

httpd-2.0.46-46.ent
httpd-devel-2.0.46-46.ent
redhat-config-httpd-1.1.0-4.30.2
 
[root@server root]# rpm -qa | grep httpd
httpd-2.0.49-4
httpd-manual-2.0.49-4
system-config-httpd-1.2.0-3
 
Back
Top