On 03/23/2007 04:59 PM, Niklas Edmundsson wrote:
> > * Play well with mod_cache, if a file has been requested with HTTP a > FTP request should reuse the cached copy. Last time I checked > mod_ftp only did subrequests which mod_cache didn't act on. Of mod_cache works with subrequests as well. It maybe the case that some types of subrequests do not run the quick handler hook (see comments in ap_run_sub_req in request.c). In this case of course mod_cache does not work. Regards RĂ¼diger
