https://issues.apache.org/bugzilla/show_bug.cgi?id=50704
Summary: mod_cache doesn't cache MultiViews
Product: Apache httpd-2
Version: 2.2.16
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mod_cache
AssignedTo: [email protected]
ReportedBy: [email protected]
Title says it all. Here is debug output when I access /index.html:
[Wed Feb 02 01:50:26 2011] [debug] mod_disk_cache.c(485): disk_cache: Recalled
cached URL info header http://localhost:80/index.html?
[Wed Feb 02 01:50:26 2011] [debug] mod_disk_cache.c(758): disk_cache: Recalled
headers for URL http://localhost:80/index.html?
[Wed Feb 02 01:50:26 2011] [debug] mod_cache.c(298): cache: running CACHE_OUT
filter
[Wed Feb 02 01:50:26 2011] [debug] mod_cache.c(312): cache: serving /index.html
Here is debug output when I access /index (which is rewritten by MultiViews to
/index.html):
[Wed Feb 02 01:50:36 2011] [debug] mod_cache.c(141): Adding CACHE_SAVE filter
for /index
[Wed Feb 02 01:50:36 2011] [debug] mod_cache.c(148): Adding CACHE_REMOVE_URL
filter for /index
The above repeats no matter how many times I access /index.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]