From 4a1afa7346840de8350f03e92a0f39d6f6877388 Mon Sep 17 00:00:00 2001 From: brian Date: Tue, 26 Aug 1997 01:51:32 +0000 Subject: [PATCH] PR: Document the type of responses which contain content-md5. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79082 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 7693767a94f..3562620af32 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -300,7 +300,11 @@ Example header: Note that this can cause performance problems on your server since the message digest is computed on every request -(the values are not cached). +(the values are not cached).

+ +Content-MD5 is only sent for documents served by the +core, and not by any module. For example, SSI documents, output from +CGI scripts, and byte range responses do not have this header.


-- 2.47.2