Author: Roland Rosenfeld Description: 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 --- a/templates/no-such-domain +++ b/templates/no-such-domain @@ -79,7 +79,7 @@ - 404 - No such Domain (Privoxy@@my-hostname@) + 502 - Bad Gateway (Privoxy@@my-hostname@) @@ -95,7 +95,7 @@
- 404 + 502