From c20de5ff0501d1a8568bcd23db8fc9e3adb1ef63 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Tue, 24 Oct 2006 14:00:50 +0000 Subject: [PATCH] Fix hasty cut-paste in the doccos git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@467334 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mpm_common.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index 0f391dca64..fd3dadfe59 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -71,7 +71,7 @@ accepting requests on network sockets although this is depreciated.
file<:/path/to/lockfile>
-
This directive tells the SSL Module to pick the "best" file locking +
This directive tells Apache to pick the "best" file locking implementation available to it, choosing between fcntl and flock, in that order. It is only available when the underlying platform and APR supports at least one of the 2.
@@ -83,7 +83,7 @@ accepting requests on network sockets
uses SySV-style semaphores to implement the mutex.
sem
-
This directive tells the SSL Module to pick the "best" semaphore +
This directive tells Apache to pick the "best" semaphore implementation available to it, choosing between Posix and SystemV IPC, in that order. It is only available when the underlying platform and APR supports at least one of the 2.
-- 2.40.0