]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Once SSLMutex allowed for the setting of both the
authorJim Jagielski <jim@apache.org>
Tue, 24 Oct 2006 13:17:29 +0000 (13:17 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 24 Oct 2006 13:17:29 +0000 (13:17 +0000)
commit707d1dabb908ca954b4a5a11aa6f998d76b07499
tree72c7d65b98991a8e825caa45862150d7adb49f3d
parentae0b0e4d651bc8f8ff397ce24510bd1605225606
Once SSLMutex allowed for the setting of both the
locking method and the lockfile location, I never
liked how AcceptMutex was linked to LockFile. This
seemed unnecessary. Much better to have AcceptMutex
do both as well. Plus, now that we will likely see
other modules require a "standard" way of setting
mutexes, why not have Apache provide that as
an API of sorts.

Anyway, LockFile is now depreciated and AcceptMutex
is now SSLMutex-like. We also provide a short
function that "parses" out a mutex parameter
and strips out the mechanism and lockfile location.
AcceptMutex and SSLMutex is this capability.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@467326 13f79535-47bb-0310-9956-ffa450edef68
12 files changed:
CHANGES
docs/manual/mod/mpm_common.xml
include/ap_mmn.h
include/mpm_common.h
include/util_mutex.h [new file with mode: 0644]
modules/ssl/mod_ssl.c
modules/ssl/ssl_engine_config.c
modules/ssl/ssl_private.h
server/Makefile.in
server/core.c
server/mpm_common.c
server/util_mutex.c [new file with mode: 0644]