Can anyone contrast these two and/or comment the callback structure in mod_cache.h?
In 2.4, It looks like mod_disk_cache's remove_url() callback does not close open file descriptors. I think those are normally closed by some indirect aspect of the file buckets' pool going out of scope -- but they need to be closed prior to the unlink() on windows. -- Eric Covener cove...@gmail.com