From 8c5828c922b5eb6979ceb32e11e32e1abe8c71fd Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Thu, 13 Mar 2003 21:23:13 +0000 Subject: [PATCH] Document the SSLMutex directives git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99003 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_ssl.xml | 57 +++++++++++++++++++++++++++++-------- 1 file changed, 45 insertions(+), 12 deletions(-) diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index c8f2e87575..bd0a714ece 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -180,34 +180,67 @@ operations This configures the SSL engine's semaphore (aka. lock) which is used for mutual exclusion of operations which have to be done in a synchronized way between the pre-forked Apache server processes. This directive can only be used in the -global server context because it's only useful to have one global mutex.

+global server context because it's only useful to have one global mutex. +This directive is designed to closely match the +AcceptMutex directive

The following Mutex types are available:

Example SSLMutex file:/usr/local/apache/logs/ssl_mutex -- 2.40.0