Apache 2.2: Is it possible to redirect different 503 page based on URL?
- by Wilson60
Hi I am beginner in using Apache server, all my experience were from official doc and online tutorial.
For example:
My setup (usual Apache server - tomcat server)
and I have two domains configured using virtual hosts directive in httpd.conf
www.domain-one.com
www.domain-two.com
If tomcat is down, I wish to display different 503 error page for two different domains.
Is that possible? If so can I have any guide or instruction ? I searched through online but couldn't get what I want. Not sure if it was caused by the wrong keyword or wrong term.
Thanks!!