summaryrefslogtreecommitdiff
path: root/docs/manual/mod/core.xml
diff options
context:
space:
mode:
authorLars Eilebrecht <lars@apache.org>2009-02-21 17:07:01 +0000
committerLars Eilebrecht <lars@apache.org>2009-02-21 17:07:01 +0000
commit77188b407d304875b4ddf08cfcb694b74f805d12 (patch)
treefd1e37a9607f96178718e8dd48366324568f553d /docs/manual/mod/core.xml
parent477355f1366aad6b31d6a3922eb3dd8477c06a91 (diff)
downloadhttpd-77188b407d304875b4ddf08cfcb694b74f805d12.tar.gz
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
Diffstat (limited to 'docs/manual/mod/core.xml')
-rw-r--r--docs/manual/mod/core.xml6
1 files changed, 6 insertions, 0 deletions
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</a></seealso>
</indent>
&lt;/Directory&gt;
</example>
+ <p>Please note that the per-directory and .htaccess configuration
+ of <directive>EnableSendfile</directive> is not supported by
+ <module>mod_disk_cache</module>.
+ Only global definition of <directive>EnableSendfile</directive>
+ is taken into account by the module.
+ </p>
</usage>
</directivesynopsis>