Bug 19794 - Apache does not send Expire-headers when requesting /
Summary: Apache does not send Expire-headers when requesting /
Status: CLOSED FIXED
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_expires (show other bugs)
Version: 2.0.45
Hardware: PC FreeBSD
: P3 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL: http://www.wbac.nl/
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-09 10:44 UTC by Sander Holthaus
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.