From 77188b407d304875b4ddf08cfcb694b74f805d12 Mon Sep 17 00:00:00 2001 From: Lars Eilebrecht Date: Sat, 21 Feb 2009 17:07:01 +0000 Subject: fix mod_disk_cache to support EnableSendfile. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@746541 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/manual/mod/core.xml') diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index c6b3aea437..fd172e34b4 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -900,6 +900,12 @@ Locations </Directory> +

Please note that the per-directory and .htaccess configuration + of EnableSendfile is not supported by + mod_disk_cache. + Only global definition of EnableSendfile + is taken into account by the module. +

-- cgit v1.2.1