]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
PR:
authorbrian <brian@unknown>
Tue, 26 Aug 1997 01:51:32 +0000 (01:51 +0000)
committerbrian <brian@unknown>
Tue, 26 Aug 1997 01:51:32 +0000 (01:51 +0000)
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

index 7693767a94fa1e41941cde3232af83849f55ffec..3562620af3233b112c7a19cfb2035450d164313d 100644 (file)
@@ -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).<P>
+
+<code>Content-MD5</code> 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.
 
 <hr>