https://bz.apache.org/bugzilla/show_bug.cgi?id=49385
--- Comment #10 from Eric Covener <[email protected]> --- Seems like there are a number of potential workarounds a ways short of deprecating SSI. For example, the paths used for the virtual includes could be skipped for compression and/or caching by simple config. bug wise: my guess as to the connection to mod_cache: mod_deflate won't ever directly work on subrequests (the included file), but if the response for the included file ends up in the cache even w/ proper metadata, it will gladly be replayed. One potential kludge would be to zap Accept-Encoding in the subrequest that retrieves the included files, so it would not find the gziped form in the cache.. Probably non-controversial if opt-in. -- 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]
