From: brian Date: Tue, 26 Aug 1997 01:51:32 +0000 (+0000) Subject: PR: X-Git-Tag: APACHE_1_3b1~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a1afa7346840de8350f03e92a0f39d6f6877388;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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.