# HG changeset patch # User Chris Cannam # Date 1533896550 -3600 # Node ID f3144e23ca1d2d1a8d4e3a1b31cf76415c015020 # Parent 3585a1b16dc3dafb90f97aa4378186671856e59a Don't try to use cgitb, it just causes problems with Apache CGI interface diff -r 3585a1b16dc3 -r f3144e23ca1d deploy/config/index.cgi --- a/deploy/config/index.cgi Fri Feb 23 10:54:51 2018 +0000 +++ b/deploy/config/index.cgi Fri Aug 10 11:22:30 2018 +0100 @@ -10,8 +10,8 @@ from mercurial import demandimport; demandimport.enable() # Uncomment to send python tracebacks to the browser if an error occurs: -import cgitb -cgitb.enable() +#import cgitb +#cgitb.enable() # If you'd like to serve pages with UTF-8 instead of your default # locale charset, you can do so by uncommenting the following lines.