Bug 19794

Summary: Apache does not send Expire-headers when requesting /
Product: Apache httpd-2 Reporter: Sander Holthaus <info>
Component: mod_expiresAssignee: Apache HTTPD Bugs Mailing List <bugs>
Status: CLOSED FIXED    
Severity: normal    
Priority: P3    
Version: 2.0.45   
Target Milestone: ---   
Hardware: PC   
OS: FreeBSD   
URL: http://www.wbac.nl/

Description Sander Holthaus 2003-05-09 10:44:17 UTC
When requesting a page like this:
        GET / HTTP/1.1
Apache does not send an expire-header

When requesting it like this (same document as above):
        GET /index.html HTTP/1.1
it does.

Configuration of the expire-header is done by MIME-type. 
        ExpiresByType text/html A86400
Comment 1 Paul J. Reder 2003-12-12 17:33:01 UTC
This PR has been fixed in the 2.1-dev branch and has been suggested for
backporting to the 2.0 stable branch. Thank you for using Apache and for
submitting this report.