From 1d5e1efe531af5ce2ef9727af15b7dc71218aa55 Mon Sep 17 00:00:00 2001 From: Bill Stoddard Date: Mon, 4 Feb 2002 13:06:45 +0000 Subject: [PATCH] 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 --- modules/experimental/mod_disk_cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), -- 2.50.1