Skip to main content

apache down again and again, error reading response from OCSP server

Comments

7 comments

  • keat63
    I found this thread from May last year. worth reading.
    0
  • quietFinn
    @weblinks Apache is not going down because of those errors, it must be something else.
    0
  • weblinks
    I found this thread from May last year. worth reading.
    0
  • weblinks
    @weblinks Apache is not going down because of those errors, it must be something else.

    yes, you are right
    I found this thread from May last year. worth reading.
    0
  • cPanelLauren
    Your issue is that you're reaching the limits for the scoreboard. AH00288: scoreboard is full, not at MaxRequestWorkers
    This error clearly states that the MaxRequestWorkers limit has not been reached so modifying that setting will have no value for you. I'd wager this is either a timeout/keep-alive issue or a synflood attack. Right below 600 requests currently being processed, 0 idle workers
    when running apachectl status
    it shows the scoreboard. What's listed for the status? L's or G's?
    0
  • weblinks
    Your issue is that you're reaching the limits for the scoreboard. AH00288: scoreboard is full, not at MaxRequestWorkers
    This error clearly states that the MaxRequestWorkers limit has not been reached so modifying that setting will have no value for you. I'd wager this is either a timeout/keep-alive issue or a synflood attack. Right below 600 requests currently being processed, 0 idle workers
    when running apachectl status
    it shows the scoreboard. What's listed for the status? L's or G's?

    its shows : apachectl status Apache Server Status for localhost (via ::1) Server Version: Apache/2.4.41 (cPanel) OpenSSL/1.0.2t mod_bwlimited/1.4 Server MPM: worker Server Built: Dec 25 2019 10:27:21 -------------------------------------------------------------------------- Current Time: Wednesday, 15-Jan-2020 18:40:05 PKT Restart Time: Wednesday, 15-Jan-2020 18:38:03 PKT Parent Server Config. Generation: 1 Parent Server MPM Generation: 0 Server uptime: 2 minutes 2 seconds Server load: 0.74 0.70 0.64 Total accesses: 17504 - Total Traffic: 32.4 MB - Total Duration: 175399 CPU Usage: u6.97 s2.58 cu0 cs0 - 7.83% CPU load 143 requests/sec - 271.6 kB/second - 1938 B/request - 10.0205 ms/request 150 requests currently being processed, 0 idle workers RKKRRWRKRKKRRRKRRRRRRRRKRRRRKRCKRRRRRKKKKRKRRRRRRRRRKRKRKKRRRKRR KRKRRRRKRRRRKRRRRRKCRRRRRRRKRRRRRRRKKRRKRRRRKKRCRRRKRKRRRRRKRRRK KRRKRRKRRRWRRKKWKRCKKR Scoreboard Key: "_" Waiting for Connection, "S" Starting up, "R" Reading Request, "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup, "C" Closing connection, "L" Logging, "G" Gracefully finishing, "I" Idle cleanup of worker, "." Open slot with no current process
    0
  • cPanelLauren
    What do you have set for keepalive and KeepAlive timeout in the Apache configuration-> Global Configuration?
    0

Please sign in to leave a comment.