From a59eff8db8784039a4882ad6b4d02c78eed73b1b Mon Sep 17 00:00:00 2001 From: Daniel Earl Poirier Date: Mon, 1 Nov 2010 20:55:59 +0000 Subject: [PATCH] Warn that not only does mod_disk_cache require mod_cache, but mod_cache has to be loaded first. Reported by Eric Covener. PR43976 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029833 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_disk_cache.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_disk_cache.xml b/docs/manual/mod/mod_disk_cache.xml index 3bf2cd6978..3deda75cb9 100644 --- a/docs/manual/mod/mod_disk_cache.xml +++ b/docs/manual/mod/mod_disk_cache.xml @@ -52,7 +52,8 @@ Note:

mod_disk_cache requires the services of - mod_cache.

+ mod_cache, which must be + loaded before mod_disk_cache.

Note:

mod_disk_cache uses the sendfile feature to -- 2.50.1