https://bz.apache.org/bugzilla/show_bug.cgi?id=64895
Bug ID: 64895 Summary: Inadequate information about directive "MaxRequestWorkers" and "ThreadsPerChild" Product: Apache httpd-2 Version: 2.4.43 Hardware: PC OS: All Status: NEW Severity: normal Priority: P2 Component: Documentation Assignee: docs@httpd.apache.org Reporter: zhoushulin1...@gmail.com Target Milestone: --- In the document of directive "MaxRequestWorkers"(http://httpd.apache.org/docs/2.4/mod/mpm_common.html#maxrequestworkers) and "ThreadsPerChild"(http://httpd.apache.org/docs/2.4/mod/mpm_common.html#threadsperchild), there is no information about the relationship between them. However, the log messages in event.c indicate that the value of "MaxRequestWorkers" must be at least as large as the number of threads in a single server, and the value of "MaxRequestWorkers" must be an integer multiple of the value of "ThreadsPerChild". So it is better to add the necessary information in the document of directive "MaxRequestWorkers" and "ThreadsPerChild". -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org