Too many httpd process

Discussion in 'Apache' started by attiadona, Dec 7, 2012.

  1. #1
    Hello Guys

    I checked process list, I found too many of httpd process .... when I run : "ps -ef | grep http | wc -l" I got : 310

    that happened suddenly, few days ago number of httpd procces didnt raise 30

    and I'm 90% sure there's no ddos attack, can anyone help me please ?

    BTW, I run on server I7, 24Gb RAM .. my site traffic is 30k visitors daily

     
    attiadona, Dec 7, 2012 IP
  2. pr0t0n

    pr0t0n Well-Known Member

    Messages:
    243
    Likes Received:
    10
    Best Answers:
    10
    Trophy Points:
    128
    #2
    Try enabling apache server-status and then check it out when the server peaks. If you are on whm/cpanel server then you should already have that in whm menu on the left. If not, then try enabling it first in your httpd.conf file and then access it via http :// yourserver/server-status
    More info on this at apache docs
     
    pr0t0n, Dec 7, 2012 IP
  3. jeff-ay

    jeff-ay Active Member

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    56
    #3
    try to run

    ps -aux | grep httpd

    this will post you the actual httpd processes.
     
    jeff-ay, Dec 8, 2012 IP