From: Jim Jagielski Date: Tue, 24 Oct 2006 14:00:50 +0000 (+0000) Subject: Fix hasty cut-paste in the doccos X-Git-Tag: 2.3.0~2050 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c20de5ff0501d1a8568bcd23db8fc9e3adb1ef63;p=apache 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 --- 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.