MaxRequestWorkers warn
Please let me know that how to fixing MaxRequestWorkers warn?
[Thu Aug 31 14:22:37.397866 2017] [mpm_event:warn] [pid 6456:tid 139798886688896] AH00514: MaxRequestWorkers of 256 is not an integer multiple of ThreadsPerChild of 25, decreasing to nearest multiple 250-
MaxRequestWorkers of 256 is not an integer multiple of ThreadsPerChild of 25, decreasing to nearest multiple 250
Hello, The "Max Request Workers" value needs to be a integer multiple of the "Max Connections Per Child" value in "WHM >> Apache Configuration >> Global Configuration". For example, if "Max Connections Per Child" is set to "25", then "Max Request Workers" needs to be the product of "25" and an integer (e.g. 1, 2, 3, 4, 5). Thus, the closest to your custom value of "256" that's an integer multiple of "25" is "250" (25 x 10 = 250). Thank you.0 -
Hello, The "Max Request Workers" value needs to be a integer multiple of the "Max Connections Per Child" value in "WHM >> Apache Configuration >> Global Configuration". For example, if "Max Connections Per Child" is set to "25", then "Max Request Workers" needs to be the product of "25" and an integer (e.g. 1, 2, 3, 4, 5). Thus, the closest to your custom value of "256" that's an integer multiple of "25" is "250" (25 x 10 = 250). Thank you.
Where "Max Connections Per Child" is set to "25" ? I have "Max Connections Per Child" is set to "10000" 485390 -
Where "Max Connections Per Child" is set to "25" ? I have "Max Connections Per Child" is set to "10000"
Hello, Do you have any custom rules added to your Apache include files in "WHM >> Apache Configuration >> Include Editor"? Thank you.0 -
Hello, Do you have any custom rules added to your Apache include files in "WHM >> Apache Configuration >> Include Editor"? Thank you.
Yes, Today we have added in Pre VirtualHost Include because we have lot of TimeOut issue.TimeOut 1800 ProxyTimeout 1800 ThreadLimit 4000 ThreadsPerChild 20000 -
Hello, Those entries should not lead to the warning message you referenced. Could you open a support ticket using the link in my signature so we can take a closer look? Thank you. 0
Please sign in to leave a comment.
Comments
5 comments