On 01/27/2008 10:46 AM, Niklas Edmundsson wrote: > On Fri, 25 Jan 2008, Akins, Brian wrote: > >> X-sendfile is already "in the wild" and supported by a number of >> backends. >> I don't have strong feeling as to how it is implemented within httpd, but >> the subrequest gives a lot of flexibility to it, like using deflate, >> running >> SSI on php output, etc. > > Using subrequests means that mod_cache won't bite, right? At least
IMHO mod_cache also caches subrequests. Have a look to cache_url_handler in mod_cache.c and search for _subreq_filter_handle. Regards Rüdiger
