blob: 786f2816bb66b6dc21c593f861365924d0d1ecf1 [file] [log] [blame]
#!/bin/sh
printf "Status: 500 Intentional Breakage\n"
printf "Content-Type: "
case "$PATH_INFO" in
*html*)
printf "text/html"
;;
*text*)
printf "text/plain"
;;
esac
printf "\n"
printf "\n"
printf "this is the error message\n"