From: Jim Jagielski Date: Thu, 13 Mar 2003 21:23:26 +0000 (+0000) Subject: Document the SSLMutex directives X-Git-Tag: 2.0.45~60 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=acb5ec23317578ad8dd2c620409b1aaddb7d39d5;p=thirdparty%2Fapache%2Fhttpd.git Document the SSLMutex directives git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@99004 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index c8f2e87575d..bd0a714ece4 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