Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Member vlee's Avatar
    Join Date
    Oct 2005
    Location
    Las Vegas, Nevada, United States
    Posts
    134
    cPanel/Enkompass Access Level

    Root Administrator

    Exclamation httpd -DSSL Question

    I have a bunch of these showing up and staying very high and taking the CPU, Memory and Swap very very high loads.

    4539 nobody 0 0.0 6.5 /usr/local/apache/bin/httpd -DSSL

    Is there a fix for this?

    Can any help me with this problem?
    Thank you,

    Veldon Lee - President
    Point Action Services, Inc. Web Hosting and other services.

  2. #2
    Member
    Join Date
    Jan 2005
    Location
    Earth
    Posts
    1,050

    Default

    It seems there any plently of connections to port 80. If there are too many httpd connections, you can check which IP is particularly causing it. Execute the command :-
    netstat -alntp
    and you will get the list of Ips connecting to your server ports. If any particular Ip is causing problems, you can block the IP on your server using iptables.


    But if the connections to your server is from different IPs, then it will not be a good idea to just keep blocking IPs on your server. In this case you will have to search for a domain on your server causing the server load. Below are the steps to search the domain :-
    First check by ps -aux command the PID which is using more httpd processes.

    Then run the following command: :-
    strace -fp HTTPD_PID ( Replace the httpd_pid with the pid you found above)

    strace is a command to track system calls made by processes where,
    'f' means "follow forks", so we watch things happen as new people visit websites and
    'p' swtich means show output for the given PID.

    The more traffic a site gets, the more httpd processes access the domains' files, the more likely you'll see a lot of the domain in the output of strace. So you will get the domain name from here.

    Now its up to you to suspend the domain or contact the client.

Similar Threads & Tags
Similar threads

  1. Replies: 6
    Last Post: 05-28-2009, 03:33 PM
  2. httpd -k start -DSSL
    By kctt in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 11-25-2007, 03:29 AM
  3. httpd -DSSL
    By krusty in forum cPanel and WHM Discussions
    Replies: 4
    Last Post: 06-23-2007, 01:57 PM
  4. /usr/local/cpanel/bin/httpd -DSSL question!!
    By bsasninja in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 05-03-2005, 03:31 AM
  5. httpd-DSSL
    By Kakra in forum cPanel and WHM Discussions
    Replies: 9
    Last Post: 03-18-2004, 07:33 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube