[Bug 64895] Inadequate information about directive "MaxRequestWorkers" and "ThreadsPerChild"
| Newsgroups | gmane.comp.apache.documentation |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bz.apache.org/bugzilla/show_bug.cgi?id=64895 Rich Bowen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Rich Bowen <[email protected]> --- Documented the relationship between MaxRequestWorkers and ThreadsPerChild for threaded/hybrid MPMs: - MaxRequestWorkers must be at least as large as ThreadsPerChild (auto-increased with warning if not) - MaxRequestWorkers should be an integer multiple of ThreadsPerChild (rounded down to nearest multiple with warning if not) Includes example startup warning messages so admins can recognize them. Also added a cross-reference note in ThreadsPerChild. Patched in r1933657 (trunk), r1933658 (2.4). -- You are receiving this mail because: You are the assignee for the bug.