Commit 88b83cf6 authored by Marc Slemko's avatar Marc Slemko
Browse files

Fix mod_expires to add Expires headers for content that isn't served

from disk (ie. the case where r->finfo.st_mode == 0), unless it is
a modification date based setting.

PR:
Obtained from:
Submitted by:	Paul Phillips <paulp@go2net.com>
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81989 13f79535-47bb-0310-9956-ffa450edef68
parent dbcd76fe
Loading
Loading
Loading
Loading
+5 −0
Changes for docs/manual/mod/mod_expires.html: 5 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -316,6 +316,11 @@
    ExpiresByType image/gif "modification plus 5 hours 3 minutes"</CODE>
   </DD>
  </DL>
  <P>
  Note that if you use a modification date based setting, the Expires
  header will <STRONG>not</STRONG> be added to content that does
  not come from a file on disk.  This is due to the fact that there is
  no modification time for such content.

  <!--#include virtual="footer.html" -->
 </BODY>