Hi.
I use mod_httapi for all call routing. I also need to download audio files (for playback) from external URLs, and cache them.
It seems BOTH mod_httapi and mod_http_cache (obviously!) automatically cache URL files.
If I’m already using mod_httapi, is there ANY advantage in using mod_http_cache, or does mod_httapi deliver all the same caching benefits, on its own?
I will potentially invoke playback many 1000s of times per day for a few hundred audio files, which are stored/maintained externally, and accessed via URL, for which there is a small per-download charge. I’m therefore keen to do this as efficiently as possible.
Many thanks