1#!/bin/sh 2 3echo "echoing bad headers: server must report status 500" 4exec 1>&2 5echo "Bad CGI script (for test)" 6 7