Hi out there
I am running an apache instance with mod_cache and cache_disk_module if front of my backend to deduplicate requests for 30 sec.
So every new request reaches the backend, gets cached and will be answered from cache for 30 secs.
Basically that works fine.
Sadly some requests are bad, hence httpd 500 from backend - but errors alike do not get cached!
How can I have the same behavior on 500 like on 200?
[
httpd.apache.org...]
I tried hints in tons of combinations - none gave expected / usable result...
any help/hint appreciated