Apache Errordocument (custom 503 page) works intermittently
- by jimmycavnz
We have Apache 2.2 running on Windows 2k3 and 2k8 R2 as a reverse proxy to downstream applications. Some of these applications may go offline during off-peak hours so we've implemented a custom 503 page like so:
ErrorDocument 503 /error/serverTimeout.html
ErrorDocument 504 /error/serverTimeout.html
(the error directory is in Apaches's htdocs…