proxyPass and Proxy Error
Hello all, I have the following problem and I cannot seem to figure out how to resolve it. I have Zope set up and I am using a proxyPass in Apache to direct people to this site. Simple enough. Well the problem comes when Zope crashes, the Apache server returnes a ProxyError in a browser. My Question, Is there any way to have Apache direct users to an alternet page if Zope crashes. A static page on the apache server itsself for example? Thanks Eric
Perhaps you should try the mod_rewrite module instead of ModProxy. Look at http://httpd.apache.org/docs/misc/rewriteguide.html under the heading "Redirect Failing URLs To Other Webserver" Tom => -----Original Message----- => From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Eric => Vautour => Sent: Friday, 5 October 2001 12:09 AM => To: zope@zope.org => Subject: [Zope] proxyPass and Proxy Error => => => Hello all, => => I have the following problem and I cannot seem to figure out how => to resolve => it. I have Zope set up and I am using a proxyPass in Apache to direct => people to this site. Simple enough. => => Well the problem comes when Zope crashes, the Apache server returnes a => ProxyError in a browser. => => My Question, Is there any way to have Apache direct users to an alternet => page if Zope crashes. A static page on the apache server itsself for => example? => => Thanks => => Eric => => => _______________________________________________ => Zope maillist - Zope@zope.org => http://lists.zope.org/mailman/listinfo/zope => ** No cross posts or HTML encoding! ** => (Related lists - => http://lists.zope.org/mailman/listinfo/zope-announce => http://lists.zope.org/mailman/listinfo/zope-dev ) =>
participants (2)
-
Eric Vautour -
Tom Cameron