From: Bill Stoddard Date: Mon, 4 Feb 2002 13:06:45 +0000 (+0000) Subject: CacheRoot takes an argument. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a5031a5aec792684379206be7492874a6438dd28;p=apache CacheRoot takes an argument. Patch submitted by: Joe Norton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93218 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/experimental/mod_disk_cache.c b/modules/experimental/mod_disk_cache.c index a83858fe81..f2ec9dabdf 100644 --- a/modules/experimental/mod_disk_cache.c +++ b/modules/experimental/mod_disk_cache.c @@ -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"),