diff options
author | Jeff Trawick <trawick@apache.org> | 2009-11-24 00:17:51 +0100 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2009-11-24 00:17:51 +0100 |
commit | 2e9668a33d7187ef575e17c1a198a515366c0db1 (patch) | |
tree | 0e58bebdbd155b366ae32e4ada3c3b142ce9adfc /include/util_ldap.h | |
parent | KeepAlive no longer accepts other than On|Off. (diff) | |
download | apache2-2e9668a33d7187ef575e17c1a198a515366c0db1.tar.xz apache2-2e9668a33d7187ef575e17c1a198a515366c0db1.zip |
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
Diffstat (limited to 'include/util_ldap.h')
-rw-r--r-- | include/util_ldap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/util_ldap.h b/include/util_ldap.h index d4760233bd..a1ebb33a9d 100644 --- a/include/util_ldap.h +++ b/include/util_ldap.h @@ -156,7 +156,6 @@ typedef struct util_ldap_state_t { /* cache ald */ void *util_ldap_cache; - char *lock_file; /* filename for shm lock mutex */ long connectionTimeout; int verify_svr_cert; int debug_level; /* SDK debug level */ |