https://issues.apache.org/bugzilla/show_bug.cgi?id=45747
Summary: MaxClients description inaccurate
Product: Apache httpd-2
Version: 2.3-HEAD
Platform: PC
URL: http://httpd.apache.org/docs/trunk/mod/mpm_common.html#m
axclients
OS/Version: Linux
Status: NEW
Keywords: PatchAvailable
Severity: normal
Priority: P2
Component: Documentation
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
Created an attachment (id=22526)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=22526)
patch for mpm_common.xml
The Description for MaxClients states:
"Description: Maximum number of child processes that will be created to serve
requests"
This is only true for non-threaded servers, but this entry is shared by all
mpms.
Suggest changing to:
"Description: Maximum number of simultaneous requests that will be served"
A sample patch is attached.
Thanks.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]