Hi all, I'm running a reverse proxy cache which works out quite well. This is done with apache 2.2, mod_proxy and mod_cache. I'm looking into the possibility to serve a client the cached webpages when the upstream webserver is down.. To keep things simple we're talking about simple static html pages. Is this possible? And if so how can I implement this.
Thanks in advance, Ciao Js