• 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

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