From a413c7364c01d4b89ca6b33c818eaf3075d6afb5 Mon Sep 17 00:00:00 2001 From: Lars Eilebrecht Date: Mon, 7 Jan 2002 05:37:29 +0000 Subject: [PATCH] - 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 --- docs/manual/mod/prefork.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.
-- 2.50.1