I have a question about the HTTP status code when Apache is acting as a caching
reverse proxy and receives a 500 error from the backend server. I *believe* I
have it properly configured to serve the stale content that is in the cache.
CacheStaleOnError doc states
When the CacheStaleOnError direc
This might be better for the developers list, but I am having an issue where
apache 2.4.6 acting as a reverse proxy is caching 503 error messages which I
don't understand at all. The proxy is a simple proxypass directive, the backend
server is apache proxying to an oracle ucm instance. When I hi