mirror of
https://github.com/apache/httpd.git
synced 2026-01-26 19:01:35 +03:00
CacheRoot takes an argument.
Patch submitted by: Joe Norton <norton@alum.mit.edu> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93218 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -713,7 +713,7 @@ static const char
|
||||
}
|
||||
static const command_rec disk_cache_cmds[] =
|
||||
{
|
||||
AP_INIT_FLAG("CacheRoot", set_cache_root, NULL, RSRC_CONF,
|
||||
AP_INIT_FLAG1("CacheRoot", set_cache_root, NULL, RSRC_CONF,
|
||||
"The directory to store cache files"),
|
||||
AP_INIT_TAKE1("CacheSize", set_cache_size, NULL, RSRC_CONF,
|
||||
"The maximum disk space used by the cache in Kb"),
|
||||
|
||||
Reference in New Issue
Block a user