Re: web sites are keep crashing
Lennart Regebro <[email protected]>
| Newsgroups | gmane.comp.web.zope.devel |
|---|---|
| Message-ID | <CAL0kPAVkUWzmTiL+XH61zsnOZ0ybQmFfA9kHEyvU64rH7-1JtA@mail.gmail.com> |
On Thu, Aug 25, 2011 at 10:34, Babylakshmi Muthusamy <[email protected]> wrote: > I would like to know whether we can change the proxy error to site error > which wont affect the uptime of the site. By default the proxy you have in front (Apache?) should not show 502 in these cases. This may be a problem in the configuration of that proxy. It could also be that the Zope application you have catches the error and then returns an empty response instead of the normal error page. In that case the application needs to be fixed. //Lennart _______________________________________________ Zope-Dev maillist - [email protected] https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )