Sign in
googlers
/
jrn
/
git
/
dbcf2bd3dec1244fdbafb3ec7312ed14d83c0025
/
.
/
t
/
lib-httpd
/
error.sh
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"