From: Rich Bowen Date: Mon, 8 Oct 2012 13:40:55 +0000 (+0000) Subject: More specific about default MPM selection X-Git-Tag: 2.4.4~504 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe7f185ed2d0639f06782a772401b6f3ced19cd9;p=apache More specific about default MPM selection git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1395561 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mpm.xml b/docs/manual/mpm.xml index 0150f3f63c..9757a394cd 100644 --- a/docs/manual/mpm.xml +++ b/docs/manual/mpm.xml @@ -95,10 +95,9 @@ Linux, BSD, Solaris, Mac OS X, etc.

In the case of Unix, the decision as to which MPM is installed is based on two questions:

-

1. Does the system support threads?

-

2. Does the system support polling?

+

1. Does the system support threads?

+

2. Does the system support thread-safe polling (Specifically, the +kqueue and epoll functions)?

If the answer to both questions is 'yes', the default MPM is event.