• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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