Loading docs/log-message-tags/next-number +1 −1 Original line number Original line Diff line number Diff line 3490 3491 server/mpm/event/event.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -3063,7 +3063,7 @@ static void perform_idle_server_maintenance(int child_bucket, int num_buckets) retained->idle_spawn_rate[child_bucket] = 1; retained->idle_spawn_rate[child_bucket] = 1; } } else if (free_length == 0) { /* scoreboard is full, can't fork */ else if (free_length == 0) { /* scoreboard is full, can't fork */ ap_log_error(APLOG_MARK, APLOG_ERR, 0, ap_server_conf, APLOGNO() ap_log_error(APLOG_MARK, APLOG_ERR, 0, ap_server_conf, APLOGNO(03490) "scoreboard is full, not at MaxRequestWorkers." "scoreboard is full, not at MaxRequestWorkers." "Increase ServerLimit."); "Increase ServerLimit."); retained->idle_spawn_rate[child_bucket] = 1; retained->idle_spawn_rate[child_bucket] = 1; Loading Loading
docs/log-message-tags/next-number +1 −1 Original line number Original line Diff line number Diff line 3490 3491
server/mpm/event/event.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -3063,7 +3063,7 @@ static void perform_idle_server_maintenance(int child_bucket, int num_buckets) retained->idle_spawn_rate[child_bucket] = 1; retained->idle_spawn_rate[child_bucket] = 1; } } else if (free_length == 0) { /* scoreboard is full, can't fork */ else if (free_length == 0) { /* scoreboard is full, can't fork */ ap_log_error(APLOG_MARK, APLOG_ERR, 0, ap_server_conf, APLOGNO() ap_log_error(APLOG_MARK, APLOG_ERR, 0, ap_server_conf, APLOGNO(03490) "scoreboard is full, not at MaxRequestWorkers." "scoreboard is full, not at MaxRequestWorkers." "Increase ServerLimit."); "Increase ServerLimit."); retained->idle_spawn_rate[child_bucket] = 1; retained->idle_spawn_rate[child_bucket] = 1; Loading