From 2e9668a33d7187ef575e17c1a198a515366c0db1 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 23 Nov 2009 23:17:51 +0000 Subject: Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex, and WatchdogMutexPath with a single Mutex directive. Add APIs to simplify setup and user customization of APR proc and global mutexes. (See util_mutex.h.) Build-time setting DEFAULT_LOCKFILE is no longer respected; set DEFAULT_REL_RUNTIMEDIR instead. Some existing modules, such as mod_ldap and mod_auth_digest gain configurability for their mutexes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@883540 13f79535-47bb-0310-9956-ffa450edef68 --- build/mkconfNW.awk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build') diff --git a/build/mkconfNW.awk b/build/mkconfNW.awk index b441cfa046..8b79d1dc7c 100644 --- a/build/mkconfNW.awk +++ b/build/mkconfNW.awk @@ -100,8 +100,8 @@ match ($0,/^SSLSessionCache +"shmcb:/) { sub(/^SSLSessionCache/, "#SSLSessionCache") } -match ($0,/^SSLMutex +"file:@exp_runtimedir@\/ssl_mutex"/) { - sub(/"file:@exp_runtimedir@\/ssl_mutex"/, "default") +match ($0,/^Mutex +"file:@rel_runtimedir@"/) { + sub(/"file:@rel_runtimedir@"/, "default") } match ($0,/@@.*@@/) { -- cgit v1.2.3