我使用 Apache2 作为 tomcat 的反向代理,我的配置类似于:
ProxyRequests Off ProxyPass / http://localhost:8080/ ProxyPassReverse / http://localhost:8080/
我的问题是:我可以配置 Apache 以在 Tomcat 关闭时显示礼貌页面(“正在建设中”的 HTML 静态页面)吗?
reverse-proxy apache-2.2
apache-2.2 ×1
reverse-proxy ×1