当反向代理不可用时,Cherokee 可以提供后备/默认页面吗?
我有一个 Cherokee 安装,我用它来服务一些 Web 应用程序 - 一个博客/日历/等等。以及两个 CPU 密集型 Web 应用程序(1 个稳定版本和 1 个开发版本)。它们都是由 CherryPy 提供的 Django 或 Pylons Web 服务。我使用 Cherokee 中的反向代理处理程序来处理映射。
有时我必须把开发版本拿下来进行更改。有没有办法设置 Cherokee,以便当反向代理目标无法找到或无响应时,它会自动提供(或重定向到)另一个页面(例如指示正在建设中的状态)?
我更喜欢 Cherokee 中的自动化解决方案,但如果有人知道简单的点击方法,我也会采用。
I have a Cherokee installation that I'm using to serve a few web applications - one blog/calendar/etc. and two CPU-intensive web applications (1 stable version and 1 development version). All of them are Django or Pylons webservices served with CherryPy. I'm using the reverse-proxy handler in Cherokee to handle the mappings.
Occasionally I have to take the development version down to make changes. Is there a way to set up Cherokee so that it will automatically serve (or redirect to) another page (e.g. indicating an under-construction status) when the reverse-proxy target is unfindable or unresponsive?
I'd prefer an automated solution in Cherokee but if someone knows a simple point-and-click method I'll take that too.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以设置自定义 504 错误页面。
You could set a custom 504 error page.