scoreboard is full with event mpm worker

Miguel G

Well-Known Member
Jun 4, 2015
86
0
6
Spain
cPanel Access Level
Root Administrator
Twitter
I have WHM 62 last update using suphp and mpm worker.

I have started to serve some https websites and lately I´m suffering some downtimes reporting scoreboard is full, not at MaxRequestsWorkers

I have a 19 RAM VPS with Apache 2.4.25. From Apache bugs, this issue should be fixed in that version:

53555 – Scoreboard full error with event/ssl

These are my settings:

  • fileetag: None
  • keepalive: On
  • keepalivetimeout: 5
  • loglevel: warn
  • maxclients: 150
  • maxkeepaliverequests: 100
  • maxrequestsperchild: 1000
  • maxspareservers: 10
  • minspareservers: 5
  • root_options: ExecCGI, FollowSymLinks, IncludesNOEXEC, Indexes, SymLinksIfOwnerMatch
  • serverlimit: 256
  • serversignature: Off
  • servertokens: ProductOnly
  • sslciphersuite: ALL:!ADH:+HIGH:+MEDIUM:-LOW:-SSLv2:-EXP
  • sslprotocol: All -SSLv2 -SSLv3
  • startservers: 5
  • symlink_protect: On
  • timeout: 100
  • traceenable: Off

Should i move to other worker for better performance? Prefork?