From: Roland Rosenfeld Date: Sat, 5 Aug 2006 15:15:17 +0200 Subject: Changes the 404 HTTP status code of the "No such Domain" template to 502 Bad Gateway, which seems to be more correct according to http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html Forwarded: not-needed --- a/templates/no-such-domain +++ b/templates/no-such-domain @@ -78,7 +78,7 @@ - 404 - No such Domain (Privoxy@@my-hostname@) + 502 - Bad Gateway (Privoxy@@my-hostname@) @@ -94,7 +94,7 @@
- 404 + 502