mirror of
https://github.com/apache/httpd.git
synced 2025-08-01 07:26:57 +03:00
The following now respects DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
- mod_cache: thundering herd lock directory git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1407381 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
2
modules/cache/cache_util.h
vendored
2
modules/cache/cache_util.h
vendored
@ -95,7 +95,7 @@ extern "C" {
|
||||
#define DEFAULT_X_CACHE 0
|
||||
#define DEFAULT_X_CACHE_DETAIL 0
|
||||
#define DEFAULT_CACHE_STALE_ON_ERROR 1
|
||||
#define DEFAULT_CACHE_LOCKPATH "/mod_cache-lock"
|
||||
#define DEFAULT_CACHE_LOCKPATH "mod_cache-lock"
|
||||
#define CACHE_LOCKNAME_KEY "mod_cache-lockname"
|
||||
#define CACHE_LOCKFILE_KEY "mod_cache-lockfile"
|
||||
#define CACHE_CTX_KEY "mod_cache-ctx"
|
||||
|
Reference in New Issue
Block a user