]> granicus.if.org Git - apache/commitdiff
CacheRoot takes an argument.
authorBill Stoddard <stoddard@apache.org>
Mon, 4 Feb 2002 13:06:45 +0000 (13:06 +0000)
committerBill Stoddard <stoddard@apache.org>
Mon, 4 Feb 2002 13:06:45 +0000 (13:06 +0000)
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

modules/experimental/mod_disk_cache.c

index a83858fe815b99e349cc7f2cc082bcc3e91edf98..f2ec9dabdf0ded7c32b5abfe24e65d8b5a14d4d9 100644 (file)
@@ -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"),