Ich teste nginx/php5-fpmmit dem Code <?php header($_SERVER["SERVER_PROTOCOL"]." 404 Not Found"); // also tested: header("Status: 404 Not Found"); echo $_SERVER["SERVER_PROTOCOL"]; Und erzwingen Sie die Verwendung von HTTP 1.0 mit dem curlBefehl. curl -0 -v