--- cgi.c.original Sun Mar 26 16:41:00 2006 +++ cgi.c Sun Mar 26 16:44:19 2006 @@ -1212,7 +1212,7 @@ if (!strcmp(templatename, "no-such-domain")) { - rsp->status = strdup("404 No such domain"); + rsp->status = strdup("504 No such domain (maybe just a timeout)"); if (rsp->status == NULL) { free_map(exports);