• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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