Symptoms
When using the worker
MPM, your sites may be slow or Apache may be unresponsive. An error similar to the following can be found in the Apache error log.
[Wed Jul 10 13:34:17.264474 2024] [mpm_worker:error] [pid 1257:tid 22497688029312] AH00288: scoreboard is full, not at MaxRequestWorkers
Description
The issue occurs when the worker
child processes have reached the MaxConnectionsPerChild
limit. It commonly occurs when a script doesn't close its connection once it finishes. The script causing the issue needs to be corrected. However, the MaxConnectionsPerChild
limit can be increased as a temporary workaround.
Workaround
- Log into WHM as the ‘root’ user.
- Navigate to "Home / Service Configuration / Apache Configuration / Global Configuration."
- Scroll down to "Max Connections Per Child."
- Select the "Max Connections Per Child" textbox.
- Enter the desired value.
- Click the "Save" button at the bottom of the page.
- Review the configuration.
- Click the "Rebuild Configuration and Restart Apache" button.
Comments
0 comments
Article is closed for comments.