Commit Diff


commit - f33634c598f1d8a1a426709b4b6361b11064dbae
commit + 056e82d3871c552f329cda7420920faa303a8968
blob - c29182ee0557e6089d3117730f93bba8e343cc18
blob + 7865a348251da2df0b4422d88e0b766d9479316f
--- proxy.c
+++ proxy.c
@@ -369,7 +369,7 @@ proxy_start_request(struct galileo *env, struct client
 		log_warnx("PATH_INFO not defined!");
 		if (proxy_start_reply(clt, 501, "text/html") == -1)
 			return (-1);
-		if (tp_error(clt->clt_tp, -1, "unknown server") == -1)
+		if (tp_error(clt->clt_tp, -1, "internal server error") == -1)
 			return (-1);
 		return (fcgi_end_request(clt, 1));
 	}