• 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

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