brian 97/08/25 18:51:34
Modified: htdocs/manual/mod core.html Log: Document the type of responses which contain content-md5. Revision Changes Path 1.77 +5 -1 apachen/htdocs/manual/mod/core.html Index: core.html =================================================================== RCS file: /export/home/cvs/apachen/htdocs/manual/mod/core.html,v retrieving revision 1.76 retrieving revision 1.77 diff -u -r1.76 -r1.77 --- core.html 1997/08/26 01:20:34 1.76 +++ core.html 1997/08/26 01:51:32 1.77 @@ -300,7 +300,11 @@ 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>
