From: Lars Eilebrecht Date: Mon, 7 Jan 2002 05:37:29 +0000 (+0000) Subject: - We just check for "pthread" in mpm_common.c not "proc_pthread" X-Git-Tag: 2.0.30~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91a529b47fa4a40930ddb147520661f3e51c28d8;p=apache - We just check for "pthread" in mpm_common.c not "proc_pthread" (like in Apache 1.3). - Fix name tag for AcceptMutex. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92760 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/prefork.html b/docs/manual/mod/prefork.html index 016e0dee36..ef147465cf 100644 --- a/docs/manual/mod/prefork.html +++ b/docs/manual/mod/prefork.html @@ -117,7 +117,7 @@
-

AcceptMutex +

AcceptMutex Directive

uses SySV-style semaphores to implement the mutex. -

proc_pthread
+
pthread
uses POSIX mutexes as implemented by the POSIX Threads (PThreads) specification.