1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +03:00

make LDAPSharedCacheFile relative to DefaultRuntimeDir

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1371684 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jeff Trawick
2012-08-10 12:23:41 +00:00
parent 5a6681fe7c
commit 9d937659e3
3 changed files with 9 additions and 5 deletions

View File

@@ -2103,7 +2103,7 @@ static const char *util_ldap_set_cache_file(cmd_parms *cmd, void *dummy,
}
if (file) {
st->cache_file = ap_server_root_relative(st->pool, file);
st->cache_file = ap_runtime_dir_relative(st->pool, file);
}
else {
st->cache_file = NULL;