https://issues.apache.org/bugzilla/show_bug.cgi?id=30278
Paul Beckett <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Version|2.0.50 |2.4.1 Resolution|FIXED |--- Ever confirmed|1 |0 --- Comment #12 from Paul Beckett <[email protected]> --- I think I'm seeing this same issue in Apache 2.4.2 on RHEL6.2. I am using Apache ModProxy to proxy to a tomcat, when this is unavailable, content should continue to be served using mod_cache_disk. I'm seeing the Content-Type and Charset change when served from the disk_cache - this doesn't seem to happen immediately, and I presume it's related to the content becoming stale. Header output below. Please let me know if there is any additional information I can provide that would help. Thanks, Paul ----------------------- When tomcat available ----------------------- Date Tue, 19 Jun 2012 14:18:40 GMT Age 6 Connection Keep-Alive Content-Length 339 Last-Modified Mon, 18 Jun 2012 15:50:24 GMT Server Web Server ETag W/"339-1340034624000" Content-Type text/css;charset=utf-8 Accept-Ranges bytes Keep-Alive timeout=3, max=99 ----------------------- When tomcat unavailable - from disk_cache ----------------------- Date Tue, 19 Jun 2012 08:48:53 GMT Connection close Content-Length 339 Last-Modified Mon, 18 Jun 2012 15:50:24 GMT Server Apache-Coyote/1.1 ETag W/"339-1340034624000" Warning 111 Revalidation failed Content-Type text/html; charset=iso-8859-1 Accept-Ranges bytes -- 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]
